Changes between Initial Version and Version 1 of Ticket #2150
- Timestamp:
- 04/22/10 19:32:18 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2150
- Property Summary changed from Ctrl+Enter no longer copies selected file name to subshell in terminal on slang build to Ctrl+Enter doesn't copy selected file name to subshell in virtual terminal --without-x
-
Ticket #2150 – Description
initial v1 3 3 Summary: 4 4 5 1) Ctrl+Enter WORKS in raw console (Slang/Ncurses) 6 2) Ctrl+Enter WORKS in terminal (Ncurses) 7 3) Ctrl+Enter DOES NOT work in terminal (Slang) 5 1) Ctrl+Enter WORKS in raw console (Ctrl modifier detected via ioctl) 8 6 9 It is expected to work in all of there three cases. 7 2) Ctrl+Enter WORKS in terminal --with-x (Ctrl modifier detected via mc_XQueryPointer) 8 9 3) Ctrl+Enter DOES NOT work in virtual terminal (in gnome-terminal, xterm, rxvt etc. Enter, Ctrl+Enter and Shift+Enter all return ^M). 10 11 The question is whether anything can be done about it? Is there any other way to detect modifiers when running from a VT? 12 13 Thanks!