From cf859c3404f849ec7907cfbc1e0f89e496b4a823 Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 2 Dec 2013 19:30:27 +0000 Subject: Prepend the group shortcut in the client search menu; from Thomas Adam. Likewise, prepend shortcut in unhide menu. --- mousefunc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mousefunc.c') diff --git a/mousefunc.c b/mousefunc.c index 6de0e14..c634333 100644 --- a/mousefunc.c +++ b/mousefunc.c @@ -16,7 +16,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: mousefunc.c,v 1.59 2013/11/27 18:34:34 okan Exp $ + * $OpenBSD: mousefunc.c,v 1.60 2013/12/02 19:30:27 okan Exp $ */ #include @@ -231,7 +231,8 @@ mousefunc_menu_unhide(struct client_ctx *cc, void *arg) continue; mi = xcalloc(1, sizeof(*mi)); - (void)strlcpy(mi->text, wname, sizeof(mi->text)); + (void)snprintf(mi->text, sizeof(mi->text), + "(%d) %s", cc->group->shortcut, wname); mi->ctx = cc; TAILQ_INSERT_TAIL(&menuq, mi, entry); } -- cgit v1.2.3-2-gb3c3