]> git.tdb.fi Git - ext/subsurface.git/commit
Printing: use pango markup for text generation
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Sep 2011 05:09:38 +0000 (22:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Sep 2011 05:09:38 +0000 (22:09 -0700)
commit3fd66cc69b89568199469b26e2ccf1afe4cc4bdb
tree0c0652cf53b96b255c29aa5aea47f20479938d31
parentd8d631aa842a996af518db8e5f2c3721fceb59e3
Printing: use pango markup for text generation

This gets us text wrapping etc.  I think I have some serious memory leak
somewhere, though, because if I print out all my dives it eventually
ends up with broken dives and doesn't complete.  But I am going to
commit this as a "it kind of works" point.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
print.c