* layout.c (print_vfs_message): Set normal color, don't use
random current attributes.
Этот коммит содержится в:
родитель
c3e1cd0a98
Коммит
9feb2ffdf5
@ -1,5 +1,8 @@
|
|||||||
2002-08-22 Pavel Roskin <proski@gnu.org>
|
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
|
* dlg.h (struct Dlg_head): Eliminate "data" field, it duplicated
|
||||||
functionality of "title".
|
functionality of "title".
|
||||||
* wtools.c (query_callback): Use dialog_repaint().
|
* 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))
|
if (!nice_rotating_dash || (ok_to_refresh <= 0))
|
||||||
return;
|
return;
|
||||||
move (0, 0);
|
move (0, 0);
|
||||||
|
attrset (NORMAL_COLOR);
|
||||||
printw ("%-*s", COLS-1, str);
|
printw ("%-*s", COLS-1, str);
|
||||||
mc_refresh ();
|
mc_refresh ();
|
||||||
return;
|
return;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user