diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-23 07:15:17 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-23 07:15:17 +0100 |
commit | 1a612a59361904a2996c8ca8b84e8c76548512b6 (patch) | |
tree | b60a3f878508f49e38da9cdafbbfaab8d275f7c7 /tmux.1 | |
parent | 106e5d07beaacaa977372f8b6a0bcac5f981545b (diff) | |
download | rtmux-1a612a59361904a2996c8ca8b84e8c76548512b6.tar.gz rtmux-1a612a59361904a2996c8ca8b84e8c76548512b6.tar.bz2 rtmux-1a612a59361904a2996c8ca8b84e8c76548512b6.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 ) , |