kpty.h
void setXonXoff(bool useXonXoff)
Set whether the pty should honor Xon/Xoff flow control.
Definition kpty.cpp:525
void setCTty()
Creates a new session and process group and makes this pty the controlling tty.
Definition kpty.cpp:425
void setWinSize(int lines, int columns)
Change the logical (screen) size of the pty.
Definition kpty.cpp:517
void login(const char *user=0, const char *remotehost=0)
Creates an utmp entry for the tty.
Definition kpty.cpp:450
void setUtf8Mode(bool useUtf8)
Set the pty in utf8 mode on systems that support it.
Definition kpty.cpp:545
Trinity API Reference