1
0
mirror of git://git.suckless.org/st synced 2026-06-14 03:18:39 +02:00

clean comment regarding redrawing in bmotion().

This commit is contained in:
Aurélien Aptel
2010-11-19 22:32:39 +01:00
parent e417230f38
commit 58a650f089
+3 -1
View File
@@ -522,7 +522,9 @@ static void brelease(XEvent *e) {
static void bmotion(XEvent *e) {
if (sel.mode) {
getbuttoninfo(e, NULL, &sel.ex, &sel.ey);
// draw(1);
/* XXX: draw() can't keep up, disabled for now.
selection is visible on button release.
draw(1); */
}
}