git.y1.nz

mtm

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

commit 4b93c3c658f4648866c2a6a3bc4f24b250cfc326
parent c9a561ee621ea0f2de789d830273535d450c0274
Author: Rob King <jking@deadpixi.com>
Date:   Sat, 24 Jun 2017 00:31:11 -0500

Added the install-terminfo target.

Diffstat:
MMakefile3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -19,5 +19,8 @@ install: mtm cp mtm $(DESTDIR)/bin cp mtm.1 $(DESTDIR)/share/man/man1 +install-terminfo: mtm.ti + tic -s -x mtm.ti + clean: rm -f *.o mtm

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