mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 05:57:16 +02:00
Testing a width fix.
This commit is contained in:
parent
e32a096bf5
commit
4094464ec6
1 changed files with 1 additions and 0 deletions
|
|
@ -1052,6 +1052,7 @@ class EvMenu(object):
|
|||
if self._session:
|
||||
screen_width = self._session.protocol_flags.get(
|
||||
"SCREENWIDTH", {0: _MAX_TEXT_WIDTH})[0]
|
||||
logger.log_msg("Screen Width: %d" % screen_width)
|
||||
else:
|
||||
screen_width = _MAX_TEXT_WIDTH
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue