diff options
author | Hans Petter Jansson <hpj@copyleft.no> | 2020-08-04 03:51:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-04 03:51:33 (GMT) |
commit | da4e09fff6b483fe858997da5599c25397107ca1 (patch) | |
tree | c8e8855af9dd51094e58bcdb356ce7ce5237326e /Misc | |
parent | db6d9a50cee92c0ded7c5cb87331c5f0b1008698 (diff) | |
download | cpython-da4e09fff6b483fe858997da5599c25397107ca1.zip cpython-da4e09fff6b483fe858997da5599c25397107ca1.tar.gz cpython-da4e09fff6b483fe858997da5599c25397107ca1.tar.bz2 |
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
Co-authored-by: Jeffrey Kintscher <websurfer@surf2c.net>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 2 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-05-25-05-27-39.bpo-36982.0UHgfB.rst | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -798,6 +798,7 @@ Geert Jansen Jack Jansen Hans-Peter Jansen Bill Janssen +Hans Petter Jansson Jon Janzen Thomas Jarosch Juhana Jauhiainen @@ -882,6 +883,7 @@ Sam Kimbrel Tomohiko Kinebuchi James King W. Trevor King +Jeffrey Kintscher Paul Kippes Steve Kirsch Sebastian Kirsche diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-05-25-05-27-39.bpo-36982.0UHgfB.rst b/Misc/NEWS.d/next/Core and Builtins/2019-05-25-05-27-39.bpo-36982.0UHgfB.rst new file mode 100644 index 0000000..f105f18 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-05-25-05-27-39.bpo-36982.0UHgfB.rst @@ -0,0 +1 @@ +Use ncurses extended color functions when available to support terminals with 256 colors, and add the new function :func:`curses.has_extended_color_support` to indicate whether extended color support is provided by the underlying ncurses library.
\ No newline at end of file |