plan9fox/sys/src/cmd/acme
Igor Böhm 873f381e29 acme: fix hiding of top windows when loading a dump file (thanks Xiao-Yong)
When loading an acme dump file that contains a window with only one
tag line, there are cases where acme hides that window (i.e.  not even
its tag is visible).

The following commands reproduce the issue:

 % ed <<EOE
1
i
/tmp
/lib/font/bit/pelm/unicode.8.font
/lib/font/bit/pelm/unicode.8.font
          0
f          0           5         175         175           1
          5          40         175           1           0 /sys/src/cmd/acme/ Del Snarf Get | Look
f          0           4         330         330           3
          4          27         330           1           0 /tmp/ Del Snarf Get | Look
.
,w /tmp/test.dump
Q
EOE
 % window -dx 900 -dy 600  'acme -l /tmp/test.dump'

This issue was introduced in commit 47b7dc5ccd.
2022-03-15 10:49:00 +00:00
..
acme.c acme: fix window and scrollbar display glitches at bottom fringe of column 2022-01-04 19:11:07 +00:00
addr.c acme: import changes from plan9port (thanks jxy) 2020-09-22 11:42:15 -07:00
buff.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
cols.c acme: fix window and scrollbar display glitches at bottom fringe of column 2022-01-04 19:11:07 +00:00
dat.h acme: fix window and scrollbar display glitches at bottom fringe of column 2022-01-04 19:11:07 +00:00
disk.c acme: use global user string variable instead of getuser() 2020-12-19 15:50:30 +01:00
ecmd.c acme: fix suicide *and* resource leak in ecmd.c (thanks igor) 2021-04-02 15:51:15 +02:00
edit.c acme: fix off by one in colclose(), make dellist() code consistent 2020-01-19 18:43:51 +01:00
edit.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
elog.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
exec.c acme: fix window and scrollbar display glitches at bottom fringe of column 2022-01-04 19:11:07 +00:00
file.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
fns.h acme: import changes from plan9port (thanks jxy) 2020-09-22 11:42:15 -07:00
fsys.c acme: use getuser() in fsinit() 2020-12-19 15:36:07 +01:00
logf.c acme: add missing logf.c 2020-06-07 17:06:33 +02:00
look.c acme: fix border size, autoindent undo: imported from plan9port (thanks jxy) 2021-04-14 20:30:24 -07:00
mkfile acme: import event log from plan9port (thanks fshahriar) 2020-06-06 19:05:00 -07:00
regx.c sam, acme: fix character classes quoting for 21-bit runes 2014-04-01 06:04:00 +02:00
rows.c acme: fix window and scrollbar display glitches at bottom fringe of column 2022-01-04 19:11:07 +00:00
scrl.c acme: revert stray changes 2020-09-29 07:28:47 -07:00
text.c acme: fix window and scrollbar display glitches at bottom fringe of column 2022-01-04 19:11:07 +00:00
time.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
util.c acme: import event log from plan9port (thanks fshahriar) 2020-06-06 19:05:00 -07:00
wind.c acme: fix hiding of top windows when loading a dump file (thanks Xiao-Yong) 2022-03-15 10:49:00 +00:00
xfid.c acme: import event log from plan9port (thanks fshahriar) 2020-06-06 19:05:00 -07:00