Release v1.18.1#4044
Closed
tig wants to merge 19 commits into
Closed
Conversation
…ui-cs#3658) * V1 Fixes tui-cs#3541. Checking if clipboard is available on windows. * Fix nuget packages with vulnerabilities.
…xception-fix V1 - Fixes tui-cs#3740. Disabled MenuItem triggers exception.
…eview-fix Fixes tui-cs#3752. Tracking Windows Terminal Preview Issue - App size is corrupted
…n) (tui-cs#4036) * Revert "Fixes tui-cs#3752. Tracking Windows Terminal Preview Issue - App size is corrupted" This reverts commit 486f129. * Fix console restore on non-Windows Terminal * Remove unsupported net7.0 * Fix Package 'SixLabors.ImageSharp' 3.1.5 has a known high severity vulnerability, GHSA-2cmq-823j-5qj8 * Fix punctuation at the end of the messages doesn't match up. The expected trailing punctuation sequence is: ... * Fix referenced assembly 'UICatalog, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name. * Fix naming rule violation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Windows console driver to support both the Windows Terminal and traditional console modes by introducing a new screen buffer handle and conditionally using it throughout the driver.
- Introduces a new field "screenBuffer" to track the active console screen buffer when not in Windows Terminal.
- Updates several functions to use a conditional handle (either OutputHandle or screenBuffer) based on the IsWindowsTerminal property, ensuring that operations like writing output, setting cursor positions, and resizing the console window work correctly in both environments.
Files not reviewed (6)
- ReactiveExample/ReactiveExample.csproj: Language not supported
- Terminal.Gui/Resources/Strings.ja-JP.resx: Language not supported
- Terminal.Gui/Resources/Strings.pt-PT.resx: Language not supported
- Terminal.Gui/Terminal.Gui.csproj: Language not supported
- UICatalog/UICatalog.csproj: Language not supported
- UnitTests/UnitTests.csproj: Language not supported
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.