diff 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
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sat Aug 23 19:47:49 2008 +0300
+++ b/mcabber/src/screen.h	Sat Aug 23 21:01:14 2008 +0200
@@ -168,7 +168,7 @@
 void readline_cancel_completion(void);
 void readline_do_completion(void);
 void readline_refresh_screen(void);
-void readline_disable_chat_mode(void);
+void readline_disable_chat_mode(guint show_roster);
 void readline_hist_beginning_search_bwd(void);
 void readline_hist_beginning_search_fwd(void);
 void readline_hist_prev(void);