mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Parse primary device attributes as well as secondary and add a SIXEL
flag (not used yet), from Anindya Mukherjee.
This commit is contained in:
4
tmux.1
4
tmux.1
@ -3687,6 +3687,8 @@ Supports the overline SGR attribute.
|
||||
Supports the DECFRA rectangle fill escape sequence.
|
||||
.It RGB
|
||||
Supports RGB colour with the SGR escape sequences.
|
||||
.It sixel
|
||||
Supports SIXEL graphics.
|
||||
.It strikethrough
|
||||
Supports the strikethrough SGR escape sequence.
|
||||
.It sync
|
||||
@ -6491,6 +6493,8 @@ Set the opening sequence for the working directory notification.
|
||||
The sequence is terminated using the standard
|
||||
.Em fsl
|
||||
capability.
|
||||
.It Em \&Sxl
|
||||
Indicates that the terminal supports SIXEL.
|
||||
.It Em \&Sync
|
||||
Start (parameter is 1) or end (parameter is 2) a synchronized update.
|
||||
.It Em \&Tc
|
||||
|
Reference in New Issue
Block a user