diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2019-03-19 19:01:51 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2019-03-19 19:01:51 +0000 |
commit | 110262bcd59e74b4a892927213ceb6e3ddaf31bb (patch) | |
tree | fe78bd3ceb0ef853eb1fb26e967aea26bac0ff3d /usr.bin/tmux/tmux.1 | |
parent | 596b0de52d7cb4af6c0e7da6271f94d7cd44dcb0 (diff) |
Add a cursor_character format.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 00da949fe1d..86cf7d59558 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.627 2019/03/19 13:35:42 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.628 2019/03/19 19:01:50 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -3744,6 +3744,7 @@ The following variables are available, where appropriate: .It Li "command_list_alias" Ta "" Ta "Command alias if listing commands" .It Li "command_list_usage" Ta "" Ta "Command usage if listing commands" .It Li "cursor_flag" Ta "" Ta "Pane cursor flag" +.It Li "cursor_character" Ta "Character at cursor in pane" .It Li "cursor_x" Ta "" Ta "Cursor X position in pane" .It Li "cursor_y" Ta "" Ta "Cursor Y position in pane" .It Li "history_bytes" Ta "" Ta "Number of bytes in window history" |