From 26f4c33772cd3c5e177f71eefb67a23d91265067 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 2 May 2020 23:29:01 +1200 Subject: Don't use tmux terminfo file for now When running `ls` with color output on older Debian machines, using this terminfo file doesn't seem to show color, and I can't figure out why. Given I don't really understand the difference between the two at the moment, it's probably best just to keep using the screen one for now. --- terminfo/tmux-256color.ti | 6 --- terminfo/tmux.ti | 104 ---------------------------------------------- tmux/tmux.conf | 2 +- 3 files changed, 1 insertion(+), 111 deletions(-) delete mode 100644 terminfo/tmux-256color.ti delete mode 100644 terminfo/tmux.ti diff --git a/terminfo/tmux-256color.ti b/terminfo/tmux-256color.ti deleted file mode 100644 index a242b7c1..00000000 --- a/terminfo/tmux-256color.ti +++ /dev/null @@ -1,6 +0,0 @@ -tmux-256color| tmux with 256 colors, - use=tmux, - colors#256, - pairs#32767, - setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m, - setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m, diff --git a/terminfo/tmux.ti b/terminfo/tmux.ti deleted file mode 100644 index fc86d773..00000000 --- a/terminfo/tmux.ti +++ /dev/null @@ -1,104 +0,0 @@ -tmux| tmux terminal multiplexer, - acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, - am, - bel=^G, - blink=\E[5m, - bold=\E[1m, - cbt=\E[Z, - civis=\E[?25l, - clear=\E[H\E[J, - cnorm=\E[34h\E[?25h, - colors#8, - cols#80, - cr=^M, - csr=\E[%i%p1%d;%p2%dr, - cub1=^H, - cub=\E[%p1%dD, - cud1=^J, - cud=\E[%p1%dB, - cuf1=\E[C, - cuf=\E[%p1%dC, - cup=\E[%i%p1%d;%p2%dH, - cuu1=\EM, - cuu=\E[%p1%dA, - cvvis=\E[34l, - dch1=\E[P, - dch=\E[%p1%dP, - dim=\E[2m, - dl1=\E[M, - dl=\E[%p1%dM, - dsl=\E]0;\007, - ed=\E[J, - el1=\E[1K, - el=\E[K, - enacs=\E(B\E)0, - flash=\Eg, - fsl=^G, - home=\E[H, - hs, - ht=^I, - hts=\EH, - ich=\E[%p1%d@, - il1=\E[L, - il=\E[%p1%dL, - ind=^J, - is2=\E)0, - it#8, - kbs=\177, - kcbt=\E[Z, - kcub1=\EOD, - kcud1=\EOB, - kcuf1=\EOC, - kcuu1=\EOA, - kdch1=\E[3~, - kend=\E[4~, - kf10=\E[21~, - kf11=\E[23~, - kf12=\E[24~, - kf1=\EOP, - kf2=\EOQ, - kf3=\EOR, - kf4=\EOS, - kf5=\E[15~, - kf6=\E[17~, - kf7=\E[18~, - kf8=\E[19~, - kf9=\E[20~, - khome=\E[1~, - kich1=\E[2~, - km, - kmous=\E[M, - knp=\E[6~, - kpp=\E[5~, - lines#24, - mir, - msgr, - nel=\EE, - op=\E[39;49m, - pairs#64, - rc=\E8, - rev=\E[7m, - ri=\EM, - ritm=\E[23m, - rmacs=^O, - rmcup=\E[?1049l, - rmir=\E[4l, - rmkx=\E[?1l\E>, - rmso=\E[27m, - rmul=\E[24m, - rs2=\Ec\E[?1000l\E[?25h, - sc=\E7, - setab=\E[4%p1%dm, - setaf=\E[3%p1%dm, - sgr0=\E[m\017, - sgr=\E[0%?%p6%t;1%;%?%p1%t;3%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;m%?%p9%t\016%e\017%;, - sitm=\E[3m, - smacs=^N, - smcup=\E[?1049h, - smir=\E[4h, - smkx=\E[?1h\E=, - smso=\E[7m, - smul=\E[4m, - tbc=\E[3g, - tsl=\E]0;, - xenl, diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 257cee5f..2eb1665a 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -14,7 +14,7 @@ set-option -g update-environment 'COLORFGBG COLORTERM' set-option -g default-command "$SHELL" # Expect a 256-color terminal -set-option -g default-terminal 'tmux-256color' +set-option -g default-terminal 'screen-256color' # Change the prefix to ^A rather than the default of ^B, because I'm a godless # GNU Screen refugee, and also I like using ^B in my shell and in Vim more -- cgit v1.2.3