diff mcabber/src/screen.h @ 1176:547a8ca7c1a8

Move init_bindings() to screen.c, with a few updates - Move the function init_bindings() to screen.c scr_init_bindings() - Get rid of the malloc/free - Add two key bindings: Meta-a, Meta-b - Put the comments on the same line when it is possible, in order to save some space.
author Mikael Berthe <mikael@lilotux.net>
date Wed, 04 Apr 2007 22:03:49 +0200
parents 334ae9f498f1
children 10733d7de004
line wrap: on
line diff
--- a/mcabber/src/screen.h	Tue Apr 03 20:33:28 2007 +0200
+++ b/mcabber/src/screen.h	Wed Apr 04 22:03:49 2007 +0200
@@ -67,6 +67,8 @@
   } mcode;
 } keycode;
 
+void scr_init_bindings(void);
+
 void scr_Getch(keycode *kcode);
 int process_key(keycode kcode);