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