Jason Franklin wrote:
> System: Ubuntu 16.04, gnome-terminal > Vim Version: 8.1.62 > > So, I'm toying around with the Vim code. I ran "make test" in the vim/src/ > directory in a Vim :terminal window. I then noticed that typing in an ex > command with <C-W>: was difficult. I suppose that this is due to the fact > that > "make test" does A LOT of drawing/re-drawing of the terminal window space. > > It's weird that if you change focus to a split window, you can type just fine. > You can also run an ex command from the different window without a problem. > > To see what I'm talking about: > > # In vim/src/ > vim --clean > > :term > make test > <C-w>:command text... > > Notice that the "command text" doesn't update properly and gets blanked out. > > If you switch windows to run the colon command while "make test" is running, > this doesn't happen. > > Any simple fix for this? I hope so. It appears that when the current window is the terminal window, the command line keeps getting cleared. If another window is the current window this doesn't happen. And once the tests finish it's also OK. Thus it must be related to the terminal window being redrawn while it is the current window. -- hundred-and-one symptoms of being an internet addict: 69. Yahoo welcomes you with your own start page /// 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_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]. For more options, visit https://groups.google.com/d/optout.
