mtm | Ncurses-based terminal multiplexer |
| download: https://git.y1.nz/archives/mtm.tar.gz | |
| Files | Log | Refs |
commit bc64092641ecbdbcb8737e0b50d257c923696079 parent 696840c2502d1adbc3b8aa27784791e77d6c5081 Author: Rob King <jking@deadpixi.com> Date: Mon, 26 Jun 2017 16:38:44 -0500 Handle the old flags for compatibility. Diffstat:
| M | mtm.c | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/mtm.c b/mtm.c @@ -784,7 +784,9 @@ main(int argc, char **argv) case 'c': commandkey = CTL(optarg[0]); break; case 'T': setenv("TERM", optarg, 1); break; case 't': term = optarg; break; + case 'b': /* ignored */ break; case 'u': /* ignored */ break; + case 'm': /* ignored */ break; default: quit(EXIT_FAILURE, USAGE); break; }
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.