cbreak_mode: require working file descriptor

pull/1706/head
nick black 3 years ago
parent ccad97dcff
commit 217ab0cd90
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -20,7 +20,7 @@ void sigwinch_handler(int signo){
}
int cbreak_mode(int ttyfd, const struct termios* tpreserved){
if(n->ttyfd < 0){
if(ttyfd < 0){
return 0;
}
// assume it's not a true terminal (e.g. we might be redirected to a file)

Loading…
Cancel
Save