pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b61afd2
)
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
bed7e8d
..
38c8658
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); */
}
}