Tig

Results 218 issues of Tig

This is the master Issue for the **Terminal.Gui v2 Beta Release**. When we do the final merge to v2 from v2_develop to release the Beta, that PR will be titled...

build-and-deploy
v2

I over-engineered `Scenario` and tried to be both too helpful to devs and too cute. My intent was to make it super easy to create new scenarios. I thought it...

bug

With the new `Frames` functionality in v2, it will be possible to have subviews with overlapping `BorderFrames` auto-join borders using `LineCanvas`. This will require the new `DrawFrames`/`OnDrawFrames` methods to utilize...

v2

This is a sub-issue of: - #2994 ## Todo - [ ] Reimplemen these views based on `Bar`. See https://github.com/gui-cs/Terminal.Gui/issues/3073 - [ ] Remove the dependency between these classes and...

v2

To illustrate what I think is wrong with the current Terminal.Gui (and v1) API in this regard, consider this class. ```cs public class MouseDemo : View { public MouseDemo ()...

enhancement

![9DhZkMw 1](https://github.com/gui-cs/Terminal.Gui/assets/585482/d460f92c-048b-49e3-8d74-2e2293799c1e) NetDriver is only marginally better. Every click of the mouse should result in a `Button1Clicked` event. If 2 clicks happen in quick succession the app should be able...

bug

Right now, in #3323, mouse works but - Focus does not - Keyboard does not work well How should Focus work? Because Padding is in a different view hierarchy from...

bug

Related: - #3432 See: https://github.com/gui-cs/Terminal.Gui/blob/v2_develop/docfx/docs/cursor.md Note, in this we need to fix `Focused` and `MostFocused` such that these unit tests are addressed: ```cs [Fact, Trait("BUGBUG", "Fix in Issue #3444")] public...

enhancement

I think there may still be cases where built-in Views are using `Viewport.Size` for things where they should be using `ContentSize`. This Issue should be closed once an audit is...

bug

Curses is doing something funky with glyphs that report GetColums() of 1 yet are rendered wide. E.g. 0x2064 (invisible times) is reported as 1 column but is rendered as 2....

bug