x11/st-sdk: new port
This commit is contained in:
20
x11/st-sdk/patches/patch-config_def_h
Normal file
20
x11/st-sdk/patches/patch-config_def_h
Normal file
@@ -0,0 +1,20 @@
|
||||
Index: config.def.h
|
||||
--- config.def.h.orig
|
||||
+++ config.def.h
|
||||
@@ -106,7 +106,7 @@ static const char *colorname[] = {
|
||||
"blue2",
|
||||
"magenta3",
|
||||
"cyan3",
|
||||
- "gray90",
|
||||
+ "gray",
|
||||
|
||||
/* 8 bright colors */
|
||||
"gray50",
|
||||
@@ -341,6 +341,7 @@ static Key key[] = {
|
||||
{ XK_ISO_Left_Tab, ShiftMask, "\033[Z", 0, 0},
|
||||
{ XK_Return, Mod1Mask, "\033\r", 0, 0},
|
||||
{ XK_Return, XK_ANY_MOD, "\r", 0, 0},
|
||||
+ { XK_Return, ShiftMask, "\033[13;2u", 0, 0, 0},
|
||||
{ XK_Insert, ShiftMask, "\033[4l", -1, 0},
|
||||
{ XK_Insert, ShiftMask, "\033[2;2~", +1, 0},
|
||||
{ XK_Insert, ControlMask, "\033[L", -1, 0},
|
||||
Reference in New Issue
Block a user