pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d693b30
)
remove useless draw().
author
Aurélien Aptel
<aurelien.aptel@gmail.com>
Tue, 12 Oct 2010 23:25:04 +0000
(
01:25
+0200)
committer
Aurélien Aptel
<aurelien.aptel@gmail.com>
Tue, 12 Oct 2010 23:25:04 +0000
(
01:25
+0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
e636b63
..
37c4048
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-1563,7
+1563,7
@@
kpress(XEvent *ev) {
break;
case XK_Insert:
if(shift)
- selpaste()
, draw(1)
;
+ selpaste();
break;
default:
fprintf(stderr, "errkey: %d\n", (int)ksym);