mtm
mtm copied to clipboard
Perhaps the smallest useful terminal multiplexer in the world.
The xterm color profile does not load correctly when I run xterm -e mtm.
In order to make mtm easier to compile on a variety of operating systems, let's use more standard makefile flags: - Use CFLAGS for compiler flags. - Use CPPFLAGS for...
By default ncurses waits a full second after the escape key is pressed before returning it from wget_wch(), to see if the remainder of an escape sequence is present. This...
I'm on Arch Linux. I have installed mtm both from git and from AUR. mtm seems to work fine in uxterm, but doesn't do anything in st/urxvt. ``` -> [...
Make a separate file for your license instead of putting it in the README. And copyright years need updating to 2016-2022 Thank you
In a horizontally-split mtm session in the Linux TTY, when I SSH into a remote server and edit a file with Vim, some actions (such as deleting lines, undoing deleting...
Currently suggested make commands do not work on Arch Linux. Add the one that works to the README.
Would you consider to provide support for multiple (fullscreen) windows? It appears doable, creating, focusing and deleting newview() as needed. However, I wasn't able to do it myself...
With the changes proposed in this PR: 1. a new 'fullscreen mode' is added; is the default keybind to toggle between 'normal' and 'fullscreen' modes 2. since the current focus...