projects
/
profile
/
ivi
/
weston-ivi-shell.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a162792
)
terminal: Send ASCII DEL on for backspace
author
Kristian Høgsberg
<krh@bitplanet.net>
Wed, 20 Jun 2012 21:57:56 +0000
(17:57 -0400)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Wed, 20 Jun 2012 21:57:56 +0000
(17:57 -0400)
clients/terminal.c
patch
|
blob
|
history
diff --git
a/clients/terminal.c
b/clients/terminal.c
index
d747a63
..
f959aca
100644
(file)
--- a/
clients/terminal.c
+++ b/
clients/terminal.c
@@
-2123,6
+2123,8
@@
key_handler(struct window *window, struct input *input, uint32_t time,
break;
case XKB_KEY_BackSpace:
+ ch[len++] = 0x7f;
+ break;
case XKB_KEY_Tab:
case XKB_KEY_Linefeed:
case XKB_KEY_Clear: