all repos — st @ e09709d92d89c8593f7390f12dc22fdc563eb57f

st (suckless terminal) config

Forgot one line. It's late.
Christoph Lohmann 20h@r-36.net
commit

e09709d92d89c8593f7390f12dc22fdc563eb57f

parent

b1d383a0a344e35dad1064e129f70d52bddfd7b2

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

jump to
M st.cst.c

@@ -843,7 +843,6 @@ w.ws_row = term.row;

w.ws_col = term.col; w.ws_xpixel = xw.w; w.ws_ypixel = xw.h; - w.ws_xpixel = w.ws_ypixel = 0; if(ioctl(cmdfd, TIOCSWINSZ, &w) < 0) fprintf(stderr, "Couldn't set window size: %s\n", SERRNO); }