Show more lines in chat scrollback buffer (#14290)

This commit is contained in:
Sokomine 2024-01-24 19:41:29 +01:00 committed by GitHub
parent 6a2eb4da07
commit 4468813d47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{
}