projects
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e417230
)
clean comment regarding redrawing in bmotion().
author
Aurélien Aptel <aurelien.aptel@gmail.com>
Fri, 19 Nov 2010 21:32:39 +0000 (22:32 +0100)
committer
Aurélien Aptel <aurelien.aptel@gmail.com>
Fri, 19 Nov 2010 21:32:39 +0000 (22:32 +0100)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index bed7e8d007d22f0a0b63fae7ed07533c7c2eaff7..38c8658b929415182d3f6dfff9f15908efb399c3 100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-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); */
}
}