* screen.c (mini_info_separator): Revert last patch. The bug is
in Red Hat 8.0 S-Lang.
Этот коммит содержится в:
родитель
d6b2ae879a
Коммит
bec34c88b5
@ -1,5 +1,8 @@
|
|||||||
2002-10-24 Pavel Roskin <proski@gnu.org>
|
2002-10-24 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* screen.c (mini_info_separator): Revert last patch. The bug is
|
||||||
|
in Red Hat 8.0 S-Lang.
|
||||||
|
|
||||||
* screen.c (mini_info_separator): The separator was one
|
* screen.c (mini_info_separator): The separator was one
|
||||||
character too long.
|
character too long.
|
||||||
(show_dir): Remove obsolete linux_unicode hack.
|
(show_dir): Remove obsolete linux_unicode hack.
|
||||||
|
@ -686,10 +686,10 @@ mini_info_separator (WPanel *panel)
|
|||||||
widget_move (&panel->widget, llines (panel) + 2, 1);
|
widget_move (&panel->widget, llines (panel) + 2, 1);
|
||||||
#ifdef HAVE_SLANG
|
#ifdef HAVE_SLANG
|
||||||
attrset (NORMAL_COLOR);
|
attrset (NORMAL_COLOR);
|
||||||
hline (ACS_HLINE, panel->widget.cols - 3);
|
hline (ACS_HLINE, panel->widget.cols - 2);
|
||||||
#else
|
#else
|
||||||
hline ((slow_terminal ? '-' : ACS_HLINE) | NORMAL_COLOR,
|
hline ((slow_terminal ? '-' : ACS_HLINE) | NORMAL_COLOR,
|
||||||
panel->widget.cols - 3);
|
panel->widget.cols - 2);
|
||||||
#endif /* !HAVE_SLANG */
|
#endif /* !HAVE_SLANG */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user