Fixed show of viewer status bar.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2010-01-01 15:56:20 +03:00
parent 8d70916abd
commit b330358440

View File

@ -137,7 +137,7 @@ mcview_display_status (mcview_t * view)
tty_setcolor (SELECTED_COLOR);
widget_move (view, top, left);
tty_draw_hline (top, left, ' ', width);
tty_draw_hline (-1, -1, ' ', width);
file_label = _("File: %s");
file_label_width = str_term_width1 (file_label) - 2;