mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-30 01:55:22 +01:00
Preserve color across newline‑split log messages in chat (#16769)
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
|
||||
// Append chat line
|
||||
// Removes oldest chat line if scrollback size is reached
|
||||
void addLine(const std::wstring &name, const std::wstring &text);
|
||||
void addLine(const EnrichedString &name, const EnrichedString &text);
|
||||
|
||||
// Remove all chat lines
|
||||
void clear();
|
||||
|
||||
Reference in New Issue
Block a user