diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index fadcfa0..53e8087 100644 --- a/config.def.h +++ b/config.def.h | |||
@@ -9,6 +9,9 @@ static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=fals | |||
9 | static int borderpx = 2; | 9 | static int borderpx = 2; |
10 | static char shell[] = "/bin/sh"; | 10 | static char shell[] = "/bin/sh"; |
11 | 11 | ||
12 | /* identification sequence returned in DA and DECID */ | ||
13 | static char vtiden[] = "\033[?6c"; | ||
14 | |||
12 | /* Kerning / character bounding-box multipliers */ | 15 | /* Kerning / character bounding-box multipliers */ |
13 | static float cwscale = 1.0; | 16 | static float cwscale = 1.0; |
14 | static float chscale = 1.0; | 17 | static float chscale = 1.0; |