diff --git a/hyptop/hyptop.c b/hyptop/hyptop.c index 29dbb14e..db059a11 100644 --- a/hyptop/hyptop.c +++ b/hyptop/hyptop.c @@ -296,7 +296,6 @@ static void l_update_term_curses(void) static void l_update_term_batch(void) { g.w.cur->update_term(g.w.cur); - printf("\n"); } /* diff --git a/hyptop/opts.c b/hyptop/opts.c index 68596efa..9f315aee 100644 --- a/hyptop/opts.c +++ b/hyptop/opts.c @@ -435,8 +435,5 @@ void opts_iterations_next(void) if (g.o.iterations_act >= g.o.iterations) hyptop_exit(0); } - if (g.o.batch_mode_specified) - printf("---------------------------------------------------" - "----------------------------\n"); } diff --git a/hyptop/table.c b/hyptop/table.c index 13051b49..62ea0c34 100644 --- a/hyptop/table.c +++ b/hyptop/table.c @@ -950,6 +950,9 @@ static void l_table_print_all(struct table *t) hyptop_print_nl(); } l_row_print(t, t->row_last); + hyptop_print_nl(); + hyptop_printf("------------------------------------------------------" + "-------------------------\n"); } /*