-
Notifications
You must be signed in to change notification settings - Fork 689
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
Adds ANSIDriver
- Pure "Console Virtual Terminal Sequences" driver
#2940
base: v2_develop
Are you sure you want to change the base?
Conversation
WindowsDriver
to use Console Virtual Terminal SequencesANSIDriver
to replace WindowsDriver
(use Console Virtual Terminal Sequences)
@tig sometimes |
@tig I understand why you are adding |
For the profile settings work properly this rule must be follow:
|
…Ranges Fixes gui-cs#3597: Convert package reference versions to ranges
Bumps [gittools/actions](https://github.com/gittools/actions) from 0 to 1. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/commits/v1) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](actions/configure-pages@v4...v5) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 2 to 3. - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](peter-evans/repository-dispatch@v2...v3) --- updated-dependencies: - dependency-name: peter-evans/repository-dispatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Fixes gui-cs#2815. New branches for v2 Alpha
…n-macos-fix Fixes gui-cs#3592. DateField unit tests fail on macos.latest.
…peter-evans/repository-dispatch-3 Bump peter-evans/repository-dispatch from 2 to 3
…:tig/Terminal.Gui into v2_2491-Refactor-TopLevel-Application-And-Focus
Dialog & MB now Thick linestyle by default.
…tons Fixes gui-cs#3523. `MessageBox` buttons centered by default.
Code cleanup
…lication-And-Focus Preps for and partially Fixes gui-cs#2491 - Refactors `Toplevel` and `Application` Navigation
Fixes gui-cs#3261. Adds `NumericUpDown`
…3648) * State->CheckState. Toggled->CheckStateChanging. * Code cleanup & doc fix * Updated migration guide * Updated migration guide
* Add a native AOT project. * Fixes Text.Json to work with native AOT. * Fix silent errors on unit tests when testing the Red color which has a length of 3. * Allowing test custom configuration without the config.json file match the unit tests configurations. * Fix unit test if tested alone. * Add native project into solution. * Fix merge errors. * Setting ConfigurationManager.ThrowOnJsonErrors as true to throw any serialization issue when published file runs. * Remove unnecessary using's. * Added unit test to ensure all serialization is properly configured. * Fix warnings. * Remove ThrowOnJsonErrors. * Fix warnings. --------- Co-authored-by: Tig <[email protected]>
…ui-cs#3656) * Fixed rendering issue * Removed dead code * Removed dead code
ANSIDriver
to replace WindowsDriver
(use Console Virtual Terminal Sequences)ANSIDriver
- Pure "Console Virtual Terminal Sequences" driver
Fixes
ConsoleDriver
s to support ANSI sequences natively (e.g. Virtual Terminal Sequences on Windows) #2610Todo
ANSIDriver
that uses ANSI ESC sequences for drawing and cursor (not input).Application.ForceDriver
as aConfigurationManager
property to replaceUseSystemConsole
andUICatalog -usc
ANSIDriver
ANSIDriver
can be a basis for a new Linux driver too (re: CursesDriver doesn't render wide codepoints correctly #2796, Modifier key are not fully supported with CursesDriver #881, ...)Pull Request checklist:
CTRL-K-D
to automatically reformat your files before committing.dotnet test
before commit///
style comments)