all repos — st @ da182612b7c7a6be67b2c7be0c0d85562220f1e4

st (suckless terminal) config

Removing trailing whitespace.
Christoph Lohmann 20h@r-36.net
commit

da182612b7c7a6be67b2c7be0c0d85562220f1e4

parent

b7e6a5c825a8d786a0cc4dbacc82df1c90ad7020

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

jump to
M st.cst.c

@@ -2319,7 +2319,7 @@ /* make use of the LIMIT in tmoveto */

tmoveto(term.c.x, term.c.y); /* Clearing both screens */ orig = term.line; - do { + do { if(mincol < col && 0 < minrow) { tclearregion(mincol, 0, col - 1, minrow - 1); }