From 3097f346d366ee64c04b9cbd063a7825c8641dfa Mon Sep 17 00:00:00 2001 From: miguel Date: Tue, 3 Sep 2019 23:47:29 -0400 Subject: [PATCH] Update --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3cbd74436..caa46939f 100644 --- a/README.md +++ b/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