Ticket #2496 (new enhancement) — at Version 4
return "Force subshell execution" option (-r in comand line)
Reported by: | asy | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Future Releases |
Component: | mc-core | Version: | 4.7.5 |
Keywords: | Cc: | gotar@… | |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description (last modified by andrew_b) (diff)
Hello.
This can be found in git log:
commit 915136719d4bf5c4ceb383b3629e62086f5bfdd7
Author: Pavel Roskin <proski@…>
Date: Sat Mar 22 05:28:08 2003 +0000
- command.c (enter): Check subshell state early and return if inactive before clearing the command line.
- main.c (force_subshell_execution): Remove magic, unusable, undocumented command line option "-r".
Or in old text changelog:
2003-03-22 Adam Byrtek <alpha@…>
- command.c (enter): Check subshell state early and return if inactive before clearing the command line.
- main.c (force_subshell_execution): Remove magic, unusable, undocumented command line option "-r".
What do you think about resurrection this ? This option is supported in mc package in AltLinux? now: http://www.sisyphus.ru/ru/srpm/Sisyphus/mc/patches/4
Change History
Note: See
TracTickets for help on using
tickets.
Example of behavour with -r option:
behavour: mc will to run "mplayer foo.avi"
without "-r" mc will to show the message "The shell is already running a command"