diff --git a/essai.c b/essai.c index 83483cc..8695ae2 100644 --- a/essai.c +++ b/essai.c @@ -52,6 +52,7 @@ for (idx=0; idx 1 sprintf(ligne, " got $%X\n", received); @@ -123,9 +125,8 @@ int foo; // unsigned char byte; int fd_stdin; -lin_term = col_term = 4; /* position */ -wid_term = 60; -hei_term = 25; +lin_term = 4; col_term = 9; /* position */ +wid_term = 60; hei_term = 25; /* dimensions */ fd_stdin = fileno(stdin); /* for select or pool */