diff options
| -rw-r--r-- | main.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -80,15 +80,6 @@ int main(int argc, char **argv) stat_print_info(stat_w->win, 2, sw_x, "Disk", s->diskinfo.disk_total, s->diskinfo.disk_available); - if (ch == KEY_RESIZE) { - wclear(t->windows[wm_fd_w_by_name(t, "stat_bar")]->win); - wclear(t->windows[wm_fd_w_by_name(t, "fm_l")]->win); - getmaxyx(stdscr, t->maxy, t->maxx); - draw_stat_bar(t, s->sysver); - /* wborder(f->fm_l->win, ' ', ACS_VLINE, ' ', ' ', ' ', - */ - /* ' ', ' ', ' '); */ - } if (f->needs_redraw) { wclear(f->fm_l->win); |
