remake: do it @ncurses & readline

This commit is contained in:
2020-12-22 18:42:27 +03:00
parent d4e0ae967d
commit b87fb2e22a
9 changed files with 477 additions and 114 deletions

View File

@@ -25,6 +25,7 @@
*/
typedef struct{
int speed; // baudrate
int tmoutms; // timeout for select() in ms
char *ttyname; // device name
char *eol; // end of line: \r (CR), \rn (CR+LF) or \n (LF): "r", "rn", "n"
} glob_pars;