From 9ed035a5c117b501d5f708a9fd677a6b85543475 Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Tue, 8 Sep 2009 15:55:23 +0200 Subject: added classhints, tab-clicking works again. --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index c785751..0fb6232 100644 --- a/config.def.h +++ b/config.def.h @@ -4,6 +4,8 @@ static const char normfgcolor[] = "#c0c0c0"; static const char selbgcolor[] = "#884400"; static const char selfgcolor[] = "#f0f0f0"; static const int tabwidth = 200; +static const char before[] = "<"; +static const char after[] = ">"; #define EXEC "surf", "-x" #define MODKEY ControlMask -- cgit v1.2.3