svenstaro / rofi-calc

🖩 Do live calculations in rofi!
MIT License
988 stars 32 forks source link

skip escaping some unicode math symbols #109

Closed arades79 closed 1 year ago

arades79 commented 1 year ago

add some math symbols to skip glib escape for -calc-command

Fixes #108

If needed, I could put the extra escapes behind an argument like -calc-command-skip-escapes. Not sure of all the -calc-command use-cases and how this could affect them.

svenstaro commented 1 year ago

Cool though please also add a comment explaining why we do that.

arades79 commented 1 year ago

Done

svenstaro commented 1 year ago

Cool, thanks!