Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

>From the curses docs:

   init_pair
       The init_pair routine changes the definition of a color-pair.  It
       takes three arguments: the number of the color-pair to be
       changed, the foreground color number, and the background color
       number.  For portable applications:

       •   The first argument must be a legal color pair value.  If
           default colors are used (see use_default_colors(3X)) the
           upper limit is adjusted to allow for extra pairs which use a
           default color in foreground and/or background.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43231>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to