diff options
| author | Yaroslav Kolomiiets <yarikos@gmail.com> | 2016-08-18 15:23:32 +0300 |
|---|---|---|
| committer | Yaroslav Kolomiiets <yarikos@gmail.com> | 2016-08-18 15:23:32 +0300 |
| commit | 7e86c01285e50008148bb359c61f64640a812303 (patch) | |
| tree | 10e18792f2ec164ee30d8d8da0039681a0807a90 /appl/acme/row.b | |
| parent | a9a2bdd7c75a381b92a3356435a2402fd953ec77 (diff) | |
acme: handle Home, End keys
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(); |
