diff options
| author | Christoph Lohmann <20h@r-36.net> | 2012-09-06 08:02:56 +0200 | 
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2012-09-06 08:02:56 +0200 | 
| commit | e5588098c086a64d7339f0cbf1c187e068b9bfd9 (patch) | |
| tree | d8a21ffa1136b6d4b754f5d6c00fd4aa7604ebd4 | |
| parent | 25cdfc84833981aded624bfb6854b39a9f0e5d31 (diff) | |
| download | st-e5588098c086a64d7339f0cbf1c187e068b9bfd9.tar.xz st-e5588098c086a64d7339f0cbf1c187e068b9bfd9.zip  | |
Making the selection work again.
| -rw-r--r-- | st.c | 1 | 
1 files changed, 0 insertions, 1 deletions
@@ -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();  	}  }  | 
