Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ hasTerminalVT100Support
Function
hasTerminalVT100Support
src/Platform/src/Platform.Posix.cpp:147–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
bool hasTerminalVT100Support()
148
{
149
static bool hasVT100Support = hasTerminalVT100SupportImpl();
150
return hasVT100Support;
151
}
152
153
bool enableVT100TerminalMode()
154
{
Callers
1
enableVT100TerminalMode
Function · 0.70
Calls
1
hasTerminalVT100SupportImpl
Function · 0.70
Tested by
no test coverage detected