You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance: add sysBufferShrinkEvent for when a console's buffer is trimmed
This ought to help if any line number indexes are being used to access
the buffer underlying a console as then they can be revised downwards to
match the number of lines removed from the buffer/console concerned.
This commit also improves the UI for the setConsoleBufferSize(...) Lua API
function to bring it up to our current design style. It will now return
true on sucess or nil + an error message otherwise.
Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
0 commit comments