add -r flag to reverse scrolling behavior.

from peter canning.
This commit is contained in:
rsc 2005-01-10 00:21:13 +00:00
parent 5eead98e71
commit d8c78a8d56
2 changed files with 11 additions and 0 deletions

View file

@ -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;