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.
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 "reflow"ing the Terminal buffer #4741
Add support for "reflow"ing the Terminal buffer #4741
Changes from 35 commits
b5c8c85
9aec694
1a2654d
aae6ce6
416be46
7f341a2
edeb346
ce3138c
4a7f2e4
bfde821
e000388
c040a82
0755fd7
86623f5
7fd5d51
9b6554b
0a98cce
40b4966
e0d251c
b3de042
96642de
5a72af9
1788cb1
74a5283
9580715
edea9a3
097b62c
2e815c8
de9911d
e653713
1d87f66
0c91a9b
0f283b4
2ef2d88
cc7b2d3
a8913ce
e0626c8
4c368c3
4e3d008
6070095
7cca547
1044d49
277f280
7a40fe3
a3a9464
4ca280c
077f678
85efaa7
9127e1c
61ccc28
aff3cc5
0532c66
5394b30
7ecd3c6
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
#pragma warning (suppress: 26496)
should also work if you want a one liner instead of push/disable/pop.
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.
A little more commenting/ascii art/etc would probably do a future person some good here.