Skip to content

Commit

Permalink
postfix after e3f5789 - var/log/stdout.log contains escape sequences.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed May 5, 2020
1 parent 95fa7bc commit 1af74d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/mysql-test-run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ ($)
if (IS_WINDOWS and HAVE_WIN32_CONSOLE) {
$set_titlebar = sub {Win32::Console::Title $_[0];};
} elsif (defined $ENV{TERM} and $ENV{TERM} =~ /xterm/) {
$set_titlebar = sub { print "\e];$_[0]\a"; };
$set_titlebar = sub { syswrite STDOUT, "\e];$_[0]\a"; };
}
}

Expand Down

0 comments on commit 1af74d5

Please sign in to comment.