Releases: deadpixi/mtm
Releases · deadpixi/mtm
1.2.1
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
- @domrc made their first contribution in #47
- @timgates42 made their first contribution in #50
Full Changelog: 1.2.0...1.2.1
1.2.0
1.1.0
1.0.1
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
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
andscreen-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.