Is this a reproducible bug?
Current behavior
In copy mode, Ctrl-U and Ctrl-D scroll by the visible pane height and do not move the cursor when scrolling clamps at the top of history or live bottom.
Expected behavior
Page scrolling should match tmux-style copy mode: full-page movement leaves room for the prompt/status area, and any leftover movement at scrollback boundaries moves the copy cursor.
Reproduction
- Open a pane with enough scrollback.
- Enter copy mode.
- Use Ctrl-U, or Ctrl-D near the top of history or live bottom.
- Notice that the viewport clamps but the copy cursor does not consume the remaining page movement, so it
stays in the wrong row.
Impact
Copy mode navigation feels off and can leave the cursor in the wrong place at scrollback boundaries.
Environment
- Herdr version: 0.6.8
- Update channel (stable or preview): stable
- Operating system: archlinux
- Terminal: ghostty
- Shell, if relevant: bash
Is this a reproducible bug?
Current behavior
In copy mode, Ctrl-U and Ctrl-D scroll by the visible pane height and do not move the cursor when scrolling clamps at the top of history or live bottom.
Expected behavior
Page scrolling should match tmux-style copy mode: full-page movement leaves room for the prompt/status area, and any leftover movement at scrollback boundaries moves the copy cursor.
Reproduction
stays in the wrong row.
Impact
Copy mode navigation feels off and can leave the cursor in the wrong place at scrollback boundaries.
Environment