From: Eon S. Jeon Date: Sun, 11 Aug 2013 10:42:30 +0000 (-0400) Subject: Regarding commit 7e3cff3 X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=f3d438b1015a031bc543bb2d65c81cc2329787d4;hp=f3d438b1015a031bc543bb2d65c81cc2329787d4;p=st.git Regarding commit 7e3cff3 Hello. I reviewed and tested commit 7e3cff3, and made a patch that fixes some problems in it. 1. There's a semicolon after an if statement, which is obviously a typo. 2. The current way of calculating text position in "xdraws" yields inconsistent results in some cases. This is due to the use of "font->width", which varies. Instead, "xw.cw" has to be used as the character width. Sincerely, Eon ---