Files
Terminal.Gui/Examples/Example
copilot-swe-agent[bot] bb24bf490f Remove FakeComponentFactory dependency on Examples namespace
- Removed Terminal.Gui.Examples using statement from FakeComponentFactory
- Removed key injection logic from FakeComponentFactory.CreateInput()
- Created ExampleContextInjector to handle key injection via Application.Driver.EnqueueKeyEvent
- Updated examples to call ExampleContextInjector.SetupAutomaticInjection() before Init
- This addresses @tig's comment to use Driver.EnqueueKeyEvent instead of direct FakeInput injection

Co-authored-by: tig <585482+tig@users.noreply.github.com>
2025-12-01 22:36:46 +00:00
..

Terminal.Gui C# Example

This example shows how to use the Terminal.Gui library to create a simple TUI application in C#.

This is the same code found in the Terminal.Gui README.md file.

To explore the full range of functionality in Terminal.Gui, see the UICatalog project