summaryrefslogtreecommitdiffstats
path: root/src/cmds_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmds_command.c')
-rw-r--r--src/cmds_command.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cmds_command.c b/src/cmds_command.c
index 366b7c3..7059d65 100644
--- a/src/cmds_command.c
+++ b/src/cmds_command.c
@@ -455,7 +455,10 @@ void do_commandmode(struct block * sb) {
delete_structures();
create_structures();
readfile(name, 0);
- ui_show_header();
+
+ if (! atoi(get_conf_value("nocurses"))) {
+ ui_show_header();
+ }
}
}
} else if ( ! wcsncmp(inputline, L"hiderow ", 8) ||