mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
lib/acme.rc: remove noscroll
R=rsc CC=plan9port.codebot http://codereview.appspot.com/6346079
This commit is contained in:
parent
4db1ecb904
commit
ba31102633
2 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,7 @@ David Swasey <david.swasey@gmail.com>
|
|||
Enrique Soriano <enrique.soriano@gmail.com>
|
||||
Eoghan Sherry <ejsherry@gmail.com>
|
||||
Fazlul Shahriar <fshahriar@gmail.com>
|
||||
Ingo Dreilich <yngoto@gmail.com>
|
||||
Justin Davis <jrcd83@gmail.com>
|
||||
J.R. Mauro <jrm8005@gmail.com>
|
||||
Jani Lahtinen <jani.lahtinen8@gmail.com>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
fn newwindow {
|
||||
winctl=`{9p read acme/new/ctl}
|
||||
winid=$winctl(1)
|
||||
winctl noscroll
|
||||
}
|
||||
|
||||
fn winctl {
|
||||
|
|
Loading…
Reference in a new issue