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

Centralize kill buffer code in line.c

This commit is contained in:
2013-09-25 13:23:52 +08:00
parent 1de3e139bb
commit 9ec9176c81
7 changed files with 46 additions and 45 deletions

View File

@@ -76,9 +76,7 @@ char *cname[] = { /* names of colors */
, "HIGH"
#endif
};
struct kill *kbufp = NULL; /* current kill buffer chunk pointer */
struct kill *kbufh = NULL; /* kill buffer header pointer */
int kused = KBLOCK; /* # of bytes used in kill buffer */
struct window *swindow = NULL; /* saved window pointer */
int *kbdptr; /* current position in keyboard buf */
int *kbdend = &kbdm[0]; /* ptr to end of the keyboard */