home · contact · privacy
More TUI client refactoring.
[plomrogue2] / rogue_chat_curses.py
index 888d9ff4aa27fd4ad2c557116f2bda66eb40dba1..91418f61f6820fa0e1ad5e89503dc8114c177322 100755 (executable)
@@ -1073,7 +1073,6 @@ class RogueChatTUI(TUI):
                         lines[i])
 
     def draw_screen(self):
-        super().draw_screen()
         self.stdscr.bkgd(' ', curses.color_pair(1))
         self.recalc_input_lines()
         if self.mode.has_input_prompt: