diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-24 06:40:30 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-24 06:40:51 +0100 |
commit | 8650f44340e2b4531a7121c7f05cab3e00e3f3c7 (patch) | |
tree | 9a99c99a05ce3f3460007f7e9f4c6497a9fd567f /tmux.1 | |
parent | ca13208b6be90b3e9a909aeb3a0eec7078d4e3ca (diff) | |
download | rtmux-8650f44340e2b4531a7121c7f05cab3e00e3f3c7.tar.gz rtmux-8650f44340e2b4531a7121c7f05cab3e00e3f3c7.tar.bz2 rtmux-8650f44340e2b4531a7121c7f05cab3e00e3f3c7.zip |
Move terminal features into a single file.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4463,7 +4463,8 @@ The following variables are available, where appropriate: .It Li "client_readonly" Ta "" Ta "1 if client is readonly" .It Li "client_session" Ta "" Ta "Name of the client's session" .It Li "client_termname" Ta "" Ta "Terminal name of client" -.It Li "client_termfeatures" Ta "" Ta "Terminal features of client" +.It Li "client_termtype" Ta "" Ta "Terminal type of client, if available" +.It Li "client_termfeatures" Ta "" Ta "Terminal features of client, if any" .It Li "client_tty" Ta "" Ta "Pseudo terminal of client" .It Li "client_utf8" Ta "" Ta "1 if client supports UTF-8" .It Li "client_width" Ta "" Ta "Width of client" |