Feature Request: Reverse Command Output Orientation in Windows Terminal #21985

Open
opened 2026-01-31 08:00:02 +00:00 by claunia · 0 comments
Owner

Originally created by @Alemar16 on GitHub (Jul 20, 2024).

Description of the new feature/enhancement

Currently, the Windows Terminal and PowerShell prompt are aligned at the top, and the output of commands descends as more commands are entered. This is the standard behavior, but I am looking for an option to reverse this behavior.

I would like an option in the Windows Terminal settings that allows the prompt to be aligned at the bottom of the terminal window, and for the command outputs to ascend upwards. This would mean that the most recent command and its output are at the bottom, and previous commands and outputs move upwards as new commands are entered. This behavior is similar to the terminal Warp.

This feature would be particularly useful for users who prefer having the most recent command at the bottom of their screen, similar to chat applications or other interfaces where new content appears at the bottom.

Proposed technical implementation details (optional)

Add a configuration option in the settings.json file that allows users to choose the orientation of the prompt and command outputs. This setting would enable users to switch between the traditional top-down orientation and the requested bottom-up orientation.

Originally created by @Alemar16 on GitHub (Jul 20, 2024). # Description of the new feature/enhancement Currently, the Windows Terminal and PowerShell prompt are aligned at the top, and the output of commands descends as more commands are entered. This is the standard behavior, but I am looking for an option to reverse this behavior. I would like an option in the Windows Terminal settings that allows the prompt to be aligned at the bottom of the terminal window, and for the command outputs to ascend upwards. This would mean that the most recent command and its output are at the bottom, and previous commands and outputs move upwards as new commands are entered. This behavior is similar to the terminal Warp. This feature would be particularly useful for users who prefer having the most recent command at the bottom of their screen, similar to chat applications or other interfaces where new content appears at the bottom. # Proposed technical implementation details (optional) Add a configuration option in the settings.json file that allows users to choose the orientation of the prompt and command outputs. This setting would enable users to switch between the traditional top-down orientation and the requested bottom-up orientation.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#21985