URI: 
       Increment XSync consistency - st - simple terminal
  HTML git clone https://git.parazyd.org/st
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 3cb80840dbf9add2b5f9c26da9650da39e34906d
   DIR parent c46d929fe18e4a3c9c41101eafa7a9668c8c8830
  HTML 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(-)
       ---
   DIR 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