diff options
author | nicm <nicm> | 2020-05-16 14:13:37 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-05-16 14:13:37 +0000 |
commit | 471f697423df33d535a7cc1fac5f01f718969e34 (patch) | |
tree | 3060221d4333d378e09b49fdaa862ce6cd001d29 /tmux.1 | |
parent | 0dd19442061ac92b6d9b61a91e4b262c2f08921f (diff) | |
download | rtmux-471f697423df33d535a7cc1fac5f01f718969e34.tar.gz rtmux-471f697423df33d535a7cc1fac5f01f718969e34.tar.bz2 rtmux-471f697423df33d535a7cc1fac5f01f718969e34.zip |
Add an attribute for ACS.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4661,7 +4661,8 @@ for the terminal default colour; or a hexadecimal RGB string such as Set the background colour. .It Ic none Set no attributes (turn off any active attributes). -.It Xo Ic bright +.It Xo Ic acs , +.Ic bright (or .Ic bold ) , .Ic dim , @@ -4681,6 +4682,8 @@ Set an attribute. Any of the attributes may be prefixed with .Ql no to unset. +.Ic acs +is the terminal alternate character set. .It Xo Ic align=left (or .Ic noalign ) , |