Purely mechanical; unify 'num', 'no' and 'shortcut'.
This commit is contained in:
@@ -202,8 +202,7 @@ mousefunc_menu_unhide(struct client_ctx *cc, union arg *arg)
|
||||
if (wname == NULL)
|
||||
continue;
|
||||
|
||||
menuq_add(&menuq, cc, "(%d) %s",
|
||||
cc->group->shortcut, wname);
|
||||
menuq_add(&menuq, cc, "(%d) %s", cc->group->num, wname);
|
||||
}
|
||||
|
||||
if (TAILQ_EMPTY(&menuq))
|
||||
|
||||
Reference in New Issue
Block a user