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