comparison mcabber/src/screen.h @ 707:b26a0bde4cdb

Add /roster hide|show|toggle
author Mikael Berthe <mikael@lilotux.net>
date Tue, 21 Feb 2006 22:57:49 +0100
parents 6c100adfbfb6
children 75dde88f1884
comparison
equal deleted inserted replaced
706:934fddc99592 707:b26a0bde4cdb
25 25
26 void scr_InitCurses(void); 26 void scr_InitCurses(void);
27 void scr_TerminateCurses(void); 27 void scr_TerminateCurses(void);
28 void scr_DrawMainWindow(unsigned int fullinit); 28 void scr_DrawMainWindow(unsigned int fullinit);
29 void scr_DrawRoster(void); 29 void scr_DrawRoster(void);
30 void scr_RosterVisibility(int status);
30 void scr_WriteIncomingMessage(const char *jidfrom, const char *text, 31 void scr_WriteIncomingMessage(const char *jidfrom, const char *text,
31 time_t timestamp, guint prefix); 32 time_t timestamp, guint prefix);
32 void scr_WriteOutgoingMessage(const char *jidto, const char *text); 33 void scr_WriteOutgoingMessage(const char *jidto, const char *text);
33 void scr_ShowBuddyWindow(void); 34 void scr_ShowBuddyWindow(void);
34 bool scr_BuddyBufferExists(const char *jid); 35 bool scr_BuddyBufferExists(const char *jid);