DD2-monitor/ui/terminal.h

7 lines
132 B
C
Raw Permalink Normal View History

2019-05-18 17:58:44 +02:00
/*** terminal emulation */
int run_the_terminal(int fd, char *title, WINDOW *win);
int essai_terminal(int fd, char *txt, int k);