Home
last modified time | relevance | path

Searched refs:PROMPT_SINGLE (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dcmd-confirm-before.c112 PROMPT_SINGLE, PROMPT_TYPE_COMMAND); in cmd_confirm_before_exec()
H A Dcmd-command-prompt.c153 cdata->flags |= PROMPT_SINGLE; in cmd_command_prompt_exec()
H A Dwindow-customize.c1456 PROMPT_SINGLE|PROMPT_NOFORMAT, PROMPT_TYPE_COMMAND); in window_customize_key()
1469 PROMPT_SINGLE|PROMPT_NOFORMAT, PROMPT_TYPE_COMMAND); in window_customize_key()
1485 PROMPT_SINGLE|PROMPT_NOFORMAT, PROMPT_TYPE_COMMAND); in window_customize_key()
1498 PROMPT_SINGLE|PROMPT_NOFORMAT, PROMPT_TYPE_COMMAND); in window_customize_key()
H A Dwindow-tree.c1308 data, PROMPT_SINGLE|PROMPT_NOFORMAT, PROMPT_TYPE_COMMAND); in window_tree_key()
1319 data, PROMPT_SINGLE|PROMPT_NOFORMAT, PROMPT_TYPE_COMMAND); in window_tree_key()
H A Dstatus.c1504 if (c->prompt_flags & PROMPT_SINGLE) { in status_prompt_key()
H A Dtmux.h1879 #define PROMPT_SINGLE 0x1 macro