[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.779 and 1.780

version 1.779, 2020/06/10 06:23:43 version 1.780, 2020/06/10 07:27:10
Line 5727 
Line 5727 
 client detaches, it prints a message.  client detaches, it prints a message.
 This may be one of:  This may be one of:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It [detached (from session ...)]  .It detached (from session ...)
 The client was detached normally.  The client was detached normally.
 .It [detached and SIGHUP]  .It detached and SIGHUP
 The client was detached and its parent sent the  The client was detached and its parent sent the
 .Dv SIGHUP  .Dv SIGHUP
 signal (for example with  signal (for example with
 .Ic detach-client  .Ic detach-client
 .Fl P ) .  .Fl P ) .
 .It [lost tty]  .It lost tty
 The client's  The client's
 .Xr tty 4  .Xr tty 4
 or  or
 .Xr pty 4  .Xr pty 4
 was unexpectedly destroyed.  was unexpectedly destroyed.
 .It [terminated]  .It terminated
 The client was killed with  The client was killed with
 .Dv SIGTERM .  .Dv SIGTERM .
 .It [exited]  .It too far behind
   The client is in control mode and became unable to keep up with the data from
   .Nm .
   .It exited
 The server exited when it had no sessions.  The server exited when it had no sessions.
 .It [server exited]  .It server exited
 The server exited when it received  The server exited when it received
 .Dv SIGTERM .  .Dv SIGTERM .
 .It [server exited unexpectedly]  .It server exited unexpectedly
 The server crashed or otherwise exited without telling the client the reason.  The server crashed or otherwise exited without telling the client the reason.
 .El  .El
 .Sh TERMINFO EXTENSIONS  .Sh TERMINFO EXTENSIONS

Legend:
Removed from v.1.779  
changed lines
  Added in v.1.780