diff 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
line wrap: on
line diff
--- a/mcabber/mcabber/screen.h	Sat Oct 04 21:45:27 2014 +0200
+++ b/mcabber/mcabber/screen.h	Sun Oct 05 11:30:35 2014 +0200
@@ -148,6 +148,7 @@
 void scr_roster_jump_alternate(void);
 void scr_roster_unread_message(int);
 void scr_roster_display(const char *);
+void scr_roster_next_open_buffer(void);
 
 void scr_buffer_top_bottom(int topbottom);
 void scr_buffer_clear(void);