Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denoland/stdWorks with
•JSR Score94%•This package works with DenoIt is unknown whether this package works with Bun

License
•MIT
Downloads30,747/wk
•Publisheda week ago (1.0.30)
Tools for creating interactive command line tools
Functions
f
askForCursorPositionSync(): { row: number; column: number; } | null
This function asks the terminal for the cursor's current position.
Information entered by the user will be discarded while requesting the cursor
position. The cursor position may have also moved in this time due to the
user entering information. Due to the sync nature of this function, it is
not recommended to use this function frequently. Instead
Ansi.SAVE_CURSOR and
Ansi.RESTORE_CURSOR should be used when possible.