void gui_msgbar_resize ( void   ) 

Set the proper size of the message bar after a terminal resize.

Definition at line 76 of file gui_msgbar.c.

00077 {
00078         gui_lock();
00079         wresize(win_msgbar, 1, COLS);
00080         mvwin(win_msgbar, GUI_SIZE_MSGBAR_TOP, 0);
00081         clearok(win_msgbar, TRUE);
00082         gui_unlock();
00083 
00084         gui_msgbar_refresh();
00085 }

Here is the call graph for this function:

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:29 2010 for herrie by  doxygen 1.6.3