On Wed, Jul 26, 2017 at 3:35 AM, Bram Moolenaar <b...@moolenaar.net> wrote: > > I'm using a real xterm and don't see this problem. > I don't have a blinking cursor, perhaps that is related?
Looks like it's not related. Running xterm with cursor blinking enabled and disabled works fine when TERM=ansi: # Without blinking: $ xterm +bc -e 'TERM=ansi vim -u NONE -U NONE -c :terminal' # With blinking: $ xterm -bc -e 'TERM=ansi vim -u NONE -U NONE -c :terminal' In both instances the cursor is visible and blinks/not blinking as appropriate. Changing TERM=xterm results in invisible cursor: $ xterm +bc -e 'TERM=xterm vim -u NONE -U NONE -c :terminal' $ xterm -bc -e 'TERM=xterm vim -u NONE -U NONE -c :terminal' It works fine using neovim (replacing vim with nvim in the above commands) so that rules out any problem with xterm version or configuration, I think. nazri -- -- 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 vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.