NcLooper/ui/ncfuncs.h

12 lines
180 B
C
Raw Normal View History

2019-10-30 05:31:38 +01:00
/*
* NcLooper--- interface curses, fonctions de base
*/
2019-11-03 18:58:21 +01:00
#include <curses.h>
2019-10-30 05:31:38 +01:00
int init_ecran(char *txt);
int fin_ecran(void);
2019-11-03 18:58:21 +01:00
int idx2position(int idx, int *prow, int *pcol);