[BACK]Return to tmux.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.1 between version 1.838 and 1.839

version 1.838, 2021/06/10 07:33:41 version 1.839, 2021/06/10 07:50:04
Line 3453 
Line 3453 
 .It Ic message-limit Ar number  .It Ic message-limit Ar number
 Set the number of error or information messages to save in the message log for  Set the number of error or information messages to save in the message log for
 each client.  each client.
 The default is 100.  .It Ic prompt-history-limit Ar number
   Set the number of history items to save in the history file for each type of
   command prompt.
 .It Xo Ic set-clipboard  .It Xo Ic set-clipboard
 .Op Ic on | external | off  .Op Ic on | external | off
 .Xc  .Xc
Line 5376 
Line 5378 
 .Pp  .Pp
 Commands related to the status line are as follows:  Commands related to the status line are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Xo Ic clear-prompt-history
   .Op Fl T Ar prompt-type
   .Xc
   .D1 (alias: Ic clrphist)
   Clear status prompt history for prompt type
   .Ar prompt-type .
   If
   .Fl T
   is omitted, then clear history for all types.
   See
   .Ic command-prompt
   for possible values for
   .Ar prompt-type .
 .It Xo Ic command-prompt  .It Xo Ic command-prompt
 .Op Fl 1ikNTW  .Op Fl 1ikN
 .Op Fl I Ar inputs  .Op Fl I Ar inputs
 .Op Fl p Ar prompts  .Op Fl p Ar prompts
 .Op Fl t Ar target-client  .Op Fl t Ar target-client
   .Op Fl T Ar prompt-type
 .Op Ar template  .Op Ar template
 .Xc  .Xc
 Open the command prompt in a client.  Open the command prompt in a client.
Line 5436 
Line 5452 
 .Fl i  .Fl i
 executes the command every time the prompt input changes instead of when the  executes the command every time the prompt input changes instead of when the
 user exits the command prompt.  user exits the command prompt.
   .Pp
 .Fl T  .Fl T
 tells  tells
 .Nm  .Nm
 that the prompt is for a target which affects what completions are offered when  the prompt type.
   This affects what completions are offered when
 .Em Tab  .Em Tab
 is pressed;  is pressed.
 .Fl W  Available types are:
 is similar but indicates the prompt is for a window.  .Ql command ,
   .Ql search ,
   .Ql target
   and
   .Ql window-target .
 .Pp  .Pp
 The following keys have a special meaning in the command prompt, depending  The following keys have a special meaning in the command prompt, depending
 on the value of the  on the value of the
Line 5665 
Line 5687 
 The  The
 .Fl C  .Fl C
 flag closes any popup on the client.  flag closes any popup on the client.
   .It Xo Ic show-prompt-history
   .Op Fl T Ar prompt-type
   .Xc
   .D1 (alias: Ic showphist)
   Display status prompt history for prompt type
   .Ar prompt-type .
   If
   .Fl T
   is omitted, then show history for all types.
   See
   .Ic command-prompt
   for possible values for
   .Ar prompt-type .
 .El  .El
 .Sh BUFFERS  .Sh BUFFERS
 .Nm  .Nm

Legend:
Removed from v.1.838  
changed lines
  Added in v.1.839