Record the reported rows from NAWS negotiation
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 22 Apr 2020 19:54:54 +0000 (19:54 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 22 Apr 2020 19:54:54 +0000 (19:54 +0000)
commit8b0085791954dc96a909d49d3611c049a96b5c21
tree48330749c2a1eb0ccb5e788ebb1a416c7708bd9e
parent7aa0e226d74b56f955cb328d5e7f03d7d3d32efb
Record the reported rows from NAWS negotiation

In preparation for future pagination support, get the rows included
in NAWS responses and record that as an integer in the User.rows
attribute, similar to the existing User.columns value used for line
wrapping.
mudpy/misc.py
mudpy/telnet.py