tweaks
This commit is contained in:
parent
2b92c95230
commit
1636e12210
2 changed files with 2 additions and 2 deletions
1
dmenu.c
1
dmenu.c
|
@ -279,6 +279,7 @@ keypress(XKeyEvent *ev) {
|
|||
if(text[cursor] == '\0')
|
||||
return;
|
||||
cursor = nextrune(+1);
|
||||
/* fallthrough */
|
||||
case XK_BackSpace:
|
||||
if(cursor == 0)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue