Browse Source

clean comment regarding redrawing in bmotion().

master
Aurélien Aptel 14 years ago
parent
commit
81a048d6cf
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      st.c

+ 3
- 1
st.c 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); */
}
}


Loading…
Cancel
Save