aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar Christoph Lohmann <20h@r-36.net>2012-11-13 20:13:39 +0100
committerGravatar Christoph Lohmann <20h@r-36.net>2012-11-13 20:13:39 +0100
commit7474a2fc3785eb1aad00f8cf2b50711bbe1fff0b (patch)
tree7a179ccfcfa9d93f0e9c3d9e9c9f40a9b2f7d274 /config.def.h
parent620e3bb39ebe617b69b5cb1323b4f47c2f699527 (diff)
The style inquisition was here again.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index d6103b5..5d887fc 100644
--- a/config.def.h
+++ b/config.def.h
@@ -131,7 +131,7 @@ static Key key[] = {
{ XK_Down, ShiftMask, "\033[1;2B", 0, 0, 0},
{ XK_Down, ControlMask, "\033[1;5B", 0, 0, 0},
{ XK_Down, Mod1Mask, "\033[1;3B", 0, 0, 0},
- { XK_Left, XK_NO_MOD, "\033[D", 0, -1, 0},
+ { XK_Left, XK_NO_MOD, "\033[D", 0, -1, 0},
{ XK_Left, XK_NO_MOD, "\033OD", 0, +1, 0},
{ XK_Left, ShiftMask, "\033[1;2D", 0, 0, 0},
{ XK_Left, ControlMask, "\033[1;5D", 0, 0, 0},