mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
feat: improve word wrapping in ChatLine
This commit is contained in:
@@ -772,7 +772,7 @@ public sealed class MainWindow : Runnable
|
||||
if (width > 0)
|
||||
{
|
||||
foreach (var line in messages)
|
||||
source.AddRange(line.Wrap(width));
|
||||
source.AddRange(line.Wrap(width, line.ContinuationIndent));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user