ptyfwd: fix typo

Follow-up for d0aa368c85.
This commit is contained in:
Yu Watanabe 2024-03-14 17:40:24 +09:00
parent fcaa510597
commit af02814a85

View file

@ -295,7 +295,7 @@ static int insert_carriage_return_color(PTYForward *f, size_t offset) {
if (!f->background_color) if (!f->background_color)
return 0; return 0;
/* When we see a carriage return (ASCII 13) this this sets only the background */ /* When we see a carriage return (ASCII 13) then this sets only the background */
s = background_color_sequence(f); s = background_color_sequence(f);
if (!s) if (!s)