Message303645
On Fedora 26, /usr/include/ncurses/curses.h contains:
---
/* These are defined only in curses.h, and are used for conditional compiles */
#define NCURSES_VERSION_MAJOR 6
#define NCURSES_VERSION_MINOR 0
#define NCURSES_VERSION_PATCH 20170212
/* This is defined in more than one ncurses header, for identification */
#undef NCURSES_VERSION
#define NCURSES_VERSION "6.0"
/*
* Identify the mouse encoding version.
*/
#define NCURSES_MOUSE_VERSION 2
---
You want to expose such versions? Do you know if there are "curses" implementations different than GNU ncurses?
https://www.gnu.org/software/ncurses/
I'm asking to know how other implementations expose their versions. |
|
| Date |
User |
Action |
Args |
| 2017-10-03 19:44:04 | vstinner | set | recipients:
+ vstinner, twouters, serhiy.storchaka |
| 2017-10-03 19:44:04 | vstinner | set | messageid: <[email protected]> |
| 2017-10-03 19:44:04 | vstinner | link | issue31680 messages |
| 2017-10-03 19:44:04 | vstinner | create | |
|