1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Introduce globals.h to prepare rmoval of edef.h.

This commit is contained in:
2013-10-09 13:15:38 +08:00
parent 7573dcd226
commit cfd92b066c
5 changed files with 112 additions and 95 deletions

View File

@@ -3,8 +3,14 @@
*/
#define USG 1
#define NBUFN 16 /* # of bytes, buffer name */
#define NSTRING 128 /* # of bytes, string buffers */
#define PKCODE 1
#define SCROLLCODE 1 /* scrolling code P.K. */
#define ENVFUNC 1
#define CONTROL 0x10000000 /* Control flag, or'ed in */
#define META 0x20000000 /* Meta flag, or'ed in */
#define CTLX 0x40000000 /* ^X flag, or'ed in */
#define SPEC 0x80000000 /* special key (function keys) */