st

Patched version of https://st.suckless.org/
git clone https://git.inz.fi/st/
Log | Files | Refs | README | LICENSE

commit d2ec39f0ef4b9d7f291aeba548a56144fce8a42f
parent cdb3b1892af40110660da8c3f6fc06b1b054fd12
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); }