mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-06 02:41:48 +00:00
fix(tui): keep streaming progress stable during interaction
This commit is contained in:
parent
1c964ed43f
commit
355e0ae960
15 changed files with 278 additions and 106 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue