diff options
author | nicm <nicm> | 2019-06-20 13:40:22 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-06-20 13:40:22 +0000 |
commit | fc1df91e034627f674ed905be6a1159da883545e (patch) | |
tree | 17b541d73730fd22c781badc5dec1258ef165f2b /tmux.1 | |
parent | c1573727f0ea1d8a2530edc1a7848d9aa1d6f590 (diff) | |
download | rtmux-fc1df91e034627f674ed905be6a1159da883545e.tar.gz rtmux-fc1df91e034627f674ed905be6a1159da883545e.tar.bz2 rtmux-fc1df91e034627f674ed905be6a1159da883545e.zip |
allow-rename and alternate-screen can be pane options.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 43 |
1 files changed, 20 insertions, 23 deletions
@@ -3410,29 +3410,6 @@ session; this option is good for full-screen programs which support .Dv SIGWINCH and poor for interactive programs such as shells. .Pp -.It Xo Ic allow-rename -.Op Ic on | off -.Xc -Allow programs to change the window name using a terminal escape -sequence (\eek...\ee\e\e). -The default is off. -.Pp -.It Xo Ic alternate-screen -.Op Ic on | off -.Xc -This option configures whether programs running inside -.Nm -may use the terminal alternate screen feature, which allows the -.Em smcup -and -.Em rmcup -.Xr terminfo 5 -capabilities. -The alternate screen feature preserves the contents of the window when an -interactive application starts and restores it on exit, so that any output -visible before the application starts reappears unchanged after it exits. -The default is on. -.Pp .It Xo Ic automatic-rename .Op Ic on | off .Xc @@ -3673,6 +3650,26 @@ as Shift, Alt or Ctrl. Available pane options are: .Pp .Bl -tag -width Ds -compact +.It Xo Ic allow-rename +.Op Ic on | off +.Xc +Allow programs in the pane to change the window name using a terminal escape +sequence (\eek...\ee\e\e). +.Pp +.It Xo Ic alternate-screen +.Op Ic on | off +.Xc +This option configures whether programs running inside the pane may use the +terminal alternate screen feature, which allows the +.Em smcup +and +.Em rmcup +.Xr terminfo 5 +capabilities. +The alternate screen feature preserves the contents of the window when an +interactive application starts and restores it on exit, so that any output +visible before the application starts reappears unchanged after it exits. +.Pp .It Xo Ic remain-on-exit .Op Ic on | off .Xc |