mtpraveen / connectbot

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

Auto-resize terminal on soft keyboard pop-up/down #243

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open a terminal session somewhere
2. pop open the soft keyboard to compose text / a complicated sh pipeline
3. the soft keyboard obscures the cursor
4. I have to (momentarily, manually) force the terminal size down so that I 
can see what I'm typing, and then manually force it back.

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

When the soft keyboard comes up, the terminal should automatically be 
resized to the "right" height.  I don't know if it's even possible to 
always determine what part of your app is still exposed, but if it's not 
possible to get that information then at least let me specify the height 
the terminal should be in portrait / landscape modes with my default IME 
and use those.

Original issue reported on code.google.com by philsnow on 23 Dec 2009 at 5:49

GoogleCodeExporter commented 9 years ago
I just noticed recently that this bug is only with 
full screen mode. I turned off full screen mode 
and the terminal correctly resizes to the viewable 
area above the keyboard.

Original comment by pfmil...@gmail.com on 21 Feb 2010 at 6:09