Terminal.Gui
Terminal.Gui copied to clipboard
Cross Platform Terminal UI toolkit for .NET
> 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_
Now the scrolling with selected text is working. 
The scroll jump always to the selected text cursor position, causing scrolling impossible to achieve. 
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....
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!
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.
@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...
**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...