X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;f=rogue_chat_curses.py;h=ff0c46c579559e0faacbb8bee6ff07ac19b01ffc;hb=3b86e8effe9aa77fa87f86a1057d12d4c8019324;hp=a6f152cc9483254e5a5952df9025fcab2017e3ef;hpb=3ea5a9fb6797a438f6f9847c2c442613bc8b0d1c;p=plomrogue2 diff --git a/rogue_chat_curses.py b/rogue_chat_curses.py index a6f152c..ff0c46c 100755 --- a/rogue_chat_curses.py +++ b/rogue_chat_curses.py @@ -1158,7 +1158,7 @@ class TUI: def enter_ascii_art(command, height, width, with_pw=False): if len(self.input_) > width: - self.log_msg('? wrong input length, ' + self.log_msg('? input too long, ' 'must be max %s; try again' % width) return if len(self.input_) < width: