From c21af7e446beafd27a7a0384186bc480fd2e126d Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 27 Mar 2023 08:47:57 +0000 Subject: Add a format to show if there are unseen changes while in a mode, from Dan Aloni in GitHub issue 3498. --- tmux.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 7c568ef6..071e3f11 100644 --- a/tmux.1 +++ b/tmux.1 @@ -5257,6 +5257,7 @@ The following variables are available, where appropriate: .It Li "pane_title" Ta "#T" Ta "Title of pane (can be set by application)" .It Li "pane_top" Ta "" Ta "Top of pane" .It Li "pane_tty" Ta "" Ta "Pseudo terminal of pane" +.It Li "pane_unseen_changes" Ta "" Ta "1 if there were changes in pane while in mode" .It Li "pane_width" Ta "" Ta "Width of pane" .It Li "pid" Ta "" Ta "Server PID" .It Li "rectangle_toggle" Ta "" Ta "1 if rectangle selection is activated" -- cgit v1.2.3 From a2018b2c3ffd488824c599c340c2c67095f04919 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 3 Apr 2023 07:39:37 +0000 Subject: Clarify text for new -A slightly, GitHub issue 3508. --- tmux.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 071e3f11..30c655eb 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1278,7 +1278,10 @@ behave like .Ic attach-session if .Ar session-name -already exists; in this case, +already exists; +if +.Fl A +is given, .Fl D behaves like .Fl d -- cgit v1.2.3