home · contact · privacy
Fix input line recalculation bugs.
[plomrogue2] / rogue_chat_curses.py
index c4fa34997173858ede1385d68d5034f957e7f45a..7ffee570842b6bb234e1bd143889c331006d7188 100755 (executable)
@@ -822,8 +822,8 @@ class TUI:
 
         def draw_screen():
             stdscr.clear()
+            recalc_input_lines()
             if self.mode.has_input_prompt:
-                recalc_input_lines()
                 draw_input()
             if self.mode.shows_info:
                 draw_info()