Skip to content

Commit 1c171d1

Browse files
authored
Improved platform support notice in readme
1 parent 87d2aa8 commit 1c171d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,13 @@ We have created serval examples to show possible use cases of CPP-Terminal and t
4040
| Platform | Supported versions | Coverage by unit test |
4141
| -------- | ------------------ | --------------------- |
4242
| Windows | 10 and higher* | MSVC |
43+
| (Windows) MSYS2 | All supported | / |
44+
| (Windows) Cygwin | All supported | / |
45+
| (Windows) MinGW | All supoorted | / |
4346
| MacOS | All supported | Apple-clang |
4447
| Linux | All supported | GCC |
4548

46-
* Windows versions prior 10 have no proper terminal supports. They are lacking ANSI support which is required by CPP-Terminal.
49+
> Windows versions prior Windows 10 are missing the Win32 API functionality for entering the "raw mode" and therefore won't work. They are also lacking ANSI support. See #173 for adding support to prior windows versions for MSVC / Win32.
4750
4851
## How to use
4952

0 commit comments

Comments
 (0)