1
0
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:
CrazyladMT
2025-12-24 05:58:17 -05:00
committed by GitHub
parent 8d1db8413f
commit c7300c1319
2 changed files with 11 additions and 9 deletions

View File

@@ -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();