This commit is contained in:
MeexReay 2025-03-21 18:56:17 +03:00
parent 19ceb7a9bf
commit 1e0f45af0f

View File

@ -29,7 +29,7 @@ async function main(args) {
let pos = getCursor() let pos = getCursor()
await writeStdout(cropToScreen(content, 0, 0, terminal_width, terminal_height - 1)) await writeStdout(await cropToScreen(content, 0, 0, terminal_width, terminal_height - 1))
setStdinFlag(ENABLE_STDIN) setStdinFlag(ENABLE_STDIN)
setStdinFlag(SILENT_STDIN) setStdinFlag(SILENT_STDIN)