Buttons 4 and 5.

This commit is contained in:
rsc 2004-06-09 14:01:43 +00:00
parent ff8bbc7987
commit c16f1f733b
3 changed files with 24 additions and 3 deletions

View file

@ -529,7 +529,12 @@ int editing;
int erroutfd;
int messagesize; /* negotiated in 9P version setup */
int globalautoindent;
int nodotfiles;
enum
{
Kscrolloneup = KF|0x20,
Kscrollonedown = KF|0x21,
};
Channel *ckeyboard; /* chan(Rune)[10] */
Channel *cplumb; /* chan(Plumbmsg*) */