redraw statusbar after terminal resize

previous changes broke this, so here is the fix.
This commit is contained in:
Andrzej Rybczak
2009-04-28 16:22:06 +02:00
parent 7e479de3e0
commit ab7dbe9cbe
3 changed files with 6 additions and 8 deletions

View File

@@ -47,6 +47,7 @@ namespace Global
extern bool UpdateStatusImmediately;
extern bool MessagesAllowed;
extern bool RedrawHeader;
extern bool RedrawStatusbar;
extern std::string VolumeState;
}