strange things appears...

This commit is contained in:
2020-12-23 13:12:37 +03:00
parent 655ad5bd90
commit 6a63b5858c
3 changed files with 27 additions and 10 deletions

View File

@@ -26,6 +26,7 @@ typedef struct{
TTY_descr *dev;
pthread_mutex_t mutex;
char eol[3];
char seol[5];
int eollen;
} ttyd;