请问vimrc里的这短代码是什么意思?

if &term=="xterm"
       set t_Co=8
       set t_Sb=^[4%dm
       set t_Sf=^[3%dm
  endif