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/ecmd.b | |
| parent | a9a2bdd7c75a381b92a3356435a2402fd953ec77 (diff) | |
acme: handle Home, End keys
Diffstat (limited to 'appl/acme/ecmd.b')
| -rw-r--r-- | appl/acme/ecmd.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/acme/ecmd.b b/appl/acme/ecmd.b index c31643f1..e05c4e47 100644 --- a/appl/acme/ecmd.b +++ b/appl/acme/ecmd.b @@ -772,7 +772,7 @@ nl_cmd(t: ref Text, cp: ref Cmd): int addr = lineaddr(1, a, 1); } } - t.show(addr.r.q0, addr.r.q1); + t.show(addr.r.q0, addr.r.q1, TRUE); return TRUE; } |
