mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01: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():
|
||||
m_console_buffer(500),
|
||||
m_console_buffer(1500),
|
||||
m_recent_buffer(6),
|
||||
m_prompt(L"]", 500)
|
||||
m_prompt(L"]", 1500)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue