Buttons 4 and 5.
This commit is contained in:
parent
ff8bbc7987
commit
c16f1f733b
3 changed files with 24 additions and 3 deletions
|
|
@ -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*) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue