From f7fb5df54312fb4d7421ba7b25fa00987085ac65 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 23 Oct 2019 07:42:05 +0000 Subject: Use the existing code in format.c to add foramts for word and line at cursor position in copy mode, from Anindya Mukherjee. --- tmux.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 9d392a90..d21e9e8f 100644 --- a/tmux.1 +++ b/tmux.1 @@ -4214,6 +4214,8 @@ The following variables are available, where appropriate: .It Li "command_list_alias" Ta "" Ta "Command alias if listing commands" .It Li "command_list_name" Ta "" Ta "Command name if listing commands" .It Li "command_list_usage" Ta "" Ta "Command usage if listing commands" +.It Li "copy_cursor_line" Ta "" Ta "Line the cursor is on in copy mode" +.It Li "copy_cursor_word" Ta "" Ta "Word under cursor in copy mode" .It Li "copy_cursor_x" Ta "" Ta "Cursor X position in copy mode" .It Li "copy_cursor_y" Ta "" Ta "Cursor Y position in copy mode" .It Li "cursor_character" Ta "" Ta "Character at cursor in pane" -- cgit