mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Add LRM char if we're using Unicode drawing chars
This commit is contained in:
@@ -1196,6 +1196,10 @@ static int WriteOneColLine(int col)
|
||||
printf("%s", Decolorize(e->r, e->g, e->b));
|
||||
}
|
||||
|
||||
/* Send a lrm control sequence if UseUTF8Chars is enabled */
|
||||
if (UseUTF8Chars) {
|
||||
printf("\xE2\x80\x8E");
|
||||
}
|
||||
/* Flesh out the rest of the column */
|
||||
while(numwritten++ < ColSpaces) putchar(' ');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user