You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_The Documentation matches the most recent Nuget release from the `main` branch ([](https://www.nuget.org/packages/Terminal.Gui))_
41
+
_The Documentation matches the most recent Nuget release from the `v1_release_` branch ([](https://www.nuget.org/packages/Terminal.Gui))_
42
42
43
43
See the [`Terminal.Gui/` README](https://github.com/gui-cs/Terminal.Gui/tree/master/Terminal.Gui) for an overview of how the library is structured. The [Conceptual Documentation](https://gui-cs.github.io/Terminal.Gui/docs/index.html) provides insight into core concepts.
44
44
@@ -64,28 +64,32 @@ The team is looking forward to seeing new amazing projects made by the community
64
64
The following example shows a basic Terminal.Gui application in C#:
65
65
66
66
```csharp
67
+
// This is a simple example application. For the full range of functionality
68
+
// see the UICatalog project
69
+
67
70
// A simple Terminal.Gui example in C# - using C# 9.0 Top-level statements
0 commit comments