CE split lines properly

This commit is contained in:
2026-03-08 21:03:54 +01:00
parent 5682a96d5d
commit 43ce80e764
5 changed files with 59 additions and 8 deletions

View File

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