-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Add support for alternate scroll mode in Terminal #12569
Merged
+57
−9
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
83466a4
I think this is the conhost half of the changes
zadjii-msft e94e08c
This quite nearly implements everything for the Terminal half
zadjii-msft dd702c7
Most of the remaining todos, comments
zadjii-msft 1209fa4
one last comment
zadjii-msft bf24cdd
more comments are always good
zadjii-msft 97029f6
Add support for alternate scroll mode in Terminal
zadjii-msft dff1b94
spel
zadjii-msft 60d2c2e
fix tests
zadjii-msft 54dc304
Stashing this for now. I think this does the save/restore cursor stuf…
zadjii-msft 57094b7
start writing tests
zadjii-msft 69d0973
make this test way more elaborate
zadjii-msft 0a1ed70
I thought this was a test for https://github.com/microsoft/terminal/p…
zadjii-msft 9453aa5
More test cleanup. Make sure viewport doesnt move
zadjii-msft e658431
Merge remote-tracking branch 'origin/main' into dev/migrie/b/alt-buff…
zadjii-msft 1e5a41e
Merge branch 'dev/migrie/b/alt-buffer-terminal' into dev/migrie/b/332…
zadjii-msft 0e5d022
spel
zadjii-msft 0cfb463
Merge remote-tracking branch 'origin/main' into dev/migrie/b/alt-buff…
zadjii-msft bf3d79e
fine that's not a word
zadjii-msft 7237fce
thats not a word either
zadjii-msft 65b4571
notes from j4james
zadjii-msft 7c3e808
Merge remote-tracking branch 'origin/main' into dev/migrie/b/alt-buff…
zadjii-msft 002fbbc
Merge remote-tracking branch 'origin/main' into dev/migrie/b/alt-buff…
zadjii-msft f209d98
fix the urls in the alt buffer
zadjii-msft e988182
Merge commit 'f209d98e4310d8df57ca5b0d4e36700a140ba0bd' into dev/migr…
DHowett 913f1d4
Merge remote-tracking branch 'origin/main' into dev/migrie/b/3321-alt…
DHowett File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMHO this part belongs in the original alt buffer PR -- since
UseAlternateScreenBuffer
isn't new.