lfos / calcurse

A text-based calendar and scheduling application
https://calcurse.org
BSD 2-Clause "Simplified" License
990 stars 94 forks source link

Does calcurse support Unicode? #472

Closed gaurav-cheema closed 1 year ago

gaurav-cheema commented 1 year ago

I am trying to add a strikethrough feature to TODO items. I concatenated strings with \u0336 and did this: '\e[9m' + mesg + '\e'

but it doesnt display the strikethrough. The terminal is using UTF8, i checked. And the second method works perfectly in the terminal (when using echo but not in the program.

gaurav-cheema commented 1 year ago

Ok i made some progress. Will update with new progress.

gaurav-cheema commented 1 year ago

Figured out Unicode compatibility