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

Move globals variables to related modules.

This commit is contained in:
2013-10-09 16:58:33 +08:00
parent 867f0d9d60
commit f03b7c97e3
10 changed files with 12 additions and 12 deletions

View File

@@ -45,6 +45,8 @@ kbdstate kbdmode = STOP ; /* current keyboard macro mode */
int lastkey = 0 ; /* last keystoke */
int kbdrep = 0 ; /* number of repetitions */
int disinp = TRUE ; /* display input characters */
static const int quotec = 0x11 ; /* quote char during mlreply() */
/*