On 2020-07-01, Bram Moolenaar wrote: > Apparently one of these checks causes the terminal to echo something > back with an "R" in it, which then starts replace mode. Can you find > out what that sequence is? The "script" command only records what is > sent to the terminal, there must be something similar for the other > direction.
How about strace? Perhaps with "-s256" to avoid missing any characters. Search for "^read(0," to find characters coming back from the terminal. HTH, Gary -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20200701163855.GA5179%40phoenix.
