comparison mcabber/src/screen.h @ 1359:7daf906fbcdc

The command /quit can be used in bindings, hooks and sourced files (It used to work in bindings only)
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Nov 2007 13:05:57 +0100
parents e30a9d907105
children f89844a0448a
comparison
equal deleted inserted replaced
1358:005df14df743 1359:7daf906fbcdc
100 } muccoltype; 100 } muccoltype;
101 101
102 void scr_init_bindings(void); 102 void scr_init_bindings(void);
103 103
104 void scr_Getch(keycode *kcode); 104 void scr_Getch(keycode *kcode);
105 int process_key(keycode kcode); 105 void process_key(keycode kcode);
106 106
107 void scr_InitLocaleCharSet(void); 107 void scr_InitLocaleCharSet(void);
108 void scr_InitCurses(void); 108 void scr_InitCurses(void);
109 void scr_TerminateCurses(void); 109 void scr_TerminateCurses(void);
110 void scr_DrawMainWindow(unsigned int fullinit); 110 void scr_DrawMainWindow(unsigned int fullinit);