void gui_msgbar_refresh ( void   ) 

Redraw the message bar after its contents have been altered.

Definition at line 88 of file gui_msgbar.c.

00089 {
00090         gui_lock();
00091         if (win_msgbar != NULL) {
00092                 werase(win_msgbar);
00093                 mvwaddstr(win_msgbar, 0, 1, message->str);
00094                 wnoutrefresh(win_msgbar);
00095         }
00096         gui_unlock();
00097 }

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