cgdb works incorrectly with TERM=xterm-256color, so ->screen-256color

This commit is contained in:
Kolan Sh 2013-03-13 11:42:56 +04:00
parent a0a9afd00b
commit 8f8b125903
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ bind + resize-pane -U 10
bind : command-prompt
# vi-style controls for copy mode
setw -g mode-keys vi
set -g default-terminal "xterm-256color"
set -g default-terminal "screen-256color"
bind-key R respawn-window

View File

@ -19,7 +19,7 @@ URxvt.color14: rgb:55/ff/ff
URxvt.color15: rgb:ff/ff/ff
! Имя терминала
URxvt*termName: xterm-256color
URxvt*termName: screen-256color
! Будет ли курсор мигать
URxvt.cursorBlink: false