mtm | Ncurses-based terminal multiplexer |
| download: https://git.y1.nz/archives/mtm.tar.gz | |
| Files | Log | Refs |
commit 61e7334f7f20f1ed797453cde9bd973c04d78262 parent b14e99c85a77334bc6a03b75a676404bdd8b859f Author: Rob King <rob@frigidriver.com> Date: Fri, 8 Oct 2021 15:38:13 -0500 Add missing prototypes. Diffstat:
| M | mtm.c | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/mtm.c b/mtm.c @@ -79,6 +79,8 @@ static void draw(NODE *n); static void reshapechildren(NODE *n); static const char *term = NULL; static void freenode(NODE *n, bool recursive); +void start_pairs(void); +short mtm_alloc_pair(int fg, int bg); /*** UTILITY FUNCTIONS */ static void
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.