Skip to content

Commit b91fb1e

Browse files
kill disabled setaf writeout code
1 parent 8ae5da8 commit b91fb1e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pyrepl/unix_console.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -192,16 +192,6 @@ def refresh(self, screen, c_xy):
192192
old_offset = offset = self.__offset
193193
height = self.height
194194

195-
if 0:
196-
global counter
197-
try:
198-
counter
199-
except NameError:
200-
counter = 0
201-
self.__write_code(curses.tigetstr("setaf"), counter)
202-
counter += 1
203-
if counter > 8:
204-
counter = 0
205195

206196
# we make sure the cursor is on the screen, and that we're
207197
# using all of the screen if we can

0 commit comments

Comments
 (0)