diff options
author | Connor Lane Smith <cls@lubutu.com> | 2011-07-17 14:06:53 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2011-07-17 14:06:53 +0100 |
commit | 1636e122101501ddb907119c61d0961ccaa89a99 (patch) | |
tree | 95bacf1b11ea8c0ea3b24d431540499bcfe59fe9 /dmenu.c | |
parent | 2b92c95230fbbdcf47f701d9cc4fd133a7972fae (diff) |
tweaks
Diffstat (limited to 'dmenu.c')
-rw-r--r-- | dmenu.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -279,6 +279,7 @@ keypress(XKeyEvent *ev) { if(text[cursor] == '\0') return; cursor = nextrune(+1); + /* fallthrough */ case XK_BackSpace: if(cursor == 0) return; |