mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 08:50:25 +01:00
Merge branch 'v2_develop' into v2_tabview-fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||

|
||||

|
||||

|
||||
[](https://www.nuget.org/packages/Terminal.Gui)
|
||||

|
||||
@@ -11,7 +11,7 @@
|
||||
* 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.
|
||||
* `v1` is in maintenance mode and we will only accept PRs for issues impacting existing functionality.
|
||||
|
||||
**Terminal.Gui**: A toolkit for building rich console apps for .NET, .NET Core, and Mono that works on Windows, the Mac, and Linux/Unix.
|
||||
**Terminal.Gui**: A toolkit for building rich console apps for Windows, the Mac, and Linux/Unix.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@ using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Terminal.Gui;
|
||||
using UICatalog.Scenarios;
|
||||
using static Terminal.Gui.ConfigurationManager;
|
||||
@@ -439,6 +441,7 @@ public class UICatalogApp
|
||||
|
||||
scenario.Dispose ();
|
||||
|
||||
|
||||
// TODO: Throw if shutdown was not called already
|
||||
Application.Shutdown ();
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.8 MiB After Width: | Height: | Size: 3.3 MiB |
Reference in New Issue
Block a user