Changes between Initial Version and Version 1 of Ticket #2150


Ignore:
Timestamp:
04/22/10 19:32:18 (14 years ago)
Author:
zaytsev
Comment:

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  
    33Summary: 
    44 
    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) 
     51) Ctrl+Enter WORKS in raw console (Ctrl modifier detected via ioctl) 
    86 
    9 It is expected to work in all of there three cases. 
     72) Ctrl+Enter WORKS in terminal --with-x (Ctrl modifier detected via mc_XQueryPointer) 
     8 
     93) Ctrl+Enter DOES NOT work in virtual terminal (in gnome-terminal, xterm, rxvt etc. Enter, Ctrl+Enter and Shift+Enter all return ^M). 
     10 
     11The question is whether anything can be done about it? Is there any other way to detect modifiers when running from a VT? 
     12 
     13Thanks!