Peter J. Farley III added the comment:
Sorry, this was not meant as a patch. I have no experience with git or
pulls and would not know where to start to do as you have asked. The text
I provided was intended as model text for the python documentation
maintainer to type into whatever piece of
Peter J. Farley III added the comment:
Thank you for responding. I will pursue the issue with the windows-curses
and/or PDCurses team.
Peter
On Wed, Apr 7, 2021 at 12:57 PM Serhiy Storchaka
wrote:
>
> Serhiy Storchaka added the comment:
>
> The curses module is not supporte
New submission from Peter J. Farley III :
curses.pair_number() result under Windows (console or Terminal window) value
must be shifted by 16 bits to be valid to use as input to the
curses.pair_content() function.
If the pair number result is not shifted, the call to curses.pair_content
New submission from Peter J. Farley III :
The documentation for the result values of curses functions inch() and
scrbkgd() or how to use those result values are omitted entirely.
Documentation should at least describe how to use the result values of these
functions without necessarily