comparison mcabber/src/screen.h @ 1503:c74cfe7fd848

Add option --show-roster to command chat_disable. This makes it possible to change the Esc binding so that the roster doesn't automatically comes back when hitting Escape. (Issue reported by Maxim Vuets)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 23 Aug 2008 21:01:14 +0200
parents e9c71ce96dca
children 2e86c1cc4eb1
comparison
equal deleted inserted replaced
1502:50dbbca69b55 1503:c74cfe7fd848
166 void readline_forward_char(void); 166 void readline_forward_char(void);
167 int readline_accept_line(int down_history); 167 int readline_accept_line(int down_history);
168 void readline_cancel_completion(void); 168 void readline_cancel_completion(void);
169 void readline_do_completion(void); 169 void readline_do_completion(void);
170 void readline_refresh_screen(void); 170 void readline_refresh_screen(void);
171 void readline_disable_chat_mode(void); 171 void readline_disable_chat_mode(guint show_roster);
172 void readline_hist_beginning_search_bwd(void); 172 void readline_hist_beginning_search_bwd(void);
173 void readline_hist_beginning_search_fwd(void); 173 void readline_hist_beginning_search_fwd(void);
174 void readline_hist_prev(void); 174 void readline_hist_prev(void);
175 void readline_hist_next(void); 175 void readline_hist_next(void);
176 void readline_backward_kill_char(void); 176 void readline_backward_kill_char(void);