Mtm Versions Save

Perhaps the smallest useful terminal multiplexer in the world.

1.2.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/deadpixi/mtm/compare/1.2.0...1.2.1

1.2.0

4 years ago
  • 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

4 years ago

Various fixes:

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

1.0.1

4 years ago

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.

1.0

4 years ago

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.