diff options
Diffstat (limited to '')
-rw-r--r-- | scripts/kconfig/libcurses/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/scripts/kconfig/libcurses/README.md b/scripts/kconfig/libcurses/README.md new file mode 100644 index 000000000..81f5b2cbe --- /dev/null +++ b/scripts/kconfig/libcurses/README.md | |||
@@ -0,0 +1,20 @@ | |||
1 | PDCurses for Windows console | ||
2 | ============================ | ||
3 | |||
4 | This directory contains PDCurses source code files specific to the | ||
5 | Microsoft Windows console. Although historically called "Win32", this | ||
6 | port can just as easily be built for 64-bit systems. Windows 95 through | ||
7 | Windows 10 are covered. (Some features require later versions.) | ||
8 | |||
9 | |||
10 | Acknowledgements | ||
11 | ---------------- | ||
12 | |||
13 | Windows console port was originally provided by Chris Szurgot | ||
14 | <szurgot@itribe.net> | ||
15 | |||
16 | |||
17 | Distribution Status | ||
18 | ------------------- | ||
19 | |||
20 | The files in this directory are released to the public domain. | ||