comparison mcabber/mcabber/screen.h @ 2160:798baf5db4eb

Add /roster next_open_buffer Not documented yet. This command only applies to non-hidden entries; hidden buffers are ignored.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 05 Oct 2014 11:30:35 +0200
parents 2f294c2b6778
children 038c4d601011
comparison
equal deleted inserted replaced
2159:96427d9e993c 2160:798baf5db4eb
146 void scr_roster_search(char *); 146 void scr_roster_search(char *);
147 void scr_roster_jump_jid(char *); 147 void scr_roster_jump_jid(char *);
148 void scr_roster_jump_alternate(void); 148 void scr_roster_jump_alternate(void);
149 void scr_roster_unread_message(int); 149 void scr_roster_unread_message(int);
150 void scr_roster_display(const char *); 150 void scr_roster_display(const char *);
151 void scr_roster_next_open_buffer(void);
151 152
152 void scr_buffer_top_bottom(int topbottom); 153 void scr_buffer_top_bottom(int topbottom);
153 void scr_buffer_clear(void); 154 void scr_buffer_clear(void);
154 void scr_buffer_scroll_lock(int lock); 155 void scr_buffer_scroll_lock(int lock);
155 void scr_buffer_purge(int, const char*); 156 void scr_buffer_purge(int, const char*);