Merge pull request #3498 from michaelfaith84/terminal_resizing

Automatic Terminal resizing
This commit is contained in:
Griatch 2024-04-27 18:58:15 +02:00 committed by GitHub
commit 97119bc21a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 22 additions and 3 deletions

View file

@ -467,7 +467,7 @@ class PortalSessionHandler(SessionHandler):
kwargs (any): Each key is a command instruction to the
protocol on the form key = [[args],{kwargs}]. This will
call a method send_<key> on the protocol. If no such
method exixts, it sends the data to a method send_default.
method exits, it sends the data to a method send_default.
"""
# from evennia.server.profiling.timetrace import timetrace # DEBUG