comparison 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
comparison
equal deleted inserted replaced
2142:0e8a25503ee1 2143:2f294c2b6778
179 void readline_backward_char(void); 179 void readline_backward_char(void);
180 void readline_forward_char(void); 180 void readline_forward_char(void);
181 int readline_accept_line(int down_history); 181 int readline_accept_line(int down_history);
182 void readline_clear_history(void); 182 void readline_clear_history(void);
183 void readline_cancel_completion(void); 183 void readline_cancel_completion(void);
184 void readline_do_completion(void); 184 void readline_do_completion(gboolean fwd);
185 void readline_refresh_screen(void); 185 void readline_refresh_screen(void);
186 void readline_disable_chat_mode(guint show_roster); 186 void readline_disable_chat_mode(guint show_roster);
187 void readline_hist_beginning_search_bwd(void); 187 void readline_hist_beginning_search_bwd(void);
188 void readline_hist_beginning_search_fwd(void); 188 void readline_hist_beginning_search_fwd(void);
189 void readline_hist_prev(void); 189 void readline_hist_prev(void);