1
1

* layout.c (print_vfs_message): Set normal color, don't use

random current attributes.
Этот коммит содержится в:
Pavel Roskin 2002-08-22 23:59:20 +00:00
родитель c3e1cd0a98
Коммит 9feb2ffdf5
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,8 @@
2002-08-22 Pavel Roskin <proski@gnu.org>
* layout.c (print_vfs_message): Set normal color, don't use
random current attributes.
* dlg.h (struct Dlg_head): Eliminate "data" field, it duplicated
functionality of "title".
* wtools.c (query_callback): Use dialog_repaint().

Просмотреть файл

@ -835,6 +835,7 @@ void print_vfs_message (char *msg, ...)
if (!nice_rotating_dash || (ok_to_refresh <= 0))
return;
move (0, 0);
attrset (NORMAL_COLOR);
printw ("%-*s", COLS-1, str);
mc_refresh ();
return;