mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Update
This commit is contained in:
14
README.md
14
README.md
@@ -177,10 +177,16 @@ milliseconds, or you can press `ESC` twice.
|
||||
|
||||
# Driver model
|
||||
|
||||
Currently gui.cs has support for both ncurses and the `System.Console`
|
||||
front-ends. ncurses is used on Unix, while `System.Console` is used
|
||||
on Windows, but you can force the use of `System.Console` on Unix as
|
||||
well, see `Core.cs`.
|
||||
Currently gui.cs has support for ncurses, `System.Console` and a full
|
||||
Win32 console front-end.
|
||||
|
||||
ncurses is used on Unix with color support based on what your library
|
||||
is compiled with; The windows driver supports full color and mouse, and
|
||||
an easy-to-debug `System.Console` can be used on Windows and Unix, but
|
||||
lacks mouse support.
|
||||
|
||||
You can force the use of `System.Console` on Unix as
|
||||
well, see `Core.cs`.
|
||||
|
||||
# Tasks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user