sily-terminal ~master (2023-12-06T13:08:38Z)
Dub
Repo
cursorMoveDownStart
sily
bashfmt
Moves cursor in terminal down by
lineAmount
and sets cursor X to 1
void
cursorMoveDownStart
(
int
lineAmount
= 1
)
Parameters
lineAmount
int
int
Meta
Source
See Implementation
sily
bashfmt
aliases
BG
FG
FM
FR
enums
Background
Foreground
Formatting
FormattingReset
functions
bell
cleanTerminalState
cursorGetPosition
cursorHide
cursorMoveDown
cursorMoveDownStart
cursorMoveHome
cursorMoveLeft
cursorMoveRight
cursorMoveTo
cursorMoveUp
cursorMoveUpScroll
cursorMoveUpStart
cursorRestorePosition
cursorRestorePositionSCO
cursorSavePosition
cursorSavePositionSCO
cursorShow
eraseCurrentLine
eraseLineLeft
eraseLineRight
eraseLines
fwrite
fwriteln
screenClear
screenClearOnly
screenDisableAltBuffer
screenEnableAltBuffer
screenHardReset
screenRestore
screenSave
setTitle
Moves cursor in terminal down bylineAmount and sets cursor X to 1