add TERMINFO env for top/ncurses, tighten output flush
test / unit + widget + golden + a11y (push) Failing after 28s
test / integration_test (xvfb) (push) Has been skipped
test / bundle smoke (xvfb 5s) (push) Has been skipped
test / daemon subprocess + web WASM smoke (push) Has been skipped
test / unit + widget + golden + a11y (push) Failing after 28s
test / integration_test (xvfb) (push) Has been skipped
test / bundle smoke (xvfb 5s) (push) Has been skipped
test / daemon subprocess + web WASM smoke (push) Has been skipped
top fails with "Error opening terminal: xterm-256color" because the PTY child can't find terminfo. Set TERMINFO=/usr/share/terminfo explicitly in the pane environment. Output flush changed from 16ms Timer to Duration.zero (next event loop turn) for tighter batching of escape sequences. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
3e6c0279ef
commit
2921adc9cb
@@ -56,6 +56,7 @@ class PaneRegistry {
|
||||
'COLORTERM': 'truecolor',
|
||||
'LANG': 'en_US.UTF-8',
|
||||
'LC_ALL': 'en_US.UTF-8',
|
||||
'TERMINFO': '/usr/share/terminfo',
|
||||
if (env != null) ...env,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user