Record the reported rows from NAWS negotiation
[mudpy.git] / mudpy / misc.py
index 0543aa1..074f538 100644 (file)
@@ -501,6 +501,7 @@ class User:
         self.output_queue = []
         self.partial_input = b""
         self.password_tries = 0
+        self.rows = 23
         self.state = "telopt_negotiation"
         self.telopts = {}
         self.ttype = None