I've recently upgraded my Salix from 13.1 to 13.37 as described in the Documentation.
Now I've some strange problems.
1. Something is wrong with the urxvt terminal. When I open a file in vim within this terminal there are some additional characters between the text. The same file opened within a xterm looks fine. This is how a part of my .vimrc file looks like within the urxvt:
Code: Select all
e[36m" Color for xiterm, rxvt, nxterm, color-xterm :
e[33mif e[36mhase[31m(e[35m"terminfo"e[31m)
e[33mset e[34mt_Co=8
e[33mset e[34mt_Sf=\e[3%p1%dm
e[33mset e[34mt_Sb=\e[4%p1%dm
e[33melse
e[33mset e[34mt_Co=8
e[33mset e[34mt_Sf=\e[3%dm
e[33mset e[34mt_Sb=\e[4%dm
e[33mendif
Code: Select all
'rxvt-unicode-256color': unknown terminal type.
I hope somebody can help or at least give me some hints.