Tig

Results 218 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

Developers (like me) love tweaking their terminal colors/themes. Terminal.Gui, today, overrides all this, defining it's own themes. This means that when I run a TUI app, the effect is glaring...

v2

## 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_

bug

# 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 - [ ] Fix focus and keyboard nav with `Adornments` - In progress: #3627 - [ ] #2995 - [ ] #2489 - [ ] #3407 - [...

v2

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