all repos — acme @ 91397e2c43e94ca8b05b889c170e2fe8cc918884

fork of the acme editor from plan9port - keybinds, tweaks, config.h, etc

fix color fill of empty column on window resize
Iris Lightshard nilix@nilfm.cc
commit

91397e2c43e94ca8b05b889c170e2fe8cc918884

parent

a8eb32994e7a2406565ad6dfe44a6f068c3f338a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M acme.cacme.c

@@ -549,7 +549,7 @@ switch(alt(alts)){

case MResize: if(getwindow(display, Refnone) < 0) error("attach to window"); - draw(screen, screen->r, display->white, nil, ZP); + draw(screen, screen->r, allocimage(display, Rect(0,0,1,1), screen->chan, 1, 0x222222FF), nil, ZP); iconinit(); scrlresize(); rowresize(&row, screen->clipr);