URI: 
       Making the selection work again. - st - simple terminal
  HTML git clone https://git.parazyd.org/st
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 122ed577027ccbb85b2fe6a0f9449035fe074a9e
   DIR parent a1cd28f8099eac3938461f9e63ff6b74d4d824ef
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Thu,  6 Sep 2012 08:02:56 +0200
       
       Making the selection work again.
       
       Diffstat:
         M st.c                                |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/st.c b/st.c
       @@ -551,7 +551,6 @@ bpress(XEvent *e) {
                        sel.mode = 1;
                        sel.ex = sel.bx = X2COL(e->xbutton.x);
                        sel.ey = sel.by = Y2ROW(e->xbutton.y);
       -                draw();
                }
        }