An interface change was required in order to provide improved rendering and performance.
Vt.BufferRows is now read only and must be changed to Vt.MaxBufferRows whenever it is being set to indicate the maximum number of buffer rows for the scrollback buffer.
Vt.BufferRows now represents the number of buffer rows currently populated and should still be used when setting properties like Vt.AutoScrollRowPosition.
Columns are no longer limited to 80 or 132.
修補程式
Using ALT+NUMPAD to generate characters while Vt.Keypad is numeric will result in the correct character output.
Various rendering fixes related to scrolling regions.
When sending, it now logs what is actually sent over the connection, instead of what keys are pressed.
Characters partially rendered or not rendered in some fonts (Courier New and Lucidia Console) when the font size is set too small.