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:
![]() |
1.6.3