CE edit status line

This commit is contained in:
2026-03-05 19:58:16 +01:00
parent 6f392d0a32
commit abc7ac39c1
4 changed files with 14 additions and 4 deletions

View File

@@ -235,7 +235,7 @@ static void edit (struct context* context, const char* path_string) {
return;
}
edit_start (str);
edit_start (path_string, str);
volume_close ();
}