Re: [dev] [st] bitmap font and chscale 1< line drawing bug

2016-09-07 Thread lemon
(short)(winy + frc[f].font->ascent); xp += runewidth; numspecs++; } -- lemon

Re: [dev] [st] bitmap font and chscale 1< line drawing bug

2016-09-07 Thread lemon
esn't happen in earlier versions, you could use > git-bisect (https://git-scm.com/docs/git-bisect) to figure out which > commit introduced the problem. > > Eric This did not happen in st-0.6. Okay I'll check out git-bisect and see if I can figure it out. I'll submit a patch or pull request if I find a solution. Thanks. lemon

[dev] [st] bitmap font and chscale 1< line drawing bug

2016-09-07 Thread lemon
After moving to st-0.7, I am experiencing a bug with line drawing. When using a bitmap font (eg terminus) and a chscale=1.2 in config.h, every vertical line has gaps in it (ex tree or tmux). This persists for different bitmap fonts but goes away when chscale is set to 1.0. gcc version 5.4.0 (CRU