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.c924 *new_key = 'B'|KEYC_VI; in status_prompt_translate_key()
930 *new_key = 'e'|KEYC_VI; in status_prompt_translate_key()
933 *new_key = 'E'|KEYC_VI; in status_prompt_translate_key()
936 *new_key = 'w'|KEYC_VI; in status_prompt_translate_key()
939 *new_key = 'W'|KEYC_VI; in status_prompt_translate_key()
1377 case 'E'|KEYC_VI: in status_prompt_key()
1380 case 'e'|KEYC_VI: in status_prompt_key()
1384 case 'W'|KEYC_VI: in status_prompt_key()
1387 case 'w'|KEYC_VI: in status_prompt_key()
1391 case 'B'|KEYC_VI: in status_prompt_key()
H A Dtmux.h140 #define KEYC_VI 0x20000000000000ULL macro