From 22f027980a35ca5b371a836a33fbb93e33b1a9c0 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 14 Apr 2020 22:05:48 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index caa46939f..303368499 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ The toolkit contains various controls for building text user interfaces: * [ProgressBars](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.ProgressBar.html) * [Scroll views](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.ScrollView.html) and [Scrollbars](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.ScrollBarView.html) * Hexadecimal viewer/editor (HexView) +* Terminal Emulator - a complete Xterm/Vt100 terminal emulator that you can embed is now part of [XtermSharp](https://github.com/migueldeicaza/XtermSharp/blob/master/GuiCsHost/TerminalView.cs) - you just need to pull the `TerminalView` linked here into your project. All visible UI elements are subclasses of the [View](https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.View.html),