PowerTCP Emulation for .NET V4.7 released

Released: Jun 22, 2016

V4.7 での更新項目

機能

  • 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.