Add pane_x, y, z format variables and show in list-panes.

This commit is contained in:
nicm
2026-06-01 14:01:09 +00:00
committed by Nicholas Marriott
parent d3e6bcfad1
commit b20ff9a658
3 changed files with 61 additions and 4 deletions

3
tmux.1
View File

@@ -6573,6 +6573,9 @@ The following variables are available, where appropriate:
.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 "pane_x" Ta "" Ta "X position of pane"
.It Li "pane_y" Ta "" Ta "Y position of pane"
.It Li "pane_z" Ta "" Ta "Z position of pane"
.It Li "pane_zoomed_flag" Ta "" Ta "1 if pane is zoomed"
.It Li "pid" Ta "" Ta "Server PID"
.It Li "prev_window_active" Ta "" Ta "1 if previous window in W: loop is active"