On keypress or output, openconsole should scroll down like conhost #22417

Closed
opened 2026-01-31 08:12:39 +00:00 by claunia · 3 comments
Owner

Originally created by @0wwafa on GitHub (Oct 17, 2024).

Windows Terminal version

1.22.2702.0

Windows build number

10.0.19045.5011

Other Software

cmd.exe
bash.exe (wsl1)

Steps to reproduce

get some output from dir or from ls -alR so that the windows scrolls.
then scroll up
then write anything.
conhost.exe scrolls to the input line. openconsole.exe does not.

also, if a program outputs data while you are "scrolled up", conhost scrolls down.

This is a matter of taste and preference and If I where you I would put a flag in the Terminal scrolling section.

Expected Behavior

Scroll to the last line on keypress or on output.

Actual Behavior

The scroll stays where it is.

I repeat: this is not a big deal... and it's a matter of taste.. but I would put the flag in the preferences.

Originally created by @0wwafa on GitHub (Oct 17, 2024). ### Windows Terminal version 1.22.2702.0 ### Windows build number 10.0.19045.5011 ### Other Software cmd.exe bash.exe (wsl1) ### Steps to reproduce get some output from dir or from ls -alR so that the windows scrolls. then scroll up then write anything. conhost.exe scrolls to the input line. openconsole.exe does not. also, if a program outputs data while you are "scrolled up", conhost scrolls down. This is a matter of taste and preference and If I where you I would put a flag in the **Terminal scrolling** section. ### Expected Behavior Scroll to the last line on keypress or on output. ### Actual Behavior The scroll stays where it is. I repeat: this is not a big deal... and it's a matter of taste.. but I would put the flag in the preferences.
claunia added the Product-ConhostIssue-BugIn-PRNeeds-Tag-FixArea-Interaction labels 2026-01-31 08:12:40 +00:00
Author
Owner

@djukic-marko commented on GitHub (Oct 27, 2024):

also, if a program outputs data while you are "scrolled up", conhost scrolls down.

I like the way it works now. When I'm debugging software that writes a lot to the console, and I scroll up to see relevant output, I don’t like my focus being changed because the software output more information."

@djukic-marko commented on GitHub (Oct 27, 2024): `also, if a program outputs data while you are "scrolled up", conhost scrolls down.` I like the way it works now. When I'm debugging software that writes a lot to the console, and I scroll up to see relevant output, I don’t like my focus being changed because the software output more information."
Author
Owner

@0wwafa commented on GitHub (Oct 27, 2024):

also, if a program outputs data while you are "scrolled up", conhost scrolls down.

I like the way it works now. When I'm debugging software that writes a lot to the console, and I scroll up to see relevant output, I don’t like my focus being changed because the software output more information."

Latest version ( https://github.com/microsoft/terminal/releases/tag/v1.22.2912.0 ) scrolls down on program output....

@lhecker @carlos-zamora but still does not scroll down on keypress.. only if pressing CR

@0wwafa commented on GitHub (Oct 27, 2024): > `also, if a program outputs data while you are "scrolled up", conhost scrolls down.` > > I like the way it works now. When I'm debugging software that writes a lot to the console, and I scroll up to see relevant output, I don’t like my focus being changed because the software output more information." Latest version ( https://github.com/microsoft/terminal/releases/tag/v1.22.2912.0 ) scrolls down on program output.... @lhecker @carlos-zamora but still does not scroll down on keypress.. only if pressing CR
Author
Owner

@kotenok2000 commented on GitHub (Feb 11, 2025):

also, if a program outputs data while you are "scrolled up", conhost scrolls down.

I like the way it works now. When I'm debugging software that writes a lot to the console, and I scroll up to see relevant output, I don’t like my focus being changed because the software output more information."

Just use selection mode from QuickEdit mode and program will be frozen.

@kotenok2000 commented on GitHub (Feb 11, 2025): > `also, if a program outputs data while you are "scrolled up", conhost scrolls down.` > > I like the way it works now. When I'm debugging software that writes a lot to the console, and I scroll up to see relevant output, I don’t like my focus being changed because the software output more information." Just use selection mode from QuickEdit mode and program will be frozen.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#22417