mirror of
https://github.com/eddyem/tty_term.git
synced 2026-06-21 19:36:29 +03:00
remake: do it @ncurses & readline
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user