remove curs_set

This commit is contained in:
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 2010-10-16 22:49:15 +00:00
parent bb92c857c7
commit 63d583c047

View file

@ -109,7 +109,6 @@ def init_colors():
""" """
curses.start_color() curses.start_color()
curses.use_default_colors() curses.use_default_colors()
curses.curs_set(0)
cpt = 0 cpt = 0
for i in range(-1, 7): for i in range(-1, 7):
for y in range(0, 8): for y in range(0, 8):