Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ cmtm Public
forked from deadpixi/mtm

Perhaps the smallest useful terminal multiplexer in the world.

1luhux1/cmtm

 
 

Repository files navigation

Micro Terminal Multiplexer

微型終端復用器

forked from github.com/deadpixi/mtm

編譯

make 

安裝

將DESTDIR指定爲您需要的位置

安裝二進制文件:

mkdir -pv ${DESTDIR}/bin
cp -v ./cmtm ${DESTDIR}/bin/

安裝terminfo文件:

mkdir -pv ${DESTDIR}/share/terminfo
tic -x -s -o ${DESTDIR}/share/terminfo mtm.ti

安裝man文檔(可選)

mkdir -pv ${DESTDIR}/share/man/man1/
cp -v ./cmtm.1 ${DESTDIR}/share/man/man1/

常見問題

About

Perhaps the smallest useful terminal multiplexer in the world.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 81.6%
  • Objective-C 9.1%
  • Roff 8.6%
  • Makefile 0.7%