comparison mcabber/src/screen.h @ 1190:be06bbe7e449

Add readline_hist_beginning_search_bwd/fwd functions These function match the actual behaviour of Up/Down in mcabber. /iline hist_prev|hist_next now have a more traditional behaviour
author Mikael Berthe <mikael@lilotux.net>
date Fri, 20 Apr 2007 19:06:24 +0200
parents 0f7e0346d9cb
children e802ec0c02d2
comparison
equal deleted inserted replaced
1189:a0722fce1786 1190:be06bbe7e449
147 int readline_accept_line(int down_history); 147 int readline_accept_line(int down_history);
148 void readline_cancel_completion(void); 148 void readline_cancel_completion(void);
149 void readline_do_completion(void); 149 void readline_do_completion(void);
150 void readline_refresh_screen(void); 150 void readline_refresh_screen(void);
151 void readline_disable_chat_mode(void); 151 void readline_disable_chat_mode(void);
152 void readline_hist_beginning_search_bwd(void);
153 void readline_hist_beginning_search_fwd(void);
152 void readline_hist_prev(void); 154 void readline_hist_prev(void);
153 void readline_hist_next(void); 155 void readline_hist_next(void);
154 void readline_backward_kill_char(void); 156 void readline_backward_kill_char(void);
155 void readline_forward_kill_char(void); 157 void readline_forward_kill_char(void);
156 void readline_iline_start(void); 158 void readline_iline_start(void);