Raphael Amorim
Raphael Amorim
Of course! I also think it should be configurable! Will mark this to take a look
Implemented part of it on [5d6bb98](https://github.com/raphamorim/rio/commit/5d6bb989a6937e240c577f5e6d70ce372eea3cba) (now can disable hinting)
> OK, debugging & learning the project for about 2 hours now (plus I'm new to Rust.. 😆 ). > > TLDR: I have no idea to disable anti-alias, haha!...
Hey @dev-nicolaos thanks for the issue! Are you using the default configuration file?
It was supposed to be working already https://github.com/davidshepherd7/terminal-here/blob/master/terminal-here.el#L282 considering it runs a `-e` with open current directory on a cd 🤔
@dpassen could you check if is reproducible in the latest?
Thank you @boringplay marked this as a bug to take a look
I figured out part of the issue, apperantly is happening some recalculation of width in parallel. Will keep investigating
Ok we are getting somewhere then.
To be frank I think we can actually use fixed values, would you mind doing a PR? Originally it was written with round because of different line heights and would...