1 Highlight the lines of hotlist in full width.
3 ================================================================================
4 --- mc-4.6.2-pre1/src/widget.c
5 +++ mc-4.6.2-pre1/src/widget.c
12 Dlg_head *h = l->widget.parent;
13 int normalc = DLG_NORMALC (h);
18 - tty_printf (" %-*s ", l->width-2, name_trunc (text, l->width-2));
19 + j = columns_to_bytes (name_trunc (text, l->width-2), l->width-2);
20 + tty_printf (" %-*s ", j, name_trunc (text, l->width-2));
22 l->cursor_y = sel_line;