projects
/
selector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86b7ab1
)
Added the key ^? for backspace.
author
Francois Fleuret
<francois@fleuret.org>
Mon, 16 Mar 2009 06:57:50 +0000
(07:57 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Mon, 16 Mar 2009 06:57:50 +0000
(07:57 +0100)
selector.cc
patch
|
blob
|
history
diff --git
a/selector.cc
b/selector.cc
index
ff94e1a
..
5ce4c4e
100644
(file)
--- a/
selector.cc
+++ b/
selector.cc
@@
-527,7
+527,7
@@
int main(int argc, char **argv) {
patterns[patterns_point] = '\0';
}
- else if(key == KEY_BACKSPACE || key == '
\b
' ||
+ else if(key == KEY_BACKSPACE || key == '
\b
' ||
key == '
\7f
' ||
key == KEY_DC || key == '
\ 4
') {
if(patterns_point > 0) {
patterns_point--;