diff options
| author | rsc <devnull@localhost> | 2004-06-09 14:01:43 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-06-09 14:01:43 +0000 |
| commit | c16f1f733b5748211db515fa19dd821065fd6fc7 (patch) | |
| tree | b3c9867c872f5cbb426f8e4bd7eea8a0113bf016 /src/cmd/acme/dat.h | |
| parent | ff8bbc7987bd23cffd029d5968e76dbdeb67c7fa (diff) | |
| download | plan9port-c16f1f733b5748211db515fa19dd821065fd6fc7.tar.gz plan9port-c16f1f733b5748211db515fa19dd821065fd6fc7.zip | |
Buttons 4 and 5.
Diffstat (limited to 'src/cmd/acme/dat.h')
| -rw-r--r-- | src/cmd/acme/dat.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h index 789ce1ca..fe4b0601 100644 --- a/src/cmd/acme/dat.h +++ b/src/cmd/acme/dat.h @@ -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*) */ |
