ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #19528
adb shell and termcap
running adb shell gives a terminal that wraps at about 80 characters so
you overwrite the prompt and it all gets a bit messy, turns out that
stty can be used to make it wider
stty rows 60 cols 156
but it is still not auto-resizing the terminal to the size of the window.
is this something that we can get to work properly so that connecting to
a phone with adb shell works as one would expect connecting from one
Ubuntu machine to another Ubuntu machine would work?
Alan.
Follow ups