Testing a width fix.

This commit is contained in:
DarkSir23 2019-05-17 21:02:22 -04:00
parent e32a096bf5
commit 4094464ec6

View file

@ -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