Home
last modified time | relevance | path

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

/dports/sysutils/tmux23/tmux-2.3/
H A Dstatus.c688 mode_key_init(&c->prompt_mdata, &mode_key_tree_emacs_edit); in status_prompt_set()
690 mode_key_init(&c->prompt_mdata, &mode_key_tree_vi_edit); in status_prompt_set()
766 if (c->prompt_mdata.mode == 1) in status_prompt_redraw()
821 switch (mode_key_lookup(&c->prompt_mdata, key, NULL, NULL)) { in status_prompt_key()
H A Dtmux.h1315 struct mode_key_data prompt_mdata; member
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dstatus.c698 mode_key_init(&c->prompt_mdata, &mode_key_tree_emacs_edit); in status_prompt_set()
700 mode_key_init(&c->prompt_mdata, &mode_key_tree_vi_edit); in status_prompt_set()
776 if (c->prompt_mdata.mode == 1) in status_prompt_redraw()
831 switch (mode_key_lookup(&c->prompt_mdata, key, NULL)) { in status_prompt_key()
H A Dtmux.h1331 struct mode_key_data prompt_mdata; member
/dports/sysutils/tmate/tmate-2.4.0/
H A Dstatus.c699 mode_key_init(&c->prompt_mdata, &mode_key_tree_emacs_edit); in status_prompt_set()
701 mode_key_init(&c->prompt_mdata, &mode_key_tree_vi_edit); in status_prompt_set()
777 if (c->prompt_mdata.mode == 1) in status_prompt_redraw()
832 switch (mode_key_lookup(&c->prompt_mdata, key, NULL)) { in status_prompt_key()
H A Dtmux.h1308 struct mode_key_data prompt_mdata; member