dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
CBreak
my
tty
Used to reset the terminal to the original mode.
struct
CBreak {
import
core
.
sys
.
posix
.
termios
;
;
termios
mode
;
void
reset
(int fd);
}
Members
Functions
reset
void
reset
(int fd)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
mode
termios
mode
;
Undocumented in source.
Meta
Source
See Implementation
my
tty
functions
isStderrInteractive
isStdoutInteractive
setCBreak
setInteractiveTty
structs
CBreak
Used to reset the terminal to the original mode.