MCPcopy Create free account
hub / github.com/NetHack/NetHack / emit_hide_cursor

Function emit_hide_cursor

sys/windows/consoletty.c:490–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488void emit_show_cursor(void);
489
490void
491emit_hide_cursor(void)
492{
493 DWORD unused;
494 static const char escseq[] = "\x1b[?25l";
495
496 WriteConsoleA(console.hConOut, (LPCSTR) escseq, (int) strlen(escseq),
497 &unused, NULL);
498}
499
500void
501emit_show_cursor(void)

Callers 1

consoletty.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected