diff options
author | Ingo Dreilich <yngoto@gmail.com> | 2012-09-10 20:55:27 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2012-09-10 20:55:27 -0400 |
commit | ba3110263311be872f4d1d1e11735d7afee1f61a (patch) | |
tree | d4c9c8011f3f4c7936f7f698e6fee36fb5aa5fca /lib | |
parent | 4db1ecb904b545dbc067634d1ae39ef5bc37e525 (diff) | |
download | plan9port-ba3110263311be872f4d1d1e11735d7afee1f61a.tar.gz plan9port-ba3110263311be872f4d1d1e11735d7afee1f61a.tar.bz2 plan9port-ba3110263311be872f4d1d1e11735d7afee1f61a.zip |
lib/acme.rc: remove noscroll
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/6346079
Diffstat (limited to 'lib')
-rw-r--r-- | lib/acme.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/acme.rc b/lib/acme.rc index 8218f906..e835eaf4 100644 --- a/lib/acme.rc +++ b/lib/acme.rc @@ -1,7 +1,6 @@ fn newwindow { winctl=`{9p read acme/new/ctl} winid=$winctl(1) - winctl noscroll } fn winctl { |