Skip to content

Commit c62a051

Browse files
authored
Merge branch 'v2_develop' into v2_tabview-fix
2 parents 8c910fa + 27e6a61 commit c62a051

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Terminal.Gui](https://socialify.git.ci/gui-cs/Terminal.Gui/image?description=1&font=Rokkitt&forks=1&language=1&logo=https%3A%2F%2Fraw.githubusercontent.com%2Fgui-cs%2FTerminal.Gui%2Fdevelop%2Fdocfx%2Fimages%2Flogo.png&name=1&owner=1&pattern=Circuit%20Board&stargazers=1&theme=Auto)
1+
![Terminal.Gui](https://socialify.git.ci/gui-cs/Terminal.Gui/image?description=1&descriptionEditable=Cross%20Platform%20Terminal%20UI%20Toolkit&font=KoHo&forks=1&logo=https%3A%2F%2Fgithub.com%2Fgui-cs%2FTerminal.Gui%2Fblob%2Fv2_develop%2Fdocfx%2Fimages%2Flogo.png%3Fraw%3Dtrue&pattern=Circuit%20Board&stargazers=1&theme=Dark)
22
![.NET Core](https://github.com/gui-cs/Terminal.Gui/workflows/.NET%20Core/badge.svg?branch=develop)
33
[![Version](https://img.shields.io/nuget/v/Terminal.Gui.svg)](https://www.nuget.org/packages/Terminal.Gui)
44
![Code Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/migueldeicaza/90ef67a684cb71db1817921a970f8d27/raw/code-coverage.json)
@@ -11,7 +11,7 @@
1111
* Developers starting new TUI projects are encouraged to target `v2`. The API is significantly changed, and significantly improved. There will be breaking changes in the API before Beta, but the core API is stable.
1212
* `v1` is in maintenance mode and we will only accept PRs for issues impacting existing functionality.
1313

14-
**Terminal.Gui**: A toolkit for building rich console apps for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix.
14+
**Terminal.Gui**: A toolkit for building rich console apps for Windows, the Mac, and Linux/Unix.
1515

1616
![Sample app](docfx/images/sample.gif)
1717

UICatalog/UICatalog.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
using System.Text;
1919
using System.Text.Json;
2020
using System.Text.Json.Serialization;
21+
using System.Threading;
22+
using System.Threading.Tasks;
2123
using Terminal.Gui;
2224
using UICatalog.Scenarios;
2325
using static Terminal.Gui.ConfigurationManager;
@@ -439,6 +441,7 @@ void ApplicationOnInitializedChanged (object? sender, EventArgs<bool> e)
439441

440442
scenario.Dispose ();
441443

444+
442445
// TODO: Throw if shutdown was not called already
443446
Application.Shutdown ();
444447

docfx/images/sample.gif

-2.56 MB
Loading

0 commit comments

Comments
 (0)