=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/mode-tree.c,v retrieving revision 1.52 retrieving revision 1.53 diff -c -r1.52 -r1.53 *** src/usr.bin/tmux/mode-tree.c 2021/04/12 06:50:25 1.52 --- src/usr.bin/tmux/mode-tree.c 2021/04/12 09:36:12 1.53 *************** *** 1,4 **** ! /* $OpenBSD: mode-tree.c,v 1.52 2021/04/12 06:50:25 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: mode-tree.c,v 1.53 2021/04/12 09:36:12 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott *************** *** 1204,1210 **** if (status == CMD_PARSE_ERROR) { if (c != NULL) { *error = toupper((u_char)*error); ! status_message_set(c, -1, 1, "%s", error); } free(error); } --- 1204,1210 ---- if (status == CMD_PARSE_ERROR) { if (c != NULL) { *error = toupper((u_char)*error); ! status_message_set(c, -1, 1, 0, "%s", error); } free(error); }