summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-05 10:41:32 -0300
committermongo <andmarti@gmail.com>2017-04-05 10:41:32 -0300
commit5b1baaddf351a5d4c24789f109cf5bfa17d62586 (patch)
tree42013d37458c7796f188bca16efe0c10441a0bcd /src/main.c
parent90cfe76112a21eb112cf87b5a5f010192d6de385 (diff)
more cleaning
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 9f5b457..718ce7b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -200,9 +200,8 @@ int main (int argc, char ** argv) {
do_welcome();
if ( ! curfile[0] && ! wcslen(stdin_buffer)) {
// show mode and cell's details in status bar
- show_celldetails(input_win);
- print_mode(input_win);
- wrefresh(input_win);
+ ui_print_mode();
+ ui_show_celldetails();
} else {
update(TRUE);
}