aboutsummaryrefslogtreecommitdiff
path: root/popup.c
diff options
context:
space:
mode:
authornicm <nicm>2020-04-13 14:04:25 +0000
committernicm <nicm>2020-04-13 14:04:25 +0000
commit9a65102bfc2ed5d1e1f41e47451b8296c84f133d (patch)
tree5f96c61a04d696402b41df1087b5fd6cc50f29b2 /popup.c
parent77d5b0cc538138fd036dca0f9b2ba198a94c009d (diff)
downloadrtmux-9a65102bfc2ed5d1e1f41e47451b8296c84f133d.tar.gz
rtmux-9a65102bfc2ed5d1e1f41e47451b8296c84f133d.tar.bz2
rtmux-9a65102bfc2ed5d1e1f41e47451b8296c84f133d.zip
Rename cmdq_shared to cmdq_state which will better reflect what it is
(going to be) used for.
Diffstat (limited to 'popup.c')
-rw-r--r--popup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/popup.c b/popup.c
index 66c71741..8359397c 100644
--- a/popup.c
+++ b/popup.c
@@ -305,7 +305,7 @@ popup_key_cb(struct client *c, struct key_event *event)
break;
case CMD_PARSE_SUCCESS:
if (pd->item != NULL)
- m = &cmdq_get_shared(pd->item)->event.m;
+ m = &cmdq_get_state(pd->item)->event.m;
else
m = NULL;
new_item = cmdq_get_command(pr->cmdlist, fs, m, 0);