This commit is contained in:
Connor Lane Smith
2011-07-17 14:06:53 +01:00
parent 2b92c95230
commit 1636e12210
2 changed files with 2 additions and 2 deletions

View File

@ -279,6 +279,7 @@ keypress(XKeyEvent *ev) {
if(text[cursor] == '\0')
return;
cursor = nextrune(+1);
/* fallthrough */
case XK_BackSpace:
if(cursor == 0)
return;