diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-07-24 09:10:21 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-07-24 09:10:21 +0100 |
commit | e4cdc9fa0b00d6fc691afcf2fc3f727e60dfe94c (patch) | |
tree | fc40662e40cb3ce8fa4d1b4a8650683b2e51b3b7 /tmux.1 | |
parent | 669059aa19ec831e9a8afc008c978ea7806692e3 (diff) | |
parent | 18a64ad52d5b33e229783574a637268eb098b1f0 (diff) | |
download | rtmux-e4cdc9fa0b00d6fc691afcf2fc3f727e60dfe94c.tar.gz rtmux-e4cdc9fa0b00d6fc691afcf2fc3f727e60dfe94c.tar.bz2 rtmux-e4cdc9fa0b00d6fc691afcf2fc3f727e60dfe94c.zip |
Merge branch 'master' of github.com:tmux/tmux
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -2400,6 +2400,10 @@ passed through to applications running in .Nm . Attached clients should be detached and attached again after changing this option. +.It Ic history-file Ar path +If not empty, a file to which +.Nm +will write command prompt history on exit and load it from on start. .It Ic message-limit Ar number Set the number of error or information messages to save in the message log for each client. @@ -2713,12 +2717,10 @@ and .Xr terminfo 5 entries if they exist. .Nm -automatically sets these to the \ee]2;...\e007 sequence if -the terminal appears to be an xterm. +automatically sets these to the \ee]0;...\e007 sequence if +the terminal appears to be +.Xr xterm 1 . This option is off by default. -Note that elinks -will only attempt to set the window title if the STY environment -variable is set. .It Ic set-titles-string Ar string String used to set the window title if .Ic set-titles |