2007-06-04 Behdad Esfahbod Released vte-0.16.5. * NEWS: Updated. * configure.in: Bumped version to 0.16.5. * src/Makefile.am: Bumped libtool version to 11:9:2. 2007-05-30 Chris Wilson fcrozat pointed out 'some strange "underline" line where cursor is located and blinking'. * src/vte.c (vte_terminal_draw_rows): Continuation of the previous commit: catch a couple more locations where we need to skip past the end of the line. The problem in this case was we tried to use some uninitialised variables whilst trying to draw the cell attributes.