This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dmenu
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
simplification
master
Connor Lane Smith
14 years ago
parent
3c366bd73d
commit
f0818217b3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dmenu.c
+ 1
- 1
dmenu.c
View File
@ -230,7 +230,7 @@ keypress(XKeyEvent *ev) {
}
switch
(
ksym
)
{
default
:
if
(
!
iscntrl
(
*
buf
)
)
if
(
*
buf
)
insert
(
buf
,
strlen
(
buf
)
)
;
break
;
case
XK_Delete
:
Write
Preview
Loading…
Cancel
Save