Resolving merge conflicts

This commit is contained in:
BDisp
2025-11-12 15:25:29 +00:00
parent 012356eaeb
commit 87ea2af9bf
49 changed files with 2374 additions and 2030 deletions

View File

@@ -701,7 +701,7 @@ w ";
for (var i = 0; i < 4; i++)
{
text += Application.Driver?.Contents [0, i].Rune;
text += Application.Driver?.Contents [0, i].Grapheme;
}
return text;