1
0
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:
2013-10-11 11:20:06 +08:00
parent ba2dc0e5f8
commit 94d21c96f3
12 changed files with 53 additions and 53 deletions

View File

@@ -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