st
simple terminal
git clone https://9o.is/git/st.git
commit e44f256384834173e96a5492b288438e1b3bb98c parent 6d5433c45f9b4ac2f8fff7521f33769117d397fd Author: Toaster Toaster <toaster23456@gmail.com> Date: Mon, 7 Apr 2014 10:53:59 -0700 Increment XSync consistency This patch cleans up a style inconsistency. Diffstat:
| M | st.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/st.c b/st.c @@ -3089,7 +3089,7 @@ xinit(void) { xresettitle(); XMapWindow(xw.dpy, xw.win); xhints(); - XSync(xw.dpy, 0); + XSync(xw.dpy, False); } void