Tig

Results 235 issues of Tig

- [ ] Build a new driver that does uses the new [Console Virtual Terminal Sequences](https://learn.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences) API. - [ ] Refactor `CursesDriver` to not rely on Curses (as much?) This...

bug

Terminal.Gui apps should honor user terminal color settings, similar to how `ls` and other commands adapt to terminal configurations, rather than relying on our default color schemes. This ensures a...

## Fixes - Fixes #2610 - Fixes #2796 - Fixes #881 ## Todo - [x] Add a new driver called `ANSIDriver` that uses ANSI ESC sequences for drawing and cursor...

I hate the design I came up with for this for v2: ```cs /// /// Represents a single row/column in a Terminal.Gui rendering surface /// (e.g. and ). /// public...

design
v2

Running the unit tests on a fast machine can take upwards of 3 minutes. Runs in Github Action can take even longer. This is annoying and slows development. The reason...

testing

In #3158 I found the logic I put in these apis is not actually correct. It works with current Frame functionality but only by accident. This issue is to help...

bug
design

This is excellent. We should figure out why the keyboard shortcuts are not working on Mac. _Originally posted by @tig in https://github.com/gui-cs/Terminal.Gui/discussions/2608#discussioncomment-5834527_

# This PR is for a major rehaul of how Terminal.Gui deals with non-Tiled view arrangements and "runnable" views. @bdisp, @tznind, @dodexahedron, and @migueldeicaza - PLEASE READ AND TURN ON...

v2

## Todo - [x] Fix focus and keyboard nav with `Adornments` - In progress: #3627 - [x] #2995 - [x] #2489 - [x] #2537 - [ ] #3407 ## Related...

Right now, dragging is handled w/in TopLevel. This needs to change to be handled within Border (or in Application, but via an interface with Border). - [x] Define `View.Movable` -...

enhancement
v2