Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-02-05 14:01:26 +00:00
2 changed files with 22 additions and 22 deletions

View File

@ -154,8 +154,6 @@ screen_set_cursor_colour(struct screen *s, const char *colour)
int
screen_set_title(struct screen *s, const char *title)
{
char *cp;
if (!utf8_isvalid(title))
return (0);
free(s->title);