This commit is contained in:
phyto 2019-05-20 19:53:24 +02:00
джерело a5525aea74
коміт 32720f2a44
1 змінених файлів з 1 додано та 1 видалено

@ -52,7 +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');
putbyte(sfd, 'x'); putbyte(sfd, '\r');
sprintf(ligne, "retour terminal = %d", foo);
aff_message(ligne); sleep(1);
}