Fixing an out-of-bound bug in the selection code. Thanks Szabolczs Nagy!

This commit is contained in:
Christoph Lohmann
2012-11-03 03:24:22 +01:00
parent 091ae143ce
commit abe85c0e99
2 changed files with 24 additions and 9 deletions

View File

@ -2,7 +2,7 @@
/* 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 */