On Wed, Sep 23, 2009 at 08:22:36AM -0700, Gary Johnson wrote:
[...]
> It's not a bug.  And it's not a matter of being in or out of "curses
> mode"--it's a matter of writing to the terminal's alternate screen
> vs. its normal screen.  Vim restores the terminal's normal screen
> when it exits (if t_ti and t_te are set), which means that it
> restores the image on the terminal to what it was before vim
> executed.  Your 'echo "bye-bye"' is written to the alternate screen,
> just like everything else that vim displays.
> 
> You're looking for some sort of VimLeavePostScreenSwitch event,
> which doesn't currently exist.
> 

Uh, can I bypass it by :!(sleep 1; echo bye-bye)& ?

Best,
Cheng


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to