all repos — st @ 93b54cfcc437c9bac9af3ceb2d9ba19c442de1ff

st (suckless terminal) config

Use MAX macro where possible.
noname noname@inventati.org
commit

93b54cfcc437c9bac9af3ceb2d9ba19c442de1ff

parent

6f5f7701864e6987544cb7e7dc5f2d24db1a4537

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

jump to
M st.cst.c

@@ -4072,7 +4072,7 @@

run: setlocale(LC_CTYPE, ""); XSetLocaleModifiers(""); - tnew(cols? cols : 1, rows? rows : 1); + tnew(MAX(cols, 1), MAX(rows, 1)); xinit(); selinit(); run();