36 Q_DECLARE_PRIVATE(
KPty)
93 bool tcGetAttr(struct ::termios *ttmode)
const;
104 bool tcSetAttr(struct ::termios *ttmode);
const char * ttyName() const
bool tcGetAttr(struct::termios *ttmode) const
Wrapper around tcgetattr(3).
void closeSlave()
Close the pty slave descriptor.
bool open()
Create a pty master/slave pair.
F77_RET_T const double const double double * d
bool setWinSize(int lines, int columns)
Change the logical (screen) size of the pty.
void close()
Close the pty master/slave pair.
bool tcSetAttr(struct::termios *ttmode)
Wrapper around tcsetattr(3) with mode TCSANOW.
bool setEcho(bool echo)
Set whether the pty should echo input.
Provides primitives for opening & closing a pseudo TTY pair, assigning the controlling TTY...