diff --git a/src/chat.cpp b/src/chat.cpp index a704996fc..4ba074538 100644 --- a/src/chat.cpp +++ b/src/chat.cpp @@ -775,9 +775,9 @@ void ChatPrompt::clampView() ChatBackend::ChatBackend(): - m_console_buffer(500), + m_console_buffer(1500), m_recent_buffer(6), - m_prompt(L"]", 500) + m_prompt(L"]", 1500) { }