aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-04-24 06:40:30 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-04-24 06:40:51 +0100
commit8650f44340e2b4531a7121c7f05cab3e00e3f3c7 (patch)
tree9a99c99a05ce3f3460007f7e9f4c6497a9fd567f /tmux.1
parentca13208b6be90b3e9a909aeb3a0eec7078d4e3ca (diff)
downloadrtmux-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.13
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 2dd6cbab..dcb6f4c4 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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"