comparison mcabber/src/screen.h @ 44:c10f95f959d0

[/trunk] Changeset 60 by mikael * screen.c cleanup * Remove scr_CreatePopup() * Improve message splitting, to use full window width.
author mikael
date Tue, 05 Apr 2005 21:15:49 +0000
parents 416fd026d76d
children 7259a61e1a4b
comparison
equal deleted inserted replaced
43:b8bd163be431 44:c10f95f959d0
19 extern int update_roster; 19 extern int update_roster;
20 20
21 void scr_InitCurses(void); 21 void scr_InitCurses(void);
22 void scr_DrawMainWindow(void); 22 void scr_DrawMainWindow(void);
23 void scr_TerminateCurses(void); 23 void scr_TerminateCurses(void);
24 void scr_CreatePopup(char *title, char *texto, int corte, int type,
25 char *returnstring);
26 void scr_WriteInWindow(char *nombreVentana, char *texto, int TimeStamp, 24 void scr_WriteInWindow(char *nombreVentana, char *texto, int TimeStamp,
27 int force_show); 25 int force_show);
28 void scr_WriteIncomingMessage(char *jidfrom, char *text); 26 void scr_WriteIncomingMessage(char *jidfrom, char *text);
29 void scr_RoolWindow(void); 27 void scr_RoolWindow(void);
30 void scr_ShowBuddyWindow(void); 28 void scr_ShowBuddyWindow(void);