The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Terminal.updateCursorPosition
arsd
terminal
Terminal
Forces
cursorX
and
cursorY
to resync from the terminal.
struct
Terminal
void
updateCursorPosition
(
)
Meta
Source
See Implementation
History
Added January 8, 2023
arsd
terminal
Terminal
constructors
this
enums
StderrBehavior
functions
bold
clear
clearToEndOfLine
color
cursor
enableAlternateScreen
flush
getline
hideCursor
hyperlink
hyperlinkSupported
italic
moveTo
reset
restoreCursorPosition
saveCursorPosition
setTitle
setTrueColor
showCursor
underline
updateCursorPosition
write
writef
writefln
writeln
properties
cursorX
cursorY
height
width
static functions
stdinIsTerminal
stdoutIsTerminal
static variables
pipeThroughStdOut
stderrBehavior
terminateTimeoutMsecs
variables
lineGetter
Forces cursorX and cursorY to resync from the terminal.