txtwin: mark previous position with '
[cnoor.git] / txtwin.h
blob69b8cd806528d459cb44163cfd72bb3dbd7eb661
1 void txtwin_init(char *name);
2 void txtwin_free(void);
3 void txtwin_loop(void);
4 void txtwin_line(void);
5 void txtwin_append(char *s, char *font);