[Python-de] Re: ich kann die curses-Methode bkgd() nicht benutzen
Thomas Gellekum
tg at melaten.rwth-aachen.de
Tue Mar 12 13:31:50 EST 2002
Gerhard Häring <haering_python at gmx.de> writes:
> > curses.init_pair(1, curses.COLOR_BLACK, curses.COLOR_BLUE)
> > stdscr.bkgd(' ', curses.color_pair(1))
>
> Funktioniert bei mir mit Python 2.1.2 auch nicht.
Möglicherweise hilft dies hier weiter:
,----
| Revision 2.55 / (view) - annotate - [select for diffs] , Tue Sep 4 19:34:32 2001 UTC (6 months ago) by akuchling
|
| Branch: MAIN
| CVS Tags: r22a4-fork, r22a4-branch, r22a4, r22a3-fork, r22a3-branch, r22a3
| Changes since 2.54: +2 -2 lines
| Diff to previous 2.54
|
| [Bug #457654] bkgd() used a hard-coded A_NORMAL attribute, when it should
| have used the attribute argument provided as a parameter
`----
Alte PRs sollte auch dieses <zensiert> Sourceforge-Interface
raussuchen können. Der Patch hat's wohl (noch) nicht in den Zweig für
Python-2.1.x (`release21-maint', oder wie heißt das im Repo?)
geschafft.
tg
More information about the Python-de
mailing list