Teds Terminal Versions Save

A modern terminal emulator with high DPI support, mouse wheel scaling, 32-bit colour and tty compatible.

v0.1.4

6 years ago

Fixes:

  • #17: PrepareTTermEnvironment assumes %PATH% is set

Features:

  • Implement stream selection and copy.

Changes:

  • Block selection now available by holding ALT.
  • Each copied line is now trimmed.

v0.1.3

6 years ago

Fixes:

  • #10: CTRL+TAB should change cycle the tab sessions
  • #13: Add shortcut for creating a new terminal session
  • #14: Add shortcut for closing a terminal session
  • Selection and copy does not work when window top is not 0
  • Stray codes appear due to buffer split in the middle of a code

v0.1.2

6 years ago

Fixes:

  • #6: Maximised state can clip the buffer
  • #7: Allow zooming without changing window size
  • #9: Continuous output locks up UI

Features:

  • #3: Only start selection if terminal control is already focused
  • #5: Add mouse scrolling support
  • #8: Implement F keys for input
  • Fork terminal session to a new tab (tterm)

v0.1.1

6 years ago

Fixes:

  • #1: NRE when tterm.json has bad profile
  • #2: Minimise changes buffer size

v0.1.0

6 years ago

The first release of Ted's Terminal. Supports the following features:

  • Basic profile loading for saved window size and start process information.
  • Opening multiple tabs / terminal sessions.
  • Changing the font size with the mouse wheel.
  • Adjust the window size in increments of columns / rows.

Various bugs include partial support for input keys, not all VT-100 commands are processed, and glitches with the buffer when spanning multiple pages or resizing. No scrolling support.