diff options
author | Christoph Lohmann <20h@r-36.net> | 2012-11-03 03:24:22 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2012-11-03 03:24:22 +0100 |
commit | abe85c0e997ed1882c69bde511f7e2746f68d9ab (patch) | |
tree | b141915eea47f0fbdbe38ea2f81b454ea75c4576 /config.def.h | |
parent | 091ae143ce09e930fd61dae15f8d613c7eab5a61 (diff) | |
download | st-abe85c0e997ed1882c69bde511f7e2746f68d9ab.tar.gz st-abe85c0e997ed1882c69bde511f7e2746f68d9ab.zip |
Fixing an out-of-bound bug in the selection code. Thanks Szabolczs Nagy!
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 1ba6d8e..ee677a5 100644 --- a/config.def.h +++ b/config.def.h | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | /* appearance */ | 3 | /* appearance */ |
4 | static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false"; | 4 | static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false"; |
5 | static unsigned int borderpx = 2; | 5 | static int borderpx = 2; |
6 | static char shell[] = "/bin/sh"; | 6 | static char shell[] = "/bin/sh"; |
7 | 7 | ||
8 | /* double-click timeout (in milliseconds) between clicks for selection */ | 8 | /* double-click timeout (in milliseconds) between clicks for selection */ |