Reserve a bit more data for the terminal widget

This commit is contained in:
Alex Spataru 2024-11-30 00:06:53 -05:00
parent 8544f30d9f
commit 796b844c4b

View File

@ -991,7 +991,7 @@ void Widgets::Terminal::initBuffer()
{
m_data.clear();
m_data.squeeze();
m_data.reserve(1024 * 100);
m_data.reserve(1024 * 1024);
}
/**