NcLooper/ui/ncfuncs.h

12 lines
186 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
2019-12-23 17:55:31 +01:00
int init_ecran(const char *txt);
2019-10-30 05:31:38 +01:00
int fin_ecran(void);
2019-11-03 18:58:21 +01:00
int idx2position(int idx, int *prow, int *pcol);