Browse Source

simplification

master
Connor Lane Smith 14 years ago
parent
commit
f0818217b3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dmenu.c

+ 1
- 1
dmenu.c View File

@@ -230,7 +230,7 @@ keypress(XKeyEvent *ev) {
} }
switch(ksym) { switch(ksym) {
default: default:
if(!iscntrl(*buf))
if(*buf)
insert(buf, strlen(buf)); insert(buf, strlen(buf));
break; break;
case XK_Delete: case XK_Delete:


Loading…
Cancel
Save