plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 0a846f5f0f8dd2acaacb43e3035079b59a112796
parent 9dab36f2af60901565b97c8ca0ece46f70fa3ead
Author: Derek Stevens <nilix@nilfm.cc>
Date:   Thu,  7 Apr 2022 16:55:05 -0600

acme/wind.c: redraw window body with bg color if too small for a single line; ref #10

Diffstat:
Msrc/cmd/acme/wind.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/cmd/acme/wind.c b/src/cmd/acme/wind.c @@ -235,6 +235,7 @@ winresize(Window *w, Rectangle r, int safe, int keepextra) r1.min.y = min(y, r.max.y); r1.max.y = r.max.y; }else{ + draw(screen, r1, textcols[BACK], nil, ZP); r1.min.y = y; r1.max.y = y; }