git.y1.nz

mtm

Terminal Multiplexer. Emma's branch.
download: https://git.y1.nz/archives/mtm.tar.gz
Files | Log | Refs

commit 36910ba0626b48c3c1709314337c8f111e6c8bd0
parent d54d3dfa974cd121e55f25b4472cc91da70fda64
Author: Rob King <rob@frigidriver.com>
Date:   Wed, 17 Jun 2020 23:51:03 -0500

Return the default color if needed.

Diffstat:
Mpair.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pair.c b/pair.c @@ -35,6 +35,6 @@ mtm_alloc_pair(int fg, int bg) if (p->fg == fg && p->bg == bg && p->cp != -1) return p->cp; } - return 0; + return -1; #endif }

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.