Fullscreen TUI does not receive mouse-wheel scrolling events
Author: joshua-zyyCreated Aug 24, 2026Updated Sep 18, 2026
Labelsbugp2triaged
Environment
- Paseo: 0.5.2
- OS: Windows 11 10.0.26100
- Shell: cmd.exe
- Affected application: pi CLI
- pi TUI mode: fullscreen
Reproduction
Open Paseo and start pi in fullscreen mode:
pi --tui-mode fullscreenGenerate enough transcript content to make scrolling necessary.
Move the mouse pointer over the transcript area.
Use the mouse wheel.
Expected behavior
The fullscreen transcript scrolls vertically under the mouse pointer.
Actual behavior
The mouse wheel does not scroll the fullscreen transcript. No visible scrolling occurs.
Keyboard scrolling works in the same session:
PageUpscrolls up.PageDownscrolls down.
This indicates that pi's fullscreen transcript and scroll handling work, but the mouse-wheel event is not reaching the TUI or is not being forwarded correctly by Paseo.
Additional context
- This occurs in Paseo 0.5.2.
- The issue is observed with pi fullscreen mode; regular mode uses different terminal scrollback behavior.
- PageUp/PageDown work, so this is specifically a mouse-wheel input issue.
- Please let me know if a minimal non-pi alternate-screen reproduction is useful.
Source: getpaseo/paseo