Skip to content

Releases: deadpixi/mtm

1.2.1

08 Oct 21:06
Compare
Choose a tag to compare

What's Changed

  • fix broken compilation on Darwin
  • add 2 line changes to compile on OpenBSD 6.6! by @domrc in #47
  • docs: fix simple typo, princples -> principles by @timgates42 in #50

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0

12 Oct 03:06
Compare
Choose a tag to compare
  • mtm now supports the bce capability
    • note: this means you'll need to recompile mtm's terminfo
    • mtm now advertises itself as screen-bce instead of screen by default
  • mtm's terminfo entry now has definitions for the u8 and u9 capabilities
  • minor performance fixes

1.1.0

17 Sep 04:48
Compare
Choose a tag to compare

Various fixes:

  • Speed improvements
  • Handle more ISO color sequences
  • Add E3 capability
  • Add various other terminal capabilities
  • Minor bugfixes

1.0.1

24 Jul 01:10
Compare
Choose a tag to compare

A bugfix release:

  • Remove some in-development code that was accidentally committed to master and may cause performance issues in certain situations.
  • Fix a bug in the handling of cursor visibility in the alternate screen buffer.
  • Work around a potential ncurses bug in wscrl.

mtm

22 Jul 03:22
Compare
Choose a tag to compare
mtm

This is the first (and possibly last, since I like the way it works...) release of mtm.

mtm is the Micro Terminal Multiplexer, a terminal multiplexer in approximately 1000 lines of C.

Major improvements in this release include:

  • By far the most requested feature is now a reality: mtm supports a scrollback buffer!
  • Full emulation of the screen and screen-256color terminals.
  • Full support for xterm(1)-style 256-color SGR sequences, meaning high-color host terminals should be supported out of the box.
  • Internal terminal guessing that should work most of the time.
  • Compatibility improvements.