mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
Move globals defines out of estruct.h.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
*/
|
||||
#define USG 1
|
||||
|
||||
#define NBUFN 16 /* # of bytes, buffer name */
|
||||
#define NSTRING 128 /* # of bytes, string buffers */
|
||||
|
||||
#define PKCODE 1
|
||||
@@ -14,3 +13,6 @@
|
||||
#define META 0x20000000 /* Meta flag, or'ed in */
|
||||
#define CTLX 0x40000000 /* ^X flag, or'ed in */
|
||||
#define SPEC 0x80000000 /* special key (function keys) */
|
||||
|
||||
#define MAXCOL 500
|
||||
#define MAXROW 500
|
||||
|
||||
Reference in New Issue
Block a user