summaryrefslogtreecommitdiffstats
path: root/src/cmds_command.c
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-12-15 12:24:29 -0300
committerandmarti1424 <andmarti@gmail.com>2017-12-15 12:24:29 -0300
commit61a4ae63d3c9444af59755c58b56bc59bd7ef186 (patch)
treeb069a3f1ac80c20644d6b067034825369ce8c7c6 /src/cmds_command.c
parent03c38aa0eeee765b7f237e49b187c3ae3266709f (diff)
renamed winch to sig_winch. current fg and bg colors are kept if they are not specified in :cellcolor. added comments in tui.c
Diffstat (limited to 'src/cmds_command.c')
-rw-r--r--src/cmds_command.c2
1 files changed, 1 insertions, 1 deletions
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();