render state line on stdscr instead of header window

This commit is contained in:
Andrzej Rybczak
2008-12-15 20:57:30 +01:00
parent 2cc5528014
commit 8c40f046b9
2 changed files with 14 additions and 13 deletions

View File

@@ -311,7 +311,7 @@ int main(int argc, char *argv[])
if (Config.header_visibility)
{
wHeader = new Window(0, 0, COLS, 2, "", Config.header_color, brNone);
wHeader = new Window(0, 0, COLS, 1, "", Config.header_color, brNone);
wHeader->Display();
}