Terminal.Gui icon indicating copy to clipboard operation
Terminal.Gui copied to clipboard

Cross Platform Terminal UI toolkit for .NET

Results 391 Terminal.Gui issues
Sort by recently updated
recently updated
newest added

> I am using combobox control, when I delete characters It throws the same error **IndexOutOfRangeException** _Originally posted by @ttool22 in https://github.com/gui-cs/Terminal.Gui/issues/1250#issuecomment-1211739635_

bug
wontfix

Now the scrolling with selected text is working. ![textview-selected-text-position-fix](https://user-images.githubusercontent.com/13117724/184213857-8dd260f6-ef86-4937-a6c6-4b11a807eb9e.gif)

The scroll jump always to the selected text cursor position, causing scrolling impossible to achieve. ![textview-selected-text-position-bug](https://user-images.githubusercontent.com/13117724/184213289-5ae7100b-2ac6-40a5-9601-967bb177b267.gif)

The send method of the synchronization context has to block the caller thread in case it is not the main thread.

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here. v17.3.0-preview-20220530-08 See the release notes here....

dependencies
.NET

Fixes #48 Added true color support. Based on the #103 pull request implementation. As in this implantation the `struct Attribute` changed to `class Attribute`. Also there are now `TrueColorAttribute` and...

It seems like it's not possible to underline input fields or make any text/input fields blink. Is this something that has been thought about for the future? Thanks!

enhancement

From TODO.md, which I'm about to delete: >## Color and Dialogs > >Replaces `Colors.Base.Normal` with `Attributes.Normal`, and perhaps attributes points to the container.

enhancement
design

@ClaudiaCoord can you submit a pull request with your `Strings.ru.resx` and other improvements you have, please? Okay, but there are some revisions of mine that are unlikely to be of...

enhancement

**Describe the bug** The whole app freeze If I resize the terminal while Application fetching the current time from internet. **To Reproduce** `https://www.toptal.com/developers/hastebin/iruwokoxuw.csharp` **Desktop:** - MacOS **Additional context** I don't...

bug
MacOS