Changes between Initial Version and Version 15 of Ticket #4114
- Timestamp:
- 09/19/20 11:43:51 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4114
- Property Blocking changed from to 2110, 2269
-
Ticket #4114 – Description
initial v15 1 1 This patch allows the user to start typing a command in the panel prompt, and then continue typing it in the subshell, or to start typing a command in the subshell, and then finish typing it in the panel prompt. 2 2 3 It also fixes [https://midnight-commander.org/ticket/2269] and [https://midnight-commander.org/ticket/2110], bugs in which mc can unexpectedly execute commands without the user's permission.3 It also fixes #2269 and #2110, bugs in which mc can unexpectedly execute commands without the user's permission. 4 4 5 5 The new feature works with bash, zsh, and fish. The bugfix works on all shells.