From 61a4ae63d3c9444af59755c58b56bc59bd7ef186 Mon Sep 17 00:00:00 2001 From: andmarti1424 Date: Fri, 15 Dec 2017 12:24:29 -0300 Subject: renamed winch to sig_winch. current fg and bg colors are kept if they are not specified in :cellcolor. added comments in tui.c --- src/cmds_command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmds_command.c') diff --git a/src/cmds_command.c b/src/cmds_command.c index 43beba6..5bbc33c 100644 --- a/src/cmds_command.c +++ b/src/cmds_command.c @@ -375,7 +375,7 @@ void do_commandmode(struct block * sb) { } else if (find_val(sb, OKEY_ENTER)) { if ( ! wcscmp(inputline, L"refresh")) { - winchg(); + sig_winchg(); } else if ( ! wcscmp(inputline, L"help") || ! wcscmp(inputline, L"h") ) { help(); -- cgit v1.2.3