remove curs_set
This commit is contained in:
parent
bb92c857c7
commit
63d583c047
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ def init_colors():
|
|||
"""
|
||||
curses.start_color()
|
||||
curses.use_default_colors()
|
||||
curses.curs_set(0)
|
||||
cpt = 0
|
||||
for i in range(-1, 7):
|
||||
for y in range(0, 8):
|
||||
|
|
Loading…
Reference in a new issue