Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
fixed backspace problem, updated terminfo entry and moved TNAME in config.h.
[st.git]
/
config.h
diff --git
a/config.h
b/config.h
index
aee8057
..
c3c4e41
100644
(file)
--- a/
config.h
+++ b/
config.h
@@
-1,5
+1,5
@@
#define TAB 8
#define TAB 8
-
+#define TNAME "st-256color"
#define FONT "6x13"
#define BOLDFONT FONT"bold"
#define BORDER 2
#define FONT "6x13"
#define BOLDFONT FONT"bold"
#define BORDER 2
@@
-33,6
+33,7
@@
static const char *colorname[] = {
/* special keys */
static Key key[] = {
/* special keys */
static Key key[] = {
+ { XK_BackSpace, "\177" },
{ XK_Delete, "\033[3~" },
{ XK_Home, "\033[1~" },
{ XK_End, "\033[4~" },
{ XK_Delete, "\033[3~" },
{ XK_Home, "\033[1~" },
{ XK_End, "\033[4~" },