7ed7f66dd240c8ab4a265fd864342cc8a33ad9a1
[citadel.git] / citadel / textclient / screen.h
1
2 /* client code may need the ERR define: */
3
4 void screen_new(void);
5 int scr_printf(char *fmt, ...);
6 #define SCR_NOBLOCK 0
7 #define SCR_BLOCK -1
8 int scr_getc(int delay);
9 int scr_putc(int c);
10 void scr_flush(void);
11 int scr_blockread(void);
12 RETSIGTYPE scr_winch(int signum);
13 void wait_indicator(int state);
14 void ctdl_beep(void);
15 void scr_wait_indicator(int);
16 extern char status_line[];