1
0
Fork 0

Revert "embrace the fact that rxvt-unicode-256color is not available in the curses package on centos"

This reverts commit ba95166189.
This commit is contained in:
Von Random 2017-06-21 17:51:29 +03:00
parent ba95166189
commit c707c52d77
2 changed files with 2 additions and 1 deletions

2
vimrc
View file

@ -12,7 +12,7 @@ set noerrorbells visualbell t_vb=
" indentation " indentation
set tabstop=3 softtabstop=4 shiftwidth=4 smarttab expandtab set tabstop=3 softtabstop=4 shiftwidth=4 smarttab expandtab
" termcap fixes " termcap fixes
set t_ut= termencoding=utf-8 encoding=utf-8 set t_Co=256 t_ut= termencoding=utf-8 encoding=utf-8
" status line " status line
set wildmenu showcmd ruler laststatus=2 set wildmenu showcmd ruler laststatus=2
set statusline=[%F]\ %R%H%W%M\ %=[%{&fenc}/%{&ff}]\ %y\ [%4l/%L:%3v] set statusline=[%F]\ %R%H%W%M\ %=[%{&fenc}/%{&ff}]\ %y\ [%4l/%L:%3v]

View file

@ -30,6 +30,7 @@ URxvt.saveLines: 10000
URxvt.iso14755: false URxvt.iso14755: false
URxvt.visualBell: false URxvt.visualBell: false
URxvt.urgentOnBell: true URxvt.urgentOnBell: true
URxvt.termName: rxvt-unicode
URxvt.internalBorder: 1 URxvt.internalBorder: 1
URxvt.fading: 5 URxvt.fading: 5
URxvt.pastableTabs: true URxvt.pastableTabs: true