reword comment in config.def.h

This commit is contained in:
Sascha Kruse 2012-09-07 17:08:33 +02:00
parent aeb412052a
commit 43a37ead0f

View File

@ -20,7 +20,7 @@ enum alignment align = left; /* text alignment [left/center/right] */
int sticky_history = True; int sticky_history = True;
int verbosity = 0; int verbosity = 0;
int word_wrap = False; int word_wrap = False;
int line_height = 0; /* a line height < font height will be raised to font height */ int line_height = 0; /* if line height < font height, it will be raised to font height */
int separator_enabled = False; int separator_enabled = False;
float separator_width = 0.7; /* width in relation to window width */ float separator_width = 0.7; /* width in relation to window width */