MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / SetAutoNewLine

Method SetAutoNewLine

DebugView++Lib/DbgviewReader.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void DbgviewReader::SetAutoNewLine(bool value)
91{
92 LogSource::SetAutoNewLine(value);
93 // todo: send ForceCarriageReturnsEnable/ForceCarriageReturnsDisable to dbgview-agent
94}
95
96void DbgviewReader::Loop()
97{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected