show info with i key
[cnoor.git] / txtwin.h
blobf20e07794ad71d2f0981fc6698a821e84d5b4916
1 struct txtwin;
3 struct txtwin *txtwin_alloc(char *name);
4 void txtwin_gtk_init(int argc, char **argv);
5 void txtwin_free(struct txtwin *tw);
6 void txtwin_loop(struct txtwin *tw);
7 void txtwin_append(struct txtwin *tw, char *s, char *tag);
8 void txtwin_tag(struct txtwin *tw, char *name, char *fg, char *bg, char *font);