MCPcopy Create free account
hub / github.com/ConEmu/ConEmu / SetWriteAtEol

Method SetWriteAtEol

src/ConEmuHk/ExtConsole.cpp:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 COORD lastWriteCoord{};
78
79 void SetWriteAtEol(const bool writeAtEol, const COORD lastWrite)
80 {
81 wasWriteAtEol = writeAtEol;
82 if (writeAtEol)
83 {
84 lastWriteCoord = lastWrite;
85 }
86 }
87};
88
89static ExtConsoleState gState{};

Callers 1

ExtWriteTextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected