mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-05 18:04:37 +03:00
add a repaint_screen() to that last one as well
This commit is contained in:
parent
4c196a6559
commit
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user