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/util.b | |
| parent | 01a16ff9f126fc08a38d7c7c96fd936c16555178 (diff) | |
| parent | 39d2105807e5fdd337df2cb2907631b2ba5afad3 (diff) | |
Merged inferno-os/inferno-os into default
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; |
