* main.c (midnight_callback): Avoid calling the default DLG_DRAW
handler. From David Martin <dmartina@excite.com>
Этот коммит содержится в:
родитель
63a2d3dceb
Коммит
01e2780615
@ -1,5 +1,8 @@
|
||||
2002-09-05 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* main.c (midnight_callback): Avoid calling the default DLG_DRAW
|
||||
handler. From David Martin <dmartina@excite.com>
|
||||
|
||||
* help.c (help_handle_key): Sanity check for broken help files.
|
||||
From David Martin <dmartina@excite.com>
|
||||
|
||||
|
@ -1799,7 +1799,7 @@ midnight_callback (struct Dlg_head *h, int id, int msg)
|
||||
show_console_contents (output_start_y,
|
||||
LINES-output_lines-keybar_visible-1,
|
||||
LINES-keybar_visible-1);
|
||||
break;
|
||||
return MSG_HANDLED;
|
||||
|
||||
}
|
||||
return default_dlg_callback (h, id, msg);
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user