diff options
author | nicm <nicm> | 2019-03-19 19:01:50 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-03-19 19:01:50 +0000 |
commit | 161b57869e12a0fd8a95965e98b4866f6055f860 (patch) | |
tree | a153c5f9e1864f2cbb8802544606eb7cc2e3bf2f /tmux.1 | |
parent | b24c9e34a9581773de7bc67da81ac25da97dcd1a (diff) | |
download | rtmux-161b57869e12a0fd8a95965e98b4866f6055f860.tar.gz rtmux-161b57869e12a0fd8a95965e98b4866f6055f860.tar.bz2 rtmux-161b57869e12a0fd8a95965e98b4866f6055f860.zip |
Add a cursor_character format.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |