Pin prompt input to bottom of terminal window
Feature Request
Pin the prompt input to the bottom of the terminal window so that conversation history remains visible above it.
Problem
Currently, when typing a new prompt, the input area sits in the middle or upper portion of the terminal with a large amount of empty space below it. This wastes screen real estate and limits how much conversation history is visible.
The specific pain points:
- Scrolling up to review conversation history works fine, but as soon as you start typing, the view snaps back to the input position
- There is a large block of empty/unused space below the input area
- Only the most recent reply is typically visible without scrolling
- The empty space below the input provides no value and makes the tool feel less information-dense
Proposed Solution
Keep the prompt input anchored to the bottom of the terminal viewport, with conversation history filling the space above it. This is how most chat interfaces work (Slack, Discord, iMessage, etc.) and would make better use of available screen space.
Ideally this would be the default behavior, or at minimum a configurable option.
🤖 Generated with Claude Code
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗