Add a flag to disable keys to close a message, GitHub issue 2625.

This commit is contained in:
nicm
2021-04-12 09:36:12 +00:00
parent cd208c9d72
commit e6abe55134
11 changed files with 35 additions and 21 deletions

View File

@ -1204,7 +1204,7 @@ mode_tree_run_command(struct client *c, struct cmd_find_state *fs,
if (status == CMD_PARSE_ERROR) {
if (c != NULL) {
*error = toupper((u_char)*error);
status_message_set(c, -1, 1, "%s", error);
status_message_set(c, -1, 1, 0, "%s", error);
}
free(error);
}