=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/mode-tree.c,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- src/usr.bin/tmux/mode-tree.c 2020/06/16 08:18:34 1.50 +++ src/usr.bin/tmux/mode-tree.c 2020/07/27 08:03:10 1.51 @@ -1,4 +1,4 @@ -/* $OpenBSD: mode-tree.c,v 1.50 2020/06/16 08:18:34 nicm Exp $ */ +/* $OpenBSD: mode-tree.c,v 1.51 2020/07/27 08:03:10 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott @@ -1176,7 +1176,7 @@ if (status == CMD_PARSE_ERROR) { if (c != NULL) { *error = toupper((u_char)*error); - status_message_set(c, 1, "%s", error); + status_message_set(c, -1, 1, "%s", error); } free(error); }