X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=sidebyside;f=config.def.h;h=d2c547c3105c877f9cac8b8eb6b8c510ae5f41fc;hb=2251f6465ae48aaa012fd686d6dcc4d3f41f77fe;hp=9e610109f094ea945e944472ccba18e8a14bc6fd;hpb=6d8f85232ec741ae2357728d6e96cb8a44e842b4;p=st.git diff --git a/config.def.h b/config.def.h index 9e61010..d2c547c 100644 --- a/config.def.h +++ b/config.def.h @@ -65,6 +65,15 @@ static int bellvolume = 0; /* default TERM value */ static char termname[] = "st-256color"; +/* + * spaces per tab + * + * When you are changing this value, don't forget to adapt the »it« value in + * the st.info and appropriately install the st.info in the environment where + * you use this st version. + * + * it#$tabspaces, + */ static unsigned int tabspaces = 8; /* Terminal colors (16 first used in escape sequence) */ @@ -303,6 +312,7 @@ static Key key[] = { { XK_Delete, XK_ANY_MOD, "\033[P", -1, 0, 0}, { XK_Delete, XK_ANY_MOD, "\033[3~", +1, 0, 0}, { XK_BackSpace, XK_NO_MOD, "\177", 0, 0, 0}, + { XK_BackSpace, Mod1Mask, "\033\177", 0, 0, 0}, { XK_Home, ShiftMask, "\033[2J", 0, -1, 0}, { XK_Home, ShiftMask, "\033[1;2H", 0, +1, 0}, { XK_Home, XK_ANY_MOD, "\033[H", 0, -1, 0},