mtm | Ncurses-based terminal multiplexer |
| download: https://git.y1.nz/archives/mtm.tar.gz | |
| Files | Log | Refs |
commit f23c12c016aa03434ff63c75892bfc7bf5910c99 parent 99ce46dbcd5ccd89bc3bc19187acf73b3d19bfa5 Author: Rob King <jking@deadpixi.com> Date: Sun, 9 Jul 2017 20:52:53 -0500 Fix a stupid regression in idl. Diffstat:
| M | mtm.c | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/mtm.c b/mtm.c @@ -281,7 +281,9 @@ ENDHANDLER HANDLER(idl) /* IL or DL - Insert/Delete Line */ /* insdelln inserts lines above, not below, so we scroll instead */ + wsetscrreg(win, y, bot - 1); wscrl(win, w == L'L'? -P1(0) : P1(0)); + wsetscrreg(win, top, bot - 1); ENDHANDLER HANDLER(csr) /* CSR - Change Scrolling Region */
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.