KPty
kpty.h
void setCTty()
Creates a new session and process group and makes this pty the controlling tty.
Definition kpty.cpp:427
void login(const char *user=nullptr, const char *remotehost=nullptr)
Creates an utmp entry for the tty.
Definition kpty.cpp:449
bool setWinSize(int lines, int columns, int height, int width)
Change the logical (screen) size of the pty.
Definition kpty.cpp:631
bool tcSetAttr(struct ::termios *ttmode)
Wrapper around tcsetattr(3) with mode TCSANOW.
Definition kpty.cpp:624
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:33 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:33 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.