2013年12月4日水曜日 14時17分35秒 UTC+9 Thomas Tuegel: > On Thu, Nov 28, 2013 at 3:31 PM, <[email protected]> wrote: > > > Hi Thomas, > > > I applied the above patch and tested at Windows XP. > > > > > > It seems to fix the issue at "main text area", except "command line area" > > and "completion popup menu". > > > Is the problem of "command line area" fixed at GTK? > > > > > > best regards, > > > Masamichi ABE > > > > I don't see the subpixel artifacts in the command line area using GTK > > at all. Can you give an example of some command which produces the > > artifacts on Windows? > > > > The patch changes 'screen_line()', which is responsible for actually > > rendering all text (if I understand correctly). So, this patch > > _should_ fix text rendering everywhere. If not, then I wonder if the > > Windows GUI renders those areas differently. > > > > Regards, > > Thomas Tuegel
Thanks for your reply. a procedure to produce the subpixel artifacts on XP is as follows, 1. set guifont=lucida_console:h8. 2. in command-mode and input 'D'. 3. input space to the start of line. (in the simplest of terms, :D<HOME><SPACE><SPACE><SPACE>...) maybe yellow line appears. but provided the line does not appear on GTK, it may be different problem as you say. best regards, Masamichi ABE -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
<<attachment: subpixel rendering.png>>
