FormattedTextControl doesn't support scrolling - always renders from top. Switch to Buffer + BufferControl which has proper scroll support: - Output buffer uses read-only Buffer with cursor at end - Tab/Shift-Tab to switch focus between output and input - Arrow keys scroll when output is focused - Scrollbar margin shows position - Auto-scroll on new content (cursor stays at end) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| console_registry.py | ||
| secure_console.py | ||
| tui_console.py | ||