Home
last modified time | relevance | path

Searched refs:KEYC_VI (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dstatus.c986 *new_key = 'B'|KEYC_VI; in status_prompt_translate_key()
992 *new_key = 'e'|KEYC_VI; in status_prompt_translate_key()
995 *new_key = 'E'|KEYC_VI; in status_prompt_translate_key()
998 *new_key = 'w'|KEYC_VI; in status_prompt_translate_key()
1001 *new_key = 'W'|KEYC_VI; in status_prompt_translate_key()
1452 case 'E'|KEYC_VI: in status_prompt_key()
1455 case 'e'|KEYC_VI: in status_prompt_key()
1459 case 'W'|KEYC_VI: in status_prompt_key()
1462 case 'w'|KEYC_VI: in status_prompt_key()
1466 case 'B'|KEYC_VI: in status_prompt_key()
H A Dtmux.h144 #define KEYC_VI 0x20000000000000ULL macro