From 8f8b1259038e2497ccc04275c975dc1335c41f61 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Wed, 13 Mar 2013 11:42:56 +0400 Subject: [PATCH] cgdb works incorrectly with TERM=xterm-256color, so ->screen-256color --- .tmux.conf | 2 +- .urxvt/Xdefaults | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 4f4cdb7..181a2cc 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 diff --git a/.urxvt/Xdefaults b/.urxvt/Xdefaults index 76d4ee1..ca9c0ec 100644 --- a/.urxvt/Xdefaults +++ b/.urxvt/Xdefaults @@ -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