hellerchen / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

Text remnants remain at bottom of the screen #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
when the screen scrolls some parts of letters are left on the bottom of the
screen.

Original issue reported on code.google.com by not...@gmail.com on 24 Oct 2008 at 1:55

GoogleCodeExporter commented 8 years ago
agreed, this is annoying.  i think its related to measuring the font metrics 
slightly
wrong.  only appears at bottom row, so should be easy to just extend the height
metric on the last row.

Original comment by Jeffrey.Sharkey on 25 Oct 2008 at 6:11

GoogleCodeExporter commented 8 years ago

Original comment by Jeffrey.Sharkey on 25 Oct 2008 at 6:11

GoogleCodeExporter commented 8 years ago
fixed in latest svn.  the bitmap used for rendering is now of integral height.

still needs a little debugging because "cruft" still shows up when screen is 
cleared,
like with vim.

Original comment by Jeffrey.Sharkey on 25 Oct 2008 at 7:07

GoogleCodeExporter commented 8 years ago
I think I fixed this with SVN r99

Original comment by kenny@the-b.org on 31 Oct 2008 at 9:44