MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / EnableUnderscore

Method EnableUnderscore

src/Utilities/Debug.cpp:173–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void Console::EnableUnderscore(bool enable)
174{
175 if (NULL == ConsoleHandle)
176 return;
177
178 if (TextAttribute.Underscore == enable)
179 return;
180
181 TextAttribute.Underscore = enable;
182 SetConsoleTextAttribute(ConsoleHandle, TextAttribute.AsWord);
183}
184
185void Console::Write(const char* str, int len)
186{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected