Julio Biason
5 years ago
2 changed files with 18 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||||
|
# Use colon separators. |
||||||
|
xterm-24bit|xterm with 24-bit direct color mode, |
||||||
|
use=xterm-256color, |
||||||
|
setb24=\E[48:2:%p1%{65536}%/%d:%p1%{256}%/%{255}%&%d:%p1%{255}%&%dm, |
||||||
|
setf24=\E[38:2:%p1%{65536}%/%d:%p1%{256}%/%{255}%&%d:%p1%{255}%&%dm, |
||||||
|
# Use semicolon separators. |
||||||
|
xterm-24bits|xterm with 24-bit direct color mode, |
||||||
|
use=xterm-256color, |
||||||
|
setb24=\E[48;2;%p1%{65536}%/%d;%p1%{256}%/%{255}%&%d;%p1%{255}%&%dm, |
||||||
|
setf24=\E[38;2;%p1%{65536}%/%d;%p1%{256}%/%{255}%&%d;%p1%{255}%&%dm, |
||||||
|
|
||||||
|
# build with tic -x -o ~/.terminfo terminfo-24bit.src |
Loading…
Reference in new issue