Hi,
I usually use app escape mode, too.
I hope this smart feature becomes widespread.
By the way, I may be able to answer your question if I don’t misunderstand it.
I always send raw sequence to the terminal by the following way.
:call writefile(["\e[?7727h"], '/dev/tty', 'b’)
This is equivalent to:
:call system(‘echo -en “\e[?7727h” > /dev/tty’)
if vim runs in tmux session, we need to call as follows,
:call writefile(["\ePtmux;\e\e[?7727h\e\\"], '/dev/tty', 'b’)
-- Hayaki Saito
2013/09/15 7:14、Saad Malik <
saam...@gmail.com> のメール:
> --
> --
> You received this message from the "vim_use" 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_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
vim_use+u...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.