aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2015-05-08 16:18:04 +0000
committernicm <nicm>2015-05-08 16:18:04 +0000
commitc4a4bd6ac5748939c7c17beba9e14bee5929c552 (patch)
tree015353e19d24a55e9da47a7acf3a8faee09a832f /tmux.1
parent879de25583a5a0bce57bd816ced96e0caf62c436 (diff)
downloadrtmux-c4a4bd6ac5748939c7c17beba9e14bee5929c552.tar.gz
rtmux-c4a4bd6ac5748939c7c17beba9e14bee5929c552.tar.bz2
rtmux-c4a4bd6ac5748939c7c17beba9e14bee5929c552.zip
Move input parser structs into input.c (removing fairly useless
saved_cursor_[xy] formats as a side-effect).
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.12
1 files changed, 0 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index ea178b78..9debeaf4 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3318,8 +3318,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 "saved_cursor_x" Ta "" Ta "Saved cursor X in pane"
-.It Li "saved_cursor_y" Ta "" Ta "Saved cursor Y in pane"
.It Li "scroll_region_lower" Ta "" Ta "Bottom of scroll region in pane"
.It Li "scroll_region_upper" Ta "" Ta "Top of scroll region in pane"
.It Li "session_attached" Ta "" Ta "Number of clients session is attached to"