Document command prompt escape sequence, from Von Welch.

This commit is contained in:
nicm 2024-11-22 12:36:13 +00:00
parent 70299c6646
commit 64d82d5988

4
tmux.1
View File

@ -2340,6 +2340,9 @@ will do nothing.
The
.Fl o
flag jumps to the beginning of the command output instead of the shell prompt.
Finding the beginning of command output requires the shell to emit an escape
sequence (\e033]133;C\e033\e\e) to tell tmux where the output begins.
If the shell does not send these escape sequences, these commands do nothing.
.Pp
Copy commands may take an optional buffer prefix argument which is used
to generate the buffer name (the default is
@ -4873,6 +4876,7 @@ section.
.Pp
.It Ic copy-mode-position-format Ar format
Format of the position indicator in copy mode.
.Pp
.It Xo Ic mode-keys
.Op Ic vi | emacs
.Xc