https://bugs.winehq.org/show_bug.cgi?id=54335
--- Comment #5 from mika margers.roked@inbox.lv --- (In reply to Eric Pouech from comment #4)
It is a great idea for wine to run console applications as natives in terminal. Questions is: "Do Wine have to translates keyboard escape sequences and provide some other functions for user program running in linux terminal"?
I'm not sure what you mean here, but yes in this mode we have to adapt to underlying's terminal escape sequence (even if currently we mostly stick to generic ones). What do you mean by "provide some other functions"?
Basic would be screen height/with, but that's irrelevant if there is no good keyboard support.
(there are for example open bug reports for ^h adaptation).
in xterm Ctrl+h key code x08
BackSpace key code x7f Ctrl+BackSpace key code x08
Those can be flipped by sending escape sequence
BackSpace key code x08 Ctrl+BackSpace key code x7f
This is "to be or not to be" situation: Ctrl+h is ether BackSpace or Ctrl+BackSpace
Winconsole: in general do work (key combinations, resize). Particularly for Fp.exe does not work switching between uses and ide screen. Key combination Alt+F5 do work, but functionality is somewhat broken. And i'm not sure is it problem of fp or wine. If you are looking for what to fix today - there is great opportunity to investigate. Otherwise you are free to close this bug report. Would be nice hear a comment at least.
I'd say if this feature works correctly under Windows, it looks more like a Wine bug. Did you have the opportunity to check behavior under Windows (and if yes, which version).
I tested in windows Vista. I did open new bug report. https://bugs.winehq.org/show_bug.cgi?id=56903