From 8e5104f71fb8b5239b2bfb0f9bc92b647333bde5 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Fri, 27 Mar 2020 01:10:03 +0100 Subject: [PATCH] Update Readme. Talk about Windows support. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0dbc4f73..d9a1b018 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ A simple C++ library for terminal based user interface. * Simple and elegant syntax (in my opinion). * Support for [UTF8](https://en.wikipedia.org/wiki/UTF-8) and [fullwidth chars](https://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms) (→ 测试) * No dependencies. + * Cross platform: + - Linux (main target) + - Windows (experimental, thanks to mauve@) + - Mac (never tested, but must WORK) ## Example: ~~~cpp