diff options
| author | Valery Ushakov <uwe@stderr.spb.ru> | 2017-01-11 23:23:58 +0300 |
|---|---|---|
| committer | Valery Ushakov <uwe@stderr.spb.ru> | 2017-01-11 23:23:58 +0300 |
| commit | 546783184a373a2dd59afef3affe029a6aedd701 (patch) | |
| tree | be78a83372b1574f70c6b40fbc9af1f4dc7156a7 /appl/acme/row.b | |
| parent | 01a16ff9f126fc08a38d7c7c96fd936c16555178 (diff) | |
| parent | 39d2105807e5fdd337df2cb2907631b2ba5afad3 (diff) | |
Merged inferno-os/inferno-os into default
Diffstat (limited to 'appl/acme/row.b')
| -rw-r--r-- | appl/acme/row.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/acme/row.b b/appl/acme/row.b index 478ec930..5e1a3775 100644 --- a/appl/acme/row.b +++ b/appl/acme/row.b @@ -714,7 +714,7 @@ Row.loadx(row : self ref Row, file : string, initing : int) } if(q0>w.body.file.buf.nc || q1>w.body.file.buf.nc || q0>q1) q0 = q1 = 0; - w.body.show(q0, q1); + w.body.show(q0, q1, TRUE); w.maxlines = min(w.body.frame.nlines, max(w.maxlines, w.body.frame.maxlines)); } b.close(); |
