svn up
[tore.git] / pytx / txops.h
blob5bf324196ccf2e8af6d2c90f5de84dd3e911920c
1 #ifndef _TXOPS_H_
2 #define _TXOPS_H_
3 #include <ncurses.h>
5 #define EMERGENCY '`'
6 #define RESIZE -2
8 char *tx_text_blank(char *t, int w);
9 void tx_ungetc(int c);
10 void tx_stdwinset(WINDOW * win);
11 void tx_resize(void);
12 void tx_init(void);
13 void tx_free(void);
14 void tx_box(WINDOW *win);
16 #endif