Summary
In the forestage TUI, the mouse scroll wheel is bound to the prompt input's history navigation rather than scrolling the conversation/output area. There is no apparent way to scroll back through past chat content with the mouse.
Reproduce
forestage --persona naomi-nagata --theme the-expanse (in wezterm on Wayland)
- Have a conversation long enough to scroll past one screen of output
- Hover the mouse over the chat output area, scroll the wheel
- The prompt input field cycles through input history; the chat output does not move
Expected
Mouse scroll over the chat/output area should scroll that area's content. Prompt-history navigation can stay on arrow keys (or ctrl+up/down).
Surfaced from
Found while testing #46 (text selection / copy-paste / drag-drop). Selection and copy/paste work; this is a distinct concern.
Environment
- forestage 0.1.0, commit f6cb783, alpha channel
- wezterm 20240203-110809-5046fc22
- Raspberry Pi 5, Debian 13 (trixie), Wayland
Summary
In the forestage TUI, the mouse scroll wheel is bound to the prompt input's history navigation rather than scrolling the conversation/output area. There is no apparent way to scroll back through past chat content with the mouse.
Reproduce
forestage --persona naomi-nagata --theme the-expanse(in wezterm on Wayland)Expected
Mouse scroll over the chat/output area should scroll that area's content. Prompt-history navigation can stay on arrow keys (or ctrl+up/down).
Surfaced from
Found while testing #46 (text selection / copy-paste / drag-drop). Selection and copy/paste work; this is a distinct concern.
Environment