=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-queue.c,v retrieving revision 1.111 retrieving revision 1.112 diff -c -r1.111 -r1.112 *** src/usr.bin/tmux/cmd-queue.c 2022/12/07 09:44:44 1.111 --- src/usr.bin/tmux/cmd-queue.c 2022/12/16 08:22:05 1.112 *************** *** 1,4 **** ! /* $OpenBSD: cmd-queue.c,v 1.111 2022/12/07 09:44:44 nicm Exp $ */ /* * Copyright (c) 2013 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-queue.c,v 1.112 2022/12/16 08:22:05 nicm Exp $ */ /* * Copyright (c) 2013 Nicholas Marriott *************** *** 834,840 **** char *sanitized, *msg, *line; if (!parse) { ! utf8_stravisx(&msg, data, size, VIS_OCTAL|VIS_CSTYLE|VIS_TAB); log_debug("%s: %s", __func__, msg); } else { msg = EVBUFFER_DATA(evb); --- 834,840 ---- char *sanitized, *msg, *line; if (!parse) { ! utf8_stravisx(&msg, data, size, VIS_OCTAL|VIS_CSTYLE); log_debug("%s: %s", __func__, msg); } else { msg = EVBUFFER_DATA(evb);