comparison mcabber/src/screen.h @ 1086:5e2e647e781b

Add command /roster group_prev|group_next and update documentation
author Mikael Berthe <mikael@lilotux.net>
date Wed, 06 Dec 2006 22:14:41 +0100
parents 6eb1efea75d0
children 1a109ebf3f24
comparison
equal deleted inserted replaced
1085:122114b00541 1086:5e2e647e781b
108 // For commands... 108 // For commands...
109 void scr_RosterTop(void); 109 void scr_RosterTop(void);
110 void scr_RosterBottom(void); 110 void scr_RosterBottom(void);
111 void scr_RosterUp(void); 111 void scr_RosterUp(void);
112 void scr_RosterDown(void); 112 void scr_RosterDown(void);
113 void scr_RosterPrevGroup(void);
114 void scr_RosterNextGroup(void);
113 void scr_RosterSearch(char *); 115 void scr_RosterSearch(char *);
114 void scr_RosterJumpJid(char *); 116 void scr_RosterJumpJid(char *);
115 void scr_BufferTopBottom(int topbottom); 117 void scr_BufferTopBottom(int topbottom);
116 void scr_BufferClear(void); 118 void scr_BufferClear(void);
117 void scr_BufferScrollLock(int lock); 119 void scr_BufferScrollLock(int lock);