mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 23:56:58 +00:00
Add copy-pipe mode command to copy selection and also pipe to a command.
This commit is contained in:
2
status.c
2
status.c
@ -1042,7 +1042,7 @@ status_prompt_key(struct client *c, int key)
|
||||
size_t size, n, off, idx;
|
||||
|
||||
size = strlen(c->prompt_buffer);
|
||||
switch (mode_key_lookup(&c->prompt_mdata, key)) {
|
||||
switch (mode_key_lookup(&c->prompt_mdata, key, NULL)) {
|
||||
case MODEKEYEDIT_CURSORLEFT:
|
||||
if (c->prompt_index > 0) {
|
||||
c->prompt_index--;
|
||||
|
Reference in New Issue
Block a user