comparison mcabber/src/screen.h @ 1424:bb1cc8902d0e

Allow "/buffer list" when debugging mode is disabled
author Mikael Berthe <mikael@lilotux.net>
date Sun, 17 Feb 2008 21:19:48 +0100
parents 757ebe4df0b9
children e74cc83e7158
comparison
equal deleted inserted replaced
1423:757ebe4df0b9 1424:bb1cc8902d0e
165 bool scr_RosterColor(const char *status, const char *wildcard, 165 bool scr_RosterColor(const char *status, const char *wildcard,
166 const char *color); 166 const char *color);
167 void scr_RosterClearColor(void); 167 void scr_RosterClearColor(void);
168 void scr_MucColor(const char *muc, muccoltype type); 168 void scr_MucColor(const char *muc, muccoltype type);
169 void scr_MucNickColor(const char *nick, const char *color); 169 void scr_MucNickColor(const char *nick, const char *color);
170
171 #ifdef ENABLE_DEBUG
172 void scr_BufferList(void); 170 void scr_BufferList(void);
173 #endif
174 171
175 void readline_transpose_chars(void); 172 void readline_transpose_chars(void);
176 void readline_forward_kill_word(void); 173 void readline_forward_kill_word(void);
177 void readline_backward_kill_word(void); 174 void readline_backward_kill_word(void);
178 void readline_backward_word(void); 175 void readline_backward_word(void);