diff mcabber/src/screen.h @ 312:f0b7ff2df7e8

Ctrl-C does not terminate mcabber 1st Ctrl-C abort current completion 2 Ctrl-C in less than 2 seconds leave mcabber
author Mikael Berthe <mikael@lilotux.net>
date Thu, 14 Jul 2005 23:17:21 +0100
parents 627925d885de
children 1ceb68eb2fc1
line wrap: on
line diff
--- a/mcabber/src/screen.h	Thu Jul 14 21:45:23 2005 +0100
+++ b/mcabber/src/screen.h	Thu Jul 14 23:17:21 2005 +0100
@@ -37,6 +37,7 @@
 inline int  scr_get_multimode();
 void scr_append_multiline(const char *line);
 inline const char *scr_get_multiline();
+void scr_handle_sigint(void);
 
 WINDOW *scr_GetInputWindow(void);