Tig

Results 218 issues of Tig

![image](https://github.com/user-attachments/assets/71a7987b-ce5e-4314-b216-e1393a09b65e) Not sure where I goofed this up, but it was working before.

bug

_Originally posted by @dodexahedron in https://github.com/gui-cs/Terminal.Gui/pull/3615#discussion_r1685170103_ > I have never cared for this method's name, either. > Typically, an instance method on a type that has a simple verb name...

bug

See: https://github.com/actions/setup-dotnet#matrix-testing We should just target the latest in `dotnet-core.yml` for typical PRs for speed. We should modify `publish.yml` to test all supported SDKs using matrix-testing on publish as a...

build-and-deploy

## Fixes - Partially Fixes #272 # Background See: https://github.com/mintty/mintty/blob/master/wiki/CtrlSeqs.md#status-line--area ![image](https://github.com/user-attachments/assets/bc163fe5-a704-4566-bcda-ed0e5c98737a) It should be possible to add support for this. Add a `Application.RunAsTerminalStatusLine` and `Application.TerminalStatusLineHeight`. When set, upon `Init` we...

I discovered this as I've beefed up how keyboard nav works in #3627. Examples: * `ListView` - blindly returns `true` from `MoveUp/MoveDown` even if the selection was not changed (e.g....

bug

We've discussed all of the cruft in the current `TextFormatter` design and implementation many times. This Issue is to collect all of the issues and track a re-design an re-implementation....

design

![image](https://github.com/user-attachments/assets/28c1bb10-af7c-46d3-a54c-d7783c3ae97c) NetDriver is ok: ![image](https://github.com/user-attachments/assets/e94b5787-3407-4be0-a2a4-20959487fc59)

bug
Linux

See https://conemu.github.io/en/AnsiEscapeCodes.html#ConEmu_specific_OSC ``` OSC (Operating system commands) Note. These codes may ends with ‘ESC\’ (two symbols - ESC and BackSlash) or ‘BELL’ (symbol with code \x07, same as ‘^a’ in...

enhancement
v2

## Fixes - Fixes #3407 ## Proposed Changes/Todos - [ ] Todo 1 ## Pull Request checklist: - [ ] I've named my PR in the form of "Fixes #issue....

On most editors, right-clicking to pop the context menu moves the selection (caret) to the location of the mouse when the right click happened. Editor does not do this. ![zgtxznc...

bug