forked from Mirrorlandia_minetest/minetest
Show more lines in chat scrollback buffer (#14290)
This commit is contained in:
parent
6a2eb4da07
commit
4468813d47
@ -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…
Reference in New Issue
Block a user