magiblot / tvision

A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.
Other
1.99k stars 150 forks source link

Get rid of hardcoded Windows installation path #156

Open unxed opened 5 months ago

unxed commented 5 months ago
/mnt/c/Windows/System32/

drive c is not only possible drive to install Winodws, and Windows is not only possible name for installation folder. also path to tools can change between windows versions

as far as I know tools from this folder can be called without full path. if not, we should detect the correct path (using env maybe) instead of using hardcoded value.