Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-08-24 08:01:17 +01:00
2 changed files with 11 additions and 2 deletions

View File

@ -305,6 +305,8 @@ tty_term_strip(const char *s)
ptr++;
if (*ptr == '>')
ptr++;
if (*ptr == '\0')
break;
}
buf[len++] = *ptr;