comparison mcabber/src/screen.c @ 675:ae7016aae014

New "beep_on_message" option
author Mikael Berthe <mikael@lilotux.net>
date Wed, 25 Jan 2006 22:00:06 +0100
parents 86bc3295a4db
children 5933a8036672
comparison
equal deleted inserted replaced
674:dbdf72de7500 675:ae7016aae014
238 clear(); 238 clear();
239 refresh(); 239 refresh();
240 endwin(); 240 endwin();
241 Curses = FALSE; 241 Curses = FALSE;
242 return; 242 return;
243 }
244
245 inline void scr_Beep(void)
246 {
247 beep();
243 } 248 }
244 249
245 // scr_LogPrint(...) 250 // scr_LogPrint(...)
246 // Display a message in the log window. 251 // Display a message in the log window.
247 void scr_LogPrint(unsigned int flag, const char *fmt, ...) 252 void scr_LogPrint(unsigned int flag, const char *fmt, ...)