terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetCursorPosition()

void System.TermInfoDriver.GetCursorPosition ( )
inlineprivate

Definition at line 223 of file TermInfoDriver.cs.

224 {
225 if (!true)
226 {
227 }
229 if ("\u001b[6n" != null)
230 {
231 this.stdout.InternalWriteString("\u001b[6n");
232 }
237 }
class f__AnonymousType0<< Count > j__TPar
void InternalWriteString(string val)

References System.IO.CStreamWriter.InternalWriteString(), j__TPar, System.TermInfoDriver.stdin, and System.TermInfoDriver.stdout.

Referenced by System.TermInfoDriver.ReadUntilConditionInternal().