diff mcabber/mcabber/compl.h @ 2143:2f294c2b6778

Add a backward completion (Oleg) When we skip some needed item with tab, we can back with shift+tab.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 06 Jul 2014 14:51:17 +0200
parents 1bd9978ed5d0
children
line wrap: on
line diff
--- a/mcabber/mcabber/compl.h	Sun Jul 06 14:51:14 2014 +0200
+++ b/mcabber/mcabber/compl.h	Sun Jul 06 14:51:17 2014 +0200
@@ -51,7 +51,7 @@
                        const gchar *suffix);
 void    done_completion(void);
 guint   cancel_completion(void);
-const char *complete(void);
+const char *complete(gboolean fwd);
 
 #endif /* __MCABBER_COMPL_H__ */