mtm | Ncurses-based terminal multiplexer |
| download: https://git.y1.nz/archives/mtm.tar.gz | |
| Files | Log | Refs |
commit c3f7f6ce7916a095e06a314b0ab9d1701de16037 parent 4b93c3c658f4648866c2a6a3bc4f24b250cfc326 Author: Rob King <jking@deadpixi.com> Date: Sat, 24 Jun 2017 00:41:41 -0500 Fix xenl handling. Diffstat:
| M | mtm.c | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/mtm.c b/mtm.c @@ -371,6 +371,8 @@ HANDLER(print) /* Print a character to the terminal */ if (n->xenl){ n->xenl = false; + cr(v, p, w, 0, 0, NULL); + ind(v, p, w, 0, 0, NULL); getyx(win, y, x); }
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.