Merge pull request #3498 from michaelfaith84/terminal_resizing
Automatic Terminal resizing
This commit is contained in:
commit
97119bc21a
6 changed files with 22 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue