diff --git a/src/lyrics.cpp b/src/lyrics.cpp index 9ff6116f..c37c698f 100644 --- a/src/lyrics.cpp +++ b/src/lyrics.cpp @@ -359,6 +359,7 @@ void Lyrics::Edit() if (Config.use_console_editor) { res = system(("/bin/sh -c \"" + Config.external_editor + " \\\"" + itsFilename + "\\\"\"").c_str()); + Load(); // below is needed as screen gets cleared, but apparently // ncurses doesn't know about it, so we need to reload main screen endwin();