static int topbar = 1; static const char *fonts[] = { "monospace:size=12" }; static const char *prompt = NULL; static const char *colors[SchemeLast][2] = { [SchemeNorm] = { "#bbbbbb", "#111111" }, [SchemeSel] = { "#eeeeee", "#ee2222" }, [SchemeOut] = { "#000000", "#005577" }, }; static unsigned int lines = 0; static const char worddelimiters[] = " ";