comparison mcabber/mcabber/screen.h @ 1985:0870005f7efc

Add command /iline clear_history
author Mikael Berthe <mikael@lilotux.net>
date Sun, 27 Mar 2011 13:35:08 +0200
parents 39021fd6b0e1
children 7b5bd6ad83b4
comparison
equal deleted inserted replaced
1984:b0470ef8669b 1985:0870005f7efc
173 void readline_updowncase_word(int); 173 void readline_updowncase_word(int);
174 void readline_capitalize_word(void); 174 void readline_capitalize_word(void);
175 void readline_backward_char(void); 175 void readline_backward_char(void);
176 void readline_forward_char(void); 176 void readline_forward_char(void);
177 int readline_accept_line(int down_history); 177 int readline_accept_line(int down_history);
178 void readline_clear_history(void);
178 void readline_cancel_completion(void); 179 void readline_cancel_completion(void);
179 void readline_do_completion(void); 180 void readline_do_completion(void);
180 void readline_refresh_screen(void); 181 void readline_refresh_screen(void);
181 void readline_disable_chat_mode(guint show_roster); 182 void readline_disable_chat_mode(guint show_roster);
182 void readline_hist_beginning_search_bwd(void); 183 void readline_hist_beginning_search_bwd(void);