From 95033753be32e93915ddce14ea41b8765b665771 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Fri, 15 Feb 2013 19:10:22 +0100 Subject: Adding a more efficient drawing code. Thanks Mihail Zenkov for giving the hint! --- config.def.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 684adf7..8732ca3 100644 --- a/config.def.h +++ b/config.def.h @@ -9,10 +9,13 @@ static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=fals static int borderpx = 2; static char shell[] = "/bin/sh"; -/* double-click timeout (in milliseconds) between clicks for selection */ +/* timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300; static unsigned int tripleclicktimeout = 600; +/* frames per second st should at maximum draw to the screen */ +static unsigned int framespersecond = 60; + /* TERM value */ static char termname[] = "st-256color"; -- cgit v1.2.3