diff options
author | nicm <nicm> | 2015-05-08 16:18:04 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-05-08 16:18:04 +0000 |
commit | c4a4bd6ac5748939c7c17beba9e14bee5929c552 (patch) | |
tree | 015353e19d24a55e9da47a7acf3a8faee09a832f /tmux.1 | |
parent | 879de25583a5a0bce57bd816ced96e0caf62c436 (diff) | |
download | rtmux-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.1 | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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" |