fix(tui): keep streaming progress stable during interaction

This commit is contained in:
Brooklyn Nicholson
2026-04-26 04:23:57 -05:00
parent 1c964ed43f
commit 355e0ae960
15 changed files with 278 additions and 106 deletions

View File

@@ -336,7 +336,7 @@ export function TextInput({
active: focus && termFocus && !selected
})
const nativeCursor = focus && termFocus && !selected
const nativeCursor = focus && termFocus && !selected && !!stdout?.isTTY
const rendered = useMemo(() => {
if (!focus) {