adamyg / mcwin32

Midnight Commander for Windows
https://sourceforge.net/projects/mcwin32/
210 stars 14 forks source link

[Feature request] open multiple files with external editor #20

Open eugenov opened 2 years ago

eugenov commented 2 years ago

https://github.com/adamyg/mcwin32/issues/7#issuecomment-1066322344 Maybe does one know how to let mc open multiple files with external editor? Now mc panels are blocked (black screen) when file is opened with editor. Something like "&" at the end of command...

adamyg commented 2 years ago

Shall consider options; would only be viable if exec'ing a non-console controlling external editor.

Could look at determining whether either a CUI and a GUI application and modify behavior accordingly. AKA: Subsystem types IMAGE_SUBSYSTEM_WINDOWS_CUI and IMAGE_SUBSYSTEM_WINDOWS_GUI.