mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
cbreak_mode: require working file descriptor
This commit is contained in:
parent
ccad97dcff
commit
217ab0cd90
@ -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…
x
Reference in New Issue
Block a user