Whell, One problem/incomprehensibility is revealed.
Vim drops all flags for g_hConOut, because of "(tmode == TMODE_RAW)"
os_win32.c: 2952
cmodeout &= ~(ENABLE_PROCESSED_OUTPUT | ENABLE_WRAP_AT_EOL_OUTPUT);
I'm hunging up. Dropping "ENABLE_PROCESSED_OUTPUT" means that must NOT examined
for ASCII control sequences (Backspace, tab, bell, carriage return, and
linefeed). So, they will not cause correct actions and must be written direct
to screen. So, I get on the screen corresponding symbols ("CR/LF") instead of .
carriage return, and linefeed.
I'm not sure, what will be correct.
Thanks, in advance.
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php