X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=rogue_chat_curses.py;h=07c8697fc71d160cf63d9f43914f2d1ed64d58ec;hb=03caeafc19a0c9a0c48fb667139c0b1726644f40;hp=8f4f7da96e41f5221880fd6d24036430bdfdf832;hpb=4a49836086c55c2736bcc7def243f6c4a72ae690;p=plomrogue2 diff --git a/rogue_chat_curses.py b/rogue_chat_curses.py index 8f4f7da..07c8697 100755 --- a/rogue_chat_curses.py +++ b/rogue_chat_curses.py @@ -885,7 +885,8 @@ class TUI: if not self.mode.has_input_prompt: self.input_lines = [] else: - self.input_lines = msg_into_lines_of_width(input_prompt + self.input_, + self.input_lines = msg_into_lines_of_width(input_prompt + + self.input_ + '█', self.window_width) def move_explorer(direction): @@ -1098,7 +1099,7 @@ class TUI: def enter_ascii_art(command): if len(self.input_) != 6: - self.log_msg('? wrong input length, try again') + self.log_msg('? wrong input length, must be 6; try again') return self.log_msg(' ' + self.input_) self.full_ascii_draw += self.input_