st

simple terminal

git clone https://9o.is/git/st.git

commit 94d23bf7d35b801524bf12a726a0720fabe348b8
parent 30c55c4bb53514d1a2c6ec9a32e8fcf4ceb42598
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sat,  1 Mar 2014 09:22:57 +0100

Style matters.

Diffstat:
Mst.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/st.c b/st.c @@ -2801,7 +2801,8 @@ xhints(void) { sizeh->min_height = sizeh->max_height = xw.fh; } - XSetWMProperties(xw.dpy, xw.win, NULL, NULL, NULL, 0, sizeh, &wm, &class); + XSetWMProperties(xw.dpy, xw.win, NULL, NULL, NULL, 0, sizeh, &wm, + &class); XFree(sizeh); }