adamyg / mcwin32

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

Rename file without warning #15

Closed pwypustek closed 2 years ago

pwypustek commented 2 years ago

Hi When I rename a file and there is another file with the same name, mc doesn't give a warning. Under linux mc shows an overwrite warning. Thanks!

pwypustek commented 2 years ago

Now I noticed that the problem is only with the network drive (sshfs), everything is ok on the local disk, I get a warning.

adamyg commented 2 years ago

Side effect of not enabling ENABLE_BACKGROUND (general mc bugfix), had not noticed good find, thx build-224

pwypustek commented 2 years ago

ok, thx!