diff mcabber/mcabber/screen.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 f56c214a19dc
children 798baf5db4eb
line wrap: on
line diff
--- a/mcabber/mcabber/screen.h	Sun Jul 06 14:51:14 2014 +0200
+++ b/mcabber/mcabber/screen.h	Sun Jul 06 14:51:17 2014 +0200
@@ -181,7 +181,7 @@
 int  readline_accept_line(int down_history);
 void readline_clear_history(void);
 void readline_cancel_completion(void);
-void readline_do_completion(void);
+void readline_do_completion(gboolean fwd);
 void readline_refresh_screen(void);
 void readline_disable_chat_mode(guint show_roster);
 void readline_hist_beginning_search_bwd(void);