1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

tmux terminfo for italics

This commit is contained in:
2018-02-02 16:09:27 +01:00
parent 07d0fe548d
commit 8beb0b2d08
4 changed files with 8 additions and 0 deletions

BIN
.terminfo/t/tmux Normal file

Binary file not shown.

BIN
.terminfo/t/tmux-256color Normal file

Binary file not shown.

View File

@@ -0,0 +1,4 @@
tmux-256color|tmux with 256 colors,
sitm=\E[3m, ritm=\E[23m,
smso=\E[7m, rmso=\E[27m,
use=screen-256color,

4
.terminfo/tmux.terminfo Normal file
View File

@@ -0,0 +1,4 @@
tmux|tmux terminal multiplexer,
sitm=\E[3m, ritm=\E[23m,
smso=\E[7m, rmso=\E[27m,
use=screen,