equal
  deleted
  inserted
  replaced
  
    
    
|      1 defencoding eucJP |      1 defencoding SJIS | 
|      2 escape ^t^t |      2 escape ^t^t | 
|      3 hardstatus alwayslastline "%`%-Lw%{=b bw}%40L>%n%f %t%{-}%+Lw%<" |      3 hardstatus alwayslastline "%`%-Lw%{=b bw}%40L>%n%f %t%{-}%+Lw%<" | 
|      4 startup_message off |      4 startup_message off | 
|      5 autodetach on |      5 autodetach on | 
|      6 vbell off |      6 vbell off | 
|     10 bind -c REGION o focus |     10 bind -c REGION o focus | 
|     11 bind -c REGION 1 only |     11 bind -c REGION 1 only | 
|     12 bind -c REGION 0 remove |     12 bind -c REGION 0 remove | 
|     13 bind x command -c REGION |     13 bind x command -c REGION | 
|     14  |     14  | 
|     15 bind -c ENCODING e eval 'encoding eucJP' 'echo "Encoding: eucJP"' |     15 bind -c ENCODING e eval 'encoding eucJP' 'echo "Encoding: eucJP"' | 
|     16 bind -c ENCODING s eval 'encoding SJIS' 'echo "Encoding: shift_jis"' |     16 bind -c ENCODING s eval 'encoding SJIS' 'echo "Encoding: shift_jis"' | 
|     17 bind -c ENCODING j eval 'encoding jis' 'echo "Encoding: iso-2022-jp"' |     17 bind -c ENCODING j eval 'encoding jis' 'echo "Encoding: iso-2022-jp"' | 
|     18 bind -c ENCODING u eval 'encoding UTF-8' 'echo "Encoding: utf-8"' |     18 bind -c ENCODING u eval 'encoding UTF-8' 'echo "Encoding: utf-8"' | 
|     19 bind e command -c ENCODING |     19 bind e command -c ENCODING |