Uni/Term#
Interface to the termios struct.
Info
To use declarations from this page, include the <essence/uni/term.hpp> header.
The declarations are within the essence::uni namespace.
-
struct termios term::currenttermios()#
Get the current termios settings.
-
inline const termios term::originaltermios#
The termios settings captured at application start, for restoration.
-
template<typename T>
concept term::setable# A type that can be set in the termios struct.
Valid Expression
T, whenTis a term::echoT, whenTis a term::inputbufferT, whenTis a term::screenbufferT, whenTis a term::cursorT, whenTis a term::autowrap