GUI TTY: fix a regression (#12855)

This commit is contained in:
Elad Ashkenazi 2022-10-21 20:05:21 +03:00 committed by GitHub
parent 9a5dbda063
commit c4c710d39d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ void log_frame::UpdateUI()
while (str_index < m_tty_buf.size())
{
buf_line = m_tty_buf.substr(str_index, m_tty_buf.find_first_of('\n'));
buf_line.assign(std::string_view(m_tty_buf).substr(str_index, m_tty_buf.find_first_of('\n', str_index) - str_index));
str_index += buf_line.size() + 1;
// Ignore control characters and greater/equal to 0x80