This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients lukasz.langa, pablogsal, serhiy.storchaka
Date 2021-02-15.19:45:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613418315.15.0.193118836977.issue43231@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-02-15 19:45:15pablogsalsetrecipients: + pablogsal, lukasz.langa, serhiy.storchaka
2021-02-15 19:45:15pablogsalsetmessageid: <1613418315.15.0.193118836977.issue43231@roundup.psfhosted.org>
2021-02-15 19:45:15pablogsallinkissue43231 messages
2021-02-15 19:45:15pablogsalcreate