Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
0wwafa opened this issue Oct 17, 2024 · 2 comments · May be fixed by #17453
Open

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

0wwafa opened this issue Oct 17, 2024 · 2 comments · May be fixed by #17453
Labels
Area-Interaction Interacting with the vintage console window (as opposed to driving via API or hooks) In-PR This issue has a related PR Issue-Bug It either shouldn't be doing this or needs an investigation. Product-Conhost For issues in the Console codebase
Milestone

Comments

@0wwafa
Copy link

0wwafa commented 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.

@0wwafa 0wwafa added Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Oct 17, 2024
@carlos-zamora carlos-zamora added Product-Conhost For issues in the Console codebase Area-Interaction Interacting with the vintage console window (as opposed to driving via API or hooks) and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Oct 23, 2024
@carlos-zamora carlos-zamora added this to the Backlog milestone Oct 23, 2024
@djukic-marko
Copy link

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."

@0wwafa
Copy link
Author

0wwafa commented 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

@lhecker lhecker linked a pull request Oct 29, 2024 that will close this issue
@microsoft-github-policy-service microsoft-github-policy-service bot added the In-PR This issue has a related PR label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Interaction Interacting with the vintage console window (as opposed to driving via API or hooks) In-PR This issue has a related PR Issue-Bug It either shouldn't be doing this or needs an investigation. Product-Conhost For issues in the Console codebase
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants