Dinamically set output buffer size

Posted by Rdiniz on Wed 11 Jul 2018 12:38 AM — 2 posts, 11,966 views.

Brazil #0
Is it possible to change the output buffer size (in lines) with a command and not by changing the value on the preferences screen?
Australia Forum Administrator #1
Yes, you can change almost all of the client options in a script.

Template:function=SetOption
SetOption

The documentation for the SetOption script function is available online. It is also in the MUSHclient help file.



Template:function=GetOptionList
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.