mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-23 11:32:53 +08:00
Reserve a bit more data for the terminal widget
This commit is contained in:
parent
8544f30d9f
commit
796b844c4b
@ -991,7 +991,7 @@ void Widgets::Terminal::initBuffer()
|
||||
{
|
||||
m_data.clear();
|
||||
m_data.squeeze();
|
||||
m_data.reserve(1024 * 100);
|
||||
m_data.reserve(1024 * 1024);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user