Update wnow.py
dumb typo
This commit is contained in:
parent
a756db2223
commit
28d189b8a4
2
wnow.py
2
wnow.py
@ -83,7 +83,7 @@ def schermo(scr, *args):
|
|||||||
|
|
||||||
curses.use_default_colors()
|
curses.use_default_colors()
|
||||||
#for i in range(1, curses.COLORS):
|
#for i in range(1, curses.COLORS):
|
||||||
for i in range(1, curses.COLORPAIRS):
|
for i in range(1, curses.COLOR_PAIRS):
|
||||||
curses.init_pair(i, i, -1);
|
curses.init_pair(i, i, -1);
|
||||||
|
|
||||||
curses.init_pair(1, curses.COLOR_GREEN, -1)
|
curses.init_pair(1, curses.COLOR_GREEN, -1)
|
||||||
|
Loading…
Reference in New Issue
Block a user