jumaris / connectbot

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

Font size volume down counter continues after maximum #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Log in to a server.
2. Press volume down a bunch of times, until it no longer changes the font
size.
3. Press volume down a few more times.
4. Press volume up, notice how it does not increase the font size until you
press volume up several times.

What is the expected output? What do you see instead?

The font size should immediately change upon pressing volume up.

What version of the product are you using (you can see this by using Menu
-> About in the Host List)?

1.2 (r109 2008.11.03)

What type of system are you trying to connect to?

N/A

If you are able to connect, what is the output of "echo $TERM", "uname -a",
and any other relevant information on the host?

N/A

Please provide any additional information below.

setFontSize(float) may store a negative number in fontSize. A font size of
2 is unreadable (at least as individual characters go) so should probably
be the minimum. I have no ideas on what a maximum size would be.

Original issue reported on code.google.com by dpkirch...@gmail.com on 27 Dec 2008 at 3:39

GoogleCodeExporter commented 8 years ago
ahem, I meant "minimum" in the subject. My bad.

Original comment by dpkirch...@gmail.com on 27 Dec 2008 at 3:40

GoogleCodeExporter commented 8 years ago
Thanks, I just limited it to greater than 0. There might be a device that can 
read
fonts that small in the future. Fixed in r182

Original comment by kenny@the-b.org on 19 Jan 2009 at 1:46