Manas wrote:

> Hi everyone, I am using terminal inside vim (as vertically splitted
> pane). When I switch my non-terminal pane to fullscreen (<C-w><bar>)
> and then restore it back (<C-w>=) the terminal gets erased. Even if I 
> `redraw` the screen, it does not repaint and I have to `clear` terminal
> instead and work again.
> 
> Any suggestions? (except to not use terminal inside vim)

You can set 'termwinsize' to fix the size of the terminal.
        :set terwinsize=24x80
Otherwise the terminal gets resized and the text that was there is lost.

-- 
>From "know your smileys":
 *<|:-) Santa Claus (Ho Ho Ho)

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/202101031347.103DluKe2132957%40masaka.moolenaar.net.

Reply via email to