plan9port

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

commit 52be2761ae45d717f41f2f08ca85cd1e9f6c61b5
parent 0a846f5f0f8dd2acaacb43e3035079b59a112796
Author: Derek Stevens <nilix@nilfm.cc>
Date:   Wed,  7 Sep 2022 08:39:41 -0600

fix indentation

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

diff --git a/src/cmd/acme/wind.c b/src/cmd/acme/wind.c @@ -235,7 +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); + draw(screen, r1, textcols[BACK], nil, ZP); r1.min.y = y; r1.max.y = y; }