mtm | Ncurses-based terminal multiplexer |
| download: https://git.y1.nz/archives/mtm.tar.gz | |
| Files | Log | Refs |
commit 369dbf1170c54c527871bbd4537646ccb7a60e47 parent c9fe9535a5ea69c11f4b235e04f0a21f1013d0f4 Author: Rob King <jking@deadpixi.com> Date: Fri, 7 Jul 2017 22:07:49 -0500 Document the -b option. Diffstat:
| M | mtm.1 | 22 | +++++++++++++++++++--- |
1 file changed, 19 insertions(+), 3 deletions(-)
diff --git a/mtm.1 b/mtm.1 @@ -9,6 +9,7 @@ .Op Fl T Ar HOST .Op Fl t Ar TERMINAL .Op Fl c Ar CHARACTER +.Op Fl b Ar COLOR .Sh DESCRIPTION .Nm is a terminal multiplexer, @@ -46,13 +47,28 @@ in combination with the key. By default this is .Dq "g" "." +.It Fl b Ar COLOR +Set the title bar color to +.Ar COLOR "," +which may be one of +.Li BLACK "," +.Li RED "," +.Li GREEN "," +.Li YELLOW "," +.Li BLUE "," +.Li MAGENTA "," +.Li CYAN "," +or +.Li WHITE +.Po +the default +.Pc "." .El .Pp The -.Fl u , -.Fl m , +.Fl u and -.Fl b +.Fl m flags are recognized but ignored, for backwards compatibility. .Pp
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.