mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Testing a width fix.
This commit is contained in:
parent
4094464ec6
commit
39d54d8f56
1 changed files with 1 additions and 1 deletions
|
|
@ -1052,7 +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)
|
||||
logger.log_msg("Flags: %s" % str(self._session.protocol_flags))
|
||||
else:
|
||||
screen_width = _MAX_TEXT_WIDTH
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue