1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

Improved alias completion (now uses target command for completion)

This commit is contained in:
Sebastien Helleu
2006-03-08 15:31:26 +00:00
parent 1005890db2
commit 227c05447f
18 changed files with 1448 additions and 1350 deletions
+2
View File
@@ -63,7 +63,9 @@ extern t_weelist *last_index_command;
extern void command_index_build ();
extern void command_index_free ();
extern t_weechat_alias *alias_search (char *);
extern t_weechat_alias *alias_new (char *, char *);
extern char *alias_get_final_command (t_weechat_alias *);
extern void alias_free_all ();
extern char **explode_string (char *, char *, int, int *);
extern void free_exploded_string (char **);