Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Fixing meta+return. Thanks Szabolcs Nagy!
[st.git]
/
config.def.h
diff --git
a/config.def.h
b/config.def.h
index
1ba6d8e
..
ee677a5
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-2,7
+2,7
@@
/* appearance */
static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
/* appearance */
static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
-static
unsigned
int borderpx = 2;
+static int borderpx = 2;
static char shell[] = "/bin/sh";
/* double-click timeout (in milliseconds) between clicks for selection */
static char shell[] = "/bin/sh";
/* double-click timeout (in milliseconds) between clicks for selection */