From d7b4aa0ff36f8230103f29cc233fed341f0d5fa3 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 12 Jul 2009 17:07:58 +0000 Subject: Add a default-terminal option to set the starting value of $TERM in new windows. --- tmux.1 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 5f1c9d47..47a7a66f 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.108 2009-07-12 17:04:21 nicm Exp $ +.\" $Id: tmux.1,v 1.109 2009-07-12 17:07:58 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -1090,6 +1090,18 @@ environment variable or, if it is unset, the user's shell returned by Set the default working directory for processes created from keys, or interactively from the prompt. The default is the current working directory when the server is started. +.It Ic default-terminal Ar terminal +Set the default terminal for new windows created in this session - the +default value of the +.Ev TERM +environment variable. +For +.Nm +to work correctly, this +.Em must +be set to +.Ql screen +or a derivative of it. .It Ic display-time Ar time Set the amount of time for which status line messages are displayed. .Ar time -- cgit