is it possible to remove the status bar entirely via the config file? right now i am hacking it with
#define FONT "-*-fixed-*-*-*-*-2-*-*-*-*-*-iso8859-*" #define NORMBGCOLOR "#000000" #define NORMFGCOLOR "#000000" #define SELBGCOLOR "#000000" #define SELFGCOLOR "#000000" #define STATUSBGCOLOR "#000000" #define STATUSFGCOLOR "#000000" to minimize and (virtually) hide the status bar thanks in advance
