diff mcabber/src/screen.h @ 389:6e895f397474

Ncurses changes + Ctrl-C does not send a signal anylore * Use nonl() when initializing ncurses * Ctrl-C does not send a signal in raw mode, so we handle it as a normal key
author Mikael Berthe <mikael@lilotux.net>
date Sat, 30 Jul 2005 10:36:46 +0100
parents 00809e3e327e
children d580e87c11ed
line wrap: on
line diff
--- a/mcabber/src/screen.h	Fri Jul 29 20:28:06 2005 +0100
+++ b/mcabber/src/screen.h	Sat Jul 30 10:36:46 2005 +0100
@@ -38,7 +38,6 @@
 inline int  scr_get_multimode();
 void scr_append_multiline(const char *line);
 inline const char *scr_get_multiline();
-void scr_handle_sigint(void);
 
 int scr_Getch(void);