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/util.b | |
| parent | a9a2bdd7c75a381b92a3356435a2402fd953ec77 (diff) | |
acme: handle Home, End keys
Diffstat (limited to 'appl/acme/util.b')
| -rw-r--r-- | appl/acme/util.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/acme/util.b b/appl/acme/util.b index b2930c35..3a7acbd2 100644 --- a/appl/acme/util.b +++ b/appl/acme/util.b @@ -536,7 +536,7 @@ warning(md : ref Mntdir, s : string) w.owner = 'E'; w.commit(t); (q0, n) = t.bsinsert(t.file.buf.nc, s, len s, TRUE); - t.show(q0, q0+n); + t.show(q0, q0+n, TRUE); t.w.settag(); scrl->scrdraw(t); w.owner = owner; |
