Height is height. - st - Personal fork of st
 (HTM) git clone git://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9031e228ce283cd4847832acf012a910f74ad1ed
 (DIR) parent 610723a58f1fbd3c5d911c853a8b94c315fc7c2a
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Thu, 14 Jan 2016 23:19:03 +0100
       
       Height is height.
       
       Diffstat:
         M st.c                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/st.c b/st.c
       @@ -3469,7 +3469,7 @@ xinit(void)
                if (xw.gm & XNegative)
                        xw.l += DisplayWidth(xw.dpy, xw.scr) - xw.w - 2;
                if (xw.gm & YNegative)
       -                xw.t += DisplayWidth(xw.dpy, xw.scr) - xw.h - 2;
       +                xw.t += DisplayHeight(xw.dpy, xw.scr) - xw.h - 2;
        
                /* Events */
                xw.attrs.background_pixel = dc.col[defaultbg].pixel;