SVN revision: 72715
This commit is contained in:
Carsten Haitzler 2012-06-23 07:21:44 +00:00
parent 3b0a9d4013
commit 86b43ae0f4
1 changed files with 1 additions and 2 deletions

View File

@ -260,8 +260,7 @@ keyin_handle(Termpty *ty, Evas_Event_Key_Down *ev)
if (_key_try(ty, appcur_keyout, ev)) return; if (_key_try(ty, appcur_keyout, ev)) return;
} }
if ((ty->state.send_bs) && if ((ty->state.send_bs) && (!strcmp(ev->keyname, "BackSpace")))
(!strcmp(ev->keyname, "Bakcspace")))
{ {
termpty_write(ty, "\b", 1); termpty_write(ty, "\b", 1);
return; return;