+echo() +noecho()

This commit is contained in:
phyto
2019-05-20 18:57:09 +02:00
parent e0dcbebd30
commit 32379c5441
2 changed files with 6 additions and 4 deletions

View File

@@ -52,6 +52,7 @@ for (idx=0; idx<nbloops; idx++) {
else if (0x14==key) { /* request for terminal */
foo = run_the_terminal(sfd, " terminal ", 0);
putbyte(sfd, 'x'); putbyte(sfd, '\n');
sprintf(ligne, "retour terminal = %d", foo);
aff_message(ligne); sleep(1);
}