Flush the text in the message bar. Definition at line 100 of file gui_msgbar.c. 00101 { 00102 gui_lock(); 00103 g_string_assign(message, ""); 00104 message_prio = -1; 00105 curs_set(0); 00106 gui_unlock(); 00107 00108 gui_msgbar_refresh(); 00109 }
Here is the call graph for this function:
![]()
Here is the caller graph for this function:
![]() |
1.6.3