Skip to content

Commit

Permalink
Show more lines in chat scrollback buffer (#14290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sokomine committed Jan 24, 2024
1 parent 6a2eb4d commit 4468813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chat.cpp
Expand Up @@ -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)
{
}

Expand Down

0 comments on commit 4468813

Please sign in to comment.