Is it possible to change the output buffer size (in lines) with a command and not by changing the value on the preferences screen?
Dinamically set output buffer size
Posted by Rdiniz on Wed 11 Jul 2018 12:38 AM — 2 posts, 11,966 views.
Yes, you can change almost all of the client options in a script.
There is no particular reason not to just make it large anyway, as the memory is allocated dynamically.
SetOption
The documentation for the SetOption script function is available online. It is also in the MUSHclient help file.
GetOptionList
The documentation for the GetOptionList script function is available online. It is also in the MUSHclient help file.
There is no particular reason not to just make it large anyway, as the memory is allocated dynamically.