No matter what I do I can't seem to get inkpot to look right in terminal vim.
Using xterm and vim v8.0.0141. echo $TERM in my shell reports xterm-256color. In vim set t_Co reports 256. I also have this in my vimrc:
set t_AB=�[48;5;%dm
set t_AF=�[38;5;%dm
and the �'s (they look like ^[ in vim) were entered correctly by hitting Ctrl+v+Esc in insert mode.
But this is what it looks like in xterm:

No matter what I do I can't seem to get inkpot to look right in terminal vim.
Using xterm and vim v8.0.0141.
echo $TERMin my shell reportsxterm-256color. In vimset t_Coreports256. I also have this in my vimrc:and the
�'s (they look like^[in vim) were entered correctly by hitting Ctrl+v+Esc in insert mode.But this is what it looks like in xterm: