add a repaint_screen() to that last one as well

This commit is contained in:
Paul Sheer 1999-01-18 19:58:22 +00:00
parent 4c196a6559
commit a4a7fa73b5

View File

@ -327,6 +327,7 @@ void do_edit_at_line (const char *what, int start_line)
if (use_internal_edit){
edit (what, start_line);
update_panels (UP_OPTIMIZE, UP_KEEPSEL);
repaint_screen ();
return;
}
#endif
@ -337,6 +338,7 @@ void do_edit_at_line (const char *what, int start_line)
}
execute_internal (editor, what);
update_panels (UP_OPTIMIZE, UP_KEEPSEL);
repaint_screen ();
}
void