Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ IsCanonical
Method
IsCanonical
Kernel/include/pty.h:124–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
123
bool Echo() { return tios.c_lflag & ECHO; }
124
bool IsCanonical() { return tios.c_lflag & ICANON; }
125
126
void UpdateLineCount();
127
Callers
2
Ioctl
Method · 0.80
CanRead
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected