pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55087ec
)
Restoring the Alt + Backspace functionality. Thanks Brandon Invergo!
author
Christoph Lohmann
<20h@r-36.net>
Mon, 19 Nov 2012 16:22:32 +0000
(17:22 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Mon, 19 Nov 2012 16:22:32 +0000
(17:22 +0100)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
023634e
..
8543ea2
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-141,7
+141,7
@@
static Key key[] = {
{ XK_KP_7, XK_ANY_MOD, "\033Ow", +1, 0, 0},
{ XK_KP_8, XK_ANY_MOD, "\033Ox", +1, 0, 0},
{ XK_KP_9, XK_ANY_MOD, "\033Oy", +1, 0, 0},
- { XK_BackSpace, XK_
ANY_MOD,
"\177", 0, 0, 0},
+ { XK_BackSpace, XK_
NO_MOD,
"\177", 0, 0, 0},
{ XK_Up, ShiftMask, "\033[1;2A", 0, 0, 0},
{ XK_Up, ControlMask, "\033[1;5A", 0, 0, 0},
{ XK_Up, Mod1Mask, "\033[1;3A", 0, 0, 0},