diff mcabber/src/commands.h @ 288:1eea0fa0955e

Add /bind command * Split process_line() to process_line() + process_command() * Do not expand aliases in multi-line mode * Add /bind command The binding system is ugly (not UTF-8 compatible, I think, and certainly system dependant because it is using ncurses wgetch() values).
author Mikael Berthe <mikael@lilotux.net>
date Fri, 08 Jul 2005 21:47:17 +0100
parents edc263a5d350
children 35cda94e570d 12f919be3da5
line wrap: on
line diff
--- a/mcabber/src/commands.h	Fri Jul 08 07:31:24 2005 +0100
+++ b/mcabber/src/commands.h	Fri Jul 08 21:47:17 2005 +0100
@@ -14,6 +14,7 @@
 void cmd_init(void);
 cmd *cmd_get(const char *command);
 int  process_line(char *line);
+int  process_command(char *line);
 char *expandalias(char *line);
 
 #endif /* __COMMANDS_H__ */