diff options
author | Thomas Adam <thomas@xteddy.org> | 2022-11-11 10:01:09 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2022-11-11 10:01:09 +0000 |
commit | 1536b7e206e51488c37379df22b8c58ef3febc28 (patch) | |
tree | 82b6a369e35326c35c7f6149fbdcd348cfb8ce60 /tmux.1 | |
parent | e46d0632a5ed8e9fbc90ae49039e84450fba4925 (diff) | |
parent | 20da16737715a183a019f1072735614615b5fd1c (diff) | |
download | rtmux-1536b7e206e51488c37379df22b8c58ef3febc28.tar.gz rtmux-1536b7e206e51488c37379df22b8c58ef3febc28.tar.bz2 rtmux-1536b7e206e51488c37379df22b8c58ef3febc28.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -3690,6 +3690,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 @@ -5083,6 +5085,15 @@ would change .Ql abABab into .Ql bxBxbx . +A different delimiter character may also be used, to avoid collisions with +literal slashes in the pattern. +For example, +.Ql s|foo/|bar/|: +will substitute +.Ql foo/ +with +.Ql bar/ +throughout. .Pp In addition, the last line of a shell command's output may be inserted using .Ql #() . @@ -6485,6 +6496,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 |