st
simple terminal
git clone https://9o.is/git/st.git
commit 218072c42239a9c2b4a0df68a33e5095c48216fb parent 3136fa7af8ebd206492bf1937c4670bc0f64cce8 Author: Quentin Rameau <quinq@fifth.space> Date: Fri, 16 Mar 2018 15:03:10 +0100 Fix regression from 5568e31 when setting title. Diffstat:
| M | x.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x.c b/x.c @@ -1492,7 +1492,7 @@ void xsettitle(char *p) { XTextProperty prop; - DEFAULT(p, "st"); + DEFAULT(p, opt_title); Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle, &prop);