From bf6a5c056d4be87d68d0e3e409dbf8f116bc9317 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 11 Jan 2017 16:09:57 +0000 Subject: Add a format for terminal type. --- tmux.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index aac3ca43..4bc82cd8 100644 --- a/tmux.1 +++ b/tmux.1 @@ -3512,6 +3512,7 @@ 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_termtype" Ta "" Ta "Terminal type of client" .It Li "client_tty" Ta "" Ta "Pseudo terminal of client" .It Li "client_utf8" Ta "" Ta "1 if client supports utf8" .It Li "client_width" Ta "" Ta "Width of client" -- cgit