1
1

* layout.c (setup_panels): Make the button bar 0 lines high if

it's invisible, so that mouse click on the history button works
with invisible button bar.
Этот коммит содержится в:
Pavel Roskin 2002-08-21 22:27:52 +00:00
родитель fdcc7ba2b6
Коммит 564dc4264b
2 изменённых файлов: 5 добавлений и 1 удалений

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

@ -1,5 +1,9 @@
2002-08-21 Pavel Roskin <proski@gnu.org>
* layout.c (setup_panels): Make the button bar 0 lines high if
it's invisible, so that mouse click on the history button works
with invisible button bar.
* widget.c: Make more functions static.
* ext.c: (regex_check_type): Further split. Restore caching

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

@ -700,7 +700,7 @@ void setup_panels (void)
widget_set_size (&the_prompt->widget, LINES, COLS, 0, 0);
}
widget_set_size (&the_bar->widget, LINES-1, 0, 1, COLS);
widget_set_size (&the_bar->widget, LINES-1, 0, keybar_visible, COLS);
the_bar->visible = keybar_visible;
/* Output window */