mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Minor tweak
This commit is contained in:
@@ -1164,6 +1164,9 @@ static int WriteOneColLine(int col)
|
||||
numwritten++;
|
||||
} else {
|
||||
if (wcwidth(*ws) > 0) {
|
||||
if (numwritten + wcwidth(*ws) > ColSpaces) {
|
||||
break;
|
||||
}
|
||||
numwritten += wcwidth(*ws);
|
||||
}
|
||||
PutWideChar(*ws);
|
||||
|
||||
Reference in New Issue
Block a user