]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Pango-based font handling: combine display of adjacent characters
authorSimon Tatham <anakin@pobox.com>
Mon, 11 May 2009 08:46:17 +0000 (08:46 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 11 May 2009 08:46:17 +0000 (08:46 +0000)
commit4c0b7ba7e488d5ffd25785989bf42c0792940e56
treec0430289ef05c8e1319fef935d14bd9212327454
parent8b88d653de81fd36d3a519172413f673a548d8e9
Pango-based font handling: combine display of adjacent characters
into a single gdk_draw_layout() where conveniently feasible, after
some work with xtrace revealed this as a major source of pterm's
slow display updates when using client-side fonts.

Ideally we ought to be able to do better. I know exactly what
sequence of X protocol operations I want to see on the wire, but I
don't know how to persuade Pango to generate them.

[originally from svn r8558]
unix/gtkfont.c