diff options
author | nicm <nicm> | 2021-01-29 09:48:43 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-01-29 09:48:43 +0000 |
commit | 255802d8d7357bf985bf2e4221eac8ab64b348ea (patch) | |
tree | 7381f36829cbb713bfe535bae2e5827dffb250b7 /tmux.1 | |
parent | 8156d9ba416c28d76b445e5c74537c254a3bc110 (diff) | |
download | rtmux-255802d8d7357bf985bf2e4221eac8ab64b348ea.tar.gz rtmux-255802d8d7357bf985bf2e4221eac8ab64b348ea.tar.bz2 rtmux-255802d8d7357bf985bf2e4221eac8ab64b348ea.zip |
Trim output overwritten by later text or clears completely rather than
only in a few cases. This means we can better track when a line should
wrap. GitHub issue 2537.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4823,7 +4823,6 @@ 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" @@ -4831,7 +4830,6 @@ 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" |