Fixing an out-of-bound bug in the selection code. Thanks Szabolczs Nagy!
This commit is contained in:
parent
091ae143ce
commit
abe85c0e99
2 changed files with 24 additions and 9 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue