Re: [Ubuntu-phone] adb shell and termcap

2016-04-08 Thread Alan Pope
On 8 April 2016 at 12:29, Alan Bell wrote: > 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 >

Re: [Ubuntu-phone] adb shell and termcap

2016-04-08 Thread Alan Bell
On 08/04/16 12:54, Alan Pope wrote: On 8 April 2016 at 12:29, Alan Bell wrote: 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

Re: [Ubuntu-phone] adb shell and termcap

2016-04-08 Thread Oliver Grawert
hi, Am Freitag, den 08.04.2016, 12:29 +0100 schrieb Alan Bell: > 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

[Ubuntu-phone] adb shell and termcap

2016-04-08 Thread Alan Bell
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