From 471f697423df33d535a7cc1fac5f01f718969e34 Mon Sep 17 00:00:00 2001 From: nicm Date: Sat, 16 May 2020 14:13:37 +0000 Subject: Add an attribute for ACS. --- tmux.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 71876d83..a519b6b5 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 ) , -- cgit