1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-04 02:35:29 +00:00

Refresh the view after selecting a new form item with the form menu.

This commit is contained in:
Miciah Dashiel Butler Masters 2005-12-26 11:31:05 +00:00 committed by Miciah Dashiel Butler Masters
parent bcdc69e86a
commit eeb51bffea

View File

@ -1636,6 +1636,7 @@ link_form_menu_func(struct terminal *term, void *link_number_, void *ses_)
if_assert_failed return;
jump_to_link_number(ses, doc_view, link_number);
refresh_view(ses, doc_view, 0);
}
void