pre-xmas commit

This commit is contained in:
2019-12-23 17:55:31 +01:00
parent db3d7283df
commit 119a61c0e5
12 changed files with 146 additions and 67 deletions

View File

@@ -6,7 +6,7 @@
#include "ncfuncs.h"
/* --------------------------------------------------------------------- */
int init_ecran(char *txt)
int init_ecran(const char *txt)
{
initscr();

View File

@@ -4,7 +4,7 @@
#include <curses.h>
int init_ecran(char *txt);
int init_ecran(const char *txt);
int fin_ecran(void);
int idx2position(int idx, int *prow, int *pcol);