Monday, May 4, 2020

Re: Visual artifacts when running in some terminal emulators

Hi,

Just in case anyone has the same issue, I found that unsetting options t_TI and t_TE helps, so I put these two lines into my ~/.vimrc and everything seems to work fine so far:

```
set t_TI=
set t_TE=
```

Apparently Terminator indeed does not support some xterm-specific control sequences.

--
--
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 vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/72f7b48a-1659-4ed6-943f-a520eca555ed%40googlegroups.com.

No comments: