git.y1.nz

mtm

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

commit bc3d3df09466a2ef9128dc1194fbc72263994c0b
parent 5244daa5b4e09b0378fbe700e2e4ed63359da178
Author: Rob King <jking@deadpixi.com>
Date:   Fri,  7 Jul 2017 22:17:48 -0500

Document the -b flag.

Diffstat:
MREADME.rst6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst @@ -74,7 +74,7 @@ Usage Usage is simple:: - mtm [-T NAME] [-t NAME] [-c KEY] + mtm [-T NAME] [-t NAME] [-c KEY] [-b COLOR] The `-T` flag tells mtm to assume a different kind of host terminal. @@ -86,7 +86,9 @@ The `-c` flag lets you specify a keyboard character to use as the "command prefix" for mtm when modified with *control* (see below). By default, this is `g`. -mtm also recognizes but ignores the `-u`, `-b`, and `-u` flags, for backwards +The `-b` flag lets you specify the background color for the status bar. + +mtm also recognizes but ignores the `-u` and `-u` flags, for backwards compatibility with older versions. Once inside mtm, things pretty much work like any other terminal. However,

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