mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 08:16:08 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@@ -305,6 +305,8 @@ tty_term_strip(const char *s)
|
||||
ptr++;
|
||||
if (*ptr == '>')
|
||||
ptr++;
|
||||
if (*ptr == '\0')
|
||||
break;
|
||||
}
|
||||
|
||||
buf[len++] = *ptr;
|
||||
|
||||
Reference in New Issue
Block a user