sily ~master (2022-12-01T21:23:14Z)
Dub
Repo
moveCursorTo
sily
bashfmt
Moves cursor in terminal to
{x, y}
void
moveCursorTo
(
int
x
,
int
y
)
Parameters
x
int
Column to move to
y
int
Row to move to
Meta
Source
See Implementation
sily
bashfmt
aliases
BG
FG
FM
FR
enums
Background
Foreground
Formatting
FormattingReset
functions
cleanTerminalState
clearScreen
clearScreenOnly
eraseCurrentLine
eraseLineLeft
eraseLineRight
eraseLines
fwrite
fwriteln
hideCursor
moveCursorDown
moveCursorLeft
moveCursorRight
moveCursorTo
moveCursorUp
restoreCursorPosition
saveCursorPosition
showCursor
Moves cursor in terminal to {x, y}