Thursday, June 28, 2012

fullscreen in vim dont change $LINES and $COLUMN after quit vim

I use vim in xfce terminal, I always launch vim then fullscreen the window, this cause the height and width changed. but when I quit vim and type a long line in bash's readline, the line mess wraped. 

I get that SIGWINCH force bash to update it's $LINES and $COLUMN from bash's manual. SO i guess when I fullscreen in vim, vim traps the signal, and the bash doesn't know this.

HOW can i fix this? either in bash's way or in vim's way.

Thanks your in advance.

--
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

No comments: