aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/dat.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-10 00:21:13 +0000
committerrsc <devnull@localhost>2005-01-10 00:21:13 +0000
commitd8c78a8d560420c0f3996ed264098c6d26a27ac5 (patch)
treef1d8859d9be896d03f8816363152c71f30dcb440 /src/cmd/acme/dat.h
parent5eead98e71ca5d7df5797fc04371848e6ae04f4f (diff)
downloadplan9port-d8c78a8d560420c0f3996ed264098c6d26a27ac5.tar.gz
plan9port-d8c78a8d560420c0f3996ed264098c6d26a27ac5.tar.bz2
plan9port-d8c78a8d560420c0f3996ed264098c6d26a27ac5.zip
add -r flag to reverse scrolling behavior.
from peter canning.
Diffstat (limited to 'src/cmd/acme/dat.h')
-rw-r--r--src/cmd/acme/dat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h
index 9db71286..97953325 100644
--- a/src/cmd/acme/dat.h
+++ b/src/cmd/acme/dat.h
@@ -515,6 +515,7 @@ Text *mousetext; /* global because Text.close needs to clear it */
Text *typetext; /* global because Text.close needs to clear it */
Text *barttext; /* shared between mousetask and keyboardthread */
int bartflag;
+int swapscrollbuttons;
Window *activewin;
Column *activecol;
Buffer snarfbuf;