Skip to content

0.6.4

Compare
Choose a tag to compare
@Tyriar Tyriar released this 23 Apr 18:28

New

  • Add simple type checks to Terminal constructor to make some common problems more obvious #59
  • Added a minimal demo to get a terminal running in Electron with the help of xterm.js #55

Bug fixes

  • Correctly expose the process ID of the shell process on Windows #67
  • Use cfsetispeed and cfsetospeed over cfsetspeed to cover Solaris #77 via @jerch
  • Fix possible buffer overrun #61 via @jerch