Home
last modified time | relevance | path

Searched refs:PROMPT_INCREMENTAL (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.bin/tmux/
Dcmd-command-prompt.c157 cdata->flags |= PROMPT_INCREMENTAL; in cmd_command_prompt_exec()
185 if (cdata->flags & PROMPT_INCREMENTAL) in cmd_command_prompt_callback()
Dstatus.c643 if (flags & PROMPT_INCREMENTAL) { in status_prompt_set()
662 if (~flags & PROMPT_INCREMENTAL) in status_prompt_set()
666 if (flags & PROMPT_INCREMENTAL) in status_prompt_set()
1527 if (~c->prompt_flags & PROMPT_INCREMENTAL) in status_prompt_key()
1538 if (~c->prompt_flags & PROMPT_INCREMENTAL) in status_prompt_key()
1597 if (c->prompt_flags & PROMPT_INCREMENTAL) { in status_prompt_key()
Dtmux.h1988 #define PROMPT_INCREMENTAL 0x4 macro