1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-25 06:34:07 -04:00

Move global window pointers to window and global keyboard variables to input.

This commit is contained in:
2013-10-08 17:41:49 +08:00
parent 83a0cc9d67
commit d6e3df6ff3
8 changed files with 20 additions and 22 deletions

View File

@@ -38,6 +38,10 @@ int kbdm[ NKBDM] ; /* Macro */
int *kbdptr ; /* current position in keyboard buf */
int *kbdend = &kbdm[0] ; /* ptr to end of the keyboard */
kbdstate kbdmode = STOP ; /* current keyboard macro mode */
int lastkey = 0 ; /* last keystoke */
int kbdrep = 0 ; /* number of repetitions */
static const int quotec = 0x11 ; /* quote char during mlreply() */
/*