This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
remove useless draw().
master
Aurélien Aptel
14 years ago
parent
d693b304c7
commit
e4bf56ae1a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
st.c
+ 1
- 1
st.c
View File
@ -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
)
;
Write
Preview
Loading…
Cancel
Save