mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Show more lines in chat scrollback buffer (#14290)
This commit is contained in:
parent
6a2eb4da07
commit
4468813d47
1 changed files with 2 additions and 2 deletions
|
@ -775,9 +775,9 @@ void ChatPrompt::clampView()
|
||||||
|
|
||||||
|
|
||||||
ChatBackend::ChatBackend():
|
ChatBackend::ChatBackend():
|
||||||
m_console_buffer(500),
|
m_console_buffer(1500),
|
||||||
m_recent_buffer(6),
|
m_recent_buffer(6),
|
||||||
m_prompt(L"]", 500)
|
m_prompt(L"]", 1500)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue