add a repaint_screen() to that last one as well
Этот коммит содержится в:
родитель
4c196a6559
Коммит
a4a7fa73b5
@ -327,6 +327,7 @@ void do_edit_at_line (const char *what, int start_line)
|
|||||||
if (use_internal_edit){
|
if (use_internal_edit){
|
||||||
edit (what, start_line);
|
edit (what, start_line);
|
||||||
update_panels (UP_OPTIMIZE, UP_KEEPSEL);
|
update_panels (UP_OPTIMIZE, UP_KEEPSEL);
|
||||||
|
repaint_screen ();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
@ -337,6 +338,7 @@ void do_edit_at_line (const char *what, int start_line)
|
|||||||
}
|
}
|
||||||
execute_internal (editor, what);
|
execute_internal (editor, what);
|
||||||
update_panels (UP_OPTIMIZE, UP_KEEPSEL);
|
update_panels (UP_OPTIMIZE, UP_KEEPSEL);
|
||||||
|
repaint_screen ();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user