git.y1.nz

mtm

Ncurses-based terminal multiplexer
download: https://git.y1.nz/archives/mtm.tar.gz
Files | Log | Refs

commit ae2200f8956e84b3192c4df1833f2ff67305f4ee
parent e66bdc708f0a4894388f07c9441f3d6f2b982f72
Author: Rob King <jking@deadpixi.com>
Date:   Fri,  9 Aug 2019 17:43:38 -0500

Added E3 capability.

Diffstat:
Mmtm.c1+
Mmtm.ti2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/mtm.c b/mtm.c @@ -336,6 +336,7 @@ HANDLER(ed) /* ED - Erase in Display */ int o = 1; switch (P0(0)){ case 0: wclrtobot(win); break; + case 3: werase(win); break; case 2: wmove(win, tos, 0); wclrtobot(win); break; case 1: for (int i = tos; i < py; i++){ diff --git a/mtm.ti b/mtm.ti @@ -20,7 +20,7 @@ mtm|Micro Terminal Multiplexer, setaf=\E[%p1%{30}%+%dm, sgr0=\E[m\017, sgr=\E[0%?%p6%t;1%;%?%p1%t;3%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;m%?%p9%t\016%e\017%;, smacs=\016, smcup=\E[1049h, smir=\E[4h, smkx=\E[1h\E=, smso=\E[7m, - smul=\E[4m, tbc=\E[3g, vpa=\E[%i%p1%dd, + smul=\E[4m, tbc=\E[3g, vpa=\E[%i%p1%dd, E3=\E[3J, mtm-256color|Micro Terminal Multiplexer with 256 colors, colors#0x100, pairs#0x10000,

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.