MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Echo

Method Echo

Kernel/include/pty.h:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 PTY(const char* name);
122
123 bool Echo() { return tios.c_lflag & ECHO; }
124 bool IsCanonical() { return tios.c_lflag & ICANON; }
125
126 void UpdateLineCount();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected