aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2020-04-18 07:19:28 +0000
committernicm <nicm>2020-04-18 07:19:28 +0000
commite153b928ff5139fdc39b45db493a1c81d2175d21 (patch)
treebb19e5fdfbe10864a825ca27d72a0a0c94641062 /tmux.1
parentbaf1fca27348a2950b7d1bb26cdf4d34a752b962 (diff)
downloadrtmux-e153b928ff5139fdc39b45db493a1c81d2175d21.tar.gz
rtmux-e153b928ff5139fdc39b45db493a1c81d2175d21.tar.bz2
rtmux-e153b928ff5139fdc39b45db493a1c81d2175d21.zip
Add formats for pane written/skipped bytes for debugging.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.12
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 28c8c9c3..325ccd98 100644
--- a/tmux.1
+++ b/tmux.1
@@ -4450,6 +4450,7 @@ The following variables are available, where appropriate:
.It Li "pane_pipe" Ta "" Ta "1 if pane is being piped"
.It Li "pane_right" Ta "" Ta "Right of pane"
.It Li "pane_search_string" Ta "" Ta "Last search string in copy mode"
+.It Li "pane_skipped" Ta "" Ta "Bytes skipped as not visible in pane"
.It Li "pane_start_command" Ta "" Ta "Command pane started with"
.It Li "pane_synchronized" Ta "" Ta "1 if pane is synchronized"
.It Li "pane_tabs" Ta "" Ta "Pane tab positions"
@@ -4457,6 +4458,7 @@ The following variables are available, where appropriate:
.It Li "pane_top" Ta "" Ta "Top of pane"
.It Li "pane_tty" Ta "" Ta "Pseudo terminal of pane"
.It Li "pane_width" Ta "" Ta "Width of pane"
+.It Li "pane_written" Ta "" Ta "Bytes written by pane (aside from redrawing)"
.It Li "pid" Ta "" Ta "Server PID"
.It Li "popup_key" Ta "" Ta "Key pressed in popup"
.It Li "popup_mouse_x" Ta "" Ta "Mouse X position in popup"