Introduction
Introduction Statistics Contact Development Disclaimer Help
tFixing some key issues with mc. Thanks nsz! - st - [fork] customized build of …
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 1cbe56026b1003d96d81c17e43ff21d1b0064b21
parent 440a19a662cec7aaec07cec47e7743f22f0e5f26
Author: Christoph Lohmann <[email protected]>
Date: Fri, 16 Nov 2012 05:43:00 +0100
Fixing some key issues with mc. Thanks nsz!
Diffstat:
M config.def.h | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/config.def.h b/config.def.h
t@@ -170,6 +170,7 @@ static Key key[] = {
{ XK_Insert, XK_ANY_MOD, "\033[2~", 0, 0, 0},
{ XK_Delete, ShiftMask, "\033[3;2~", 0, 0, 0},
{ XK_Delete, XK_ANY_MOD, "\033[3~", 0, 0, 0},
+ { XK_Home, XK_NO_MOD, "\033[1~", 0, 0, 0},
{ XK_Home, ShiftMask, "\033[1;2H", 0, 0, 0},
{ XK_Home, XK_ANY_MOD, "\033[H", 0, 0, 0},
{ XK_End, ShiftMask, "\033[1;2F", 0, 0, 0},
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.