void gui_msgbar_flush ( void   ) 

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:

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