summaryrefslogtreecommitdiffstats
path: root/src/cmds_normal.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_normal.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_normal.c')
-rw-r--r--src/cmds_normal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmds_normal.c b/src/cmds_normal.c
index f670a09..6f66118 100644
--- a/src/cmds_normal.c
+++ b/src/cmds_normal.c
@@ -54,7 +54,7 @@
#include "history.h"
#include "hide_show.h"
#include "shift.h"
-#include "main.h" // for winchg
+#include "main.h" // for sig_winchg
#include "interp.h"
#include "freeze.h"
#include "utils/extra.h"
@@ -1059,7 +1059,7 @@ void do_normalmode(struct block * buf) {
}
case ctl('l'):
- winchg();
+ sig_winchg();
break;
case L'@':