diff 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
line wrap: on
line diff
--- a/mcabber/src/screen.h	Fri Apr 20 18:22:54 2007 +0200
+++ b/mcabber/src/screen.h	Fri Apr 20 19:06:24 2007 +0200
@@ -149,6 +149,8 @@
 void readline_do_completion(void);
 void readline_refresh_screen(void);
 void readline_disable_chat_mode(void);
+void readline_hist_beginning_search_bwd(void);
+void readline_hist_beginning_search_fwd(void);
 void readline_hist_prev(void);
 void readline_hist_next(void);
 void readline_backward_kill_char(void);