mirror of
https://github.com/tmux/tmux.git
synced 2024-12-24 18:38:48 +00:00
Do not escape tabs in output (iTerm2 needs them). GitHub issue 3414.
This commit is contained in:
parent
8bd17bff49
commit
7cb48fc40b
@ -834,7 +834,7 @@ cmdq_print_data(struct cmdq_item *item, int parse, struct evbuffer *evb)
|
||||
char *sanitized, *msg, *line;
|
||||
|
||||
if (!parse) {
|
||||
utf8_stravisx(&msg, data, size, VIS_OCTAL|VIS_CSTYLE|VIS_TAB);
|
||||
utf8_stravisx(&msg, data, size, VIS_OCTAL|VIS_CSTYLE);
|
||||
log_debug("%s: %s", __func__, msg);
|
||||
} else {
|
||||
msg = EVBUFFER_DATA(evb);
|
||||
|
Loading…
Reference in New Issue
Block a user