Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make MC interruptible #4043

Open
mc-butler opened this issue Dec 9, 2019 · 2 comments
Open

Make MC interruptible #4043

mc-butler opened this issue Dec 9, 2019 · 2 comments
Labels
area: vfs Virtual File System support prio: low Minor problem or easily worked around

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/4043
Reporter birdie (aros@….com)

There are many operations which may never complete:

  • file copying/moving in case the source file is unreadable
  • file viewing (just for fun try opening /proc/PID/pagemap on a PC with a lot of RAM)
  • file saving in case the destination media is faulty
  • searching for files

etc. etc. etc.

It would be great if MC had a timer for all the operations and allowed to terminate them in case they take too much time or do very little over time.

@mc-butler
Copy link
Author

Changed by ossi (@ossilator) on Dec 10, 2019 at 9:49 UTC (comment 1)

"interruptible" would mean _always_ responding to ctrl-c (or esc, but that might be a lot harder to implement), and i'd be all for it.

a watchdog, however, is a completely different beast, and i'm not convinced it really fits into an application like mc.

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Apr 7, 2022 at 7:21 UTC (comment 2)

  • Component changed from mc-core to mc-vfs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: vfs Virtual File System support prio: low Minor problem or easily worked around
Development

No branches or pull requests

1 participant