I'm using Secure Shell in the browser and when I resize my browser window and go into vim, the layout is messed up and it is still thinking the terminal size is what it was when I originally connected to the server. Is this a known issue? Any way to manually update the terminal dimensions based on the new window size?
--
You received this message because you are subscribed to the Google Groups "chromium-hterm" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/e3688e2e-096f-430a-93e9-8934fa323612%40chromium.org.
* You're running Secure Shell in a tab rather than as a window? Is it any better if you run in a window?
* Can you confirm, using `stty -a` that the terminal dimensions really are wrong?
08:18AM # stty -a speed 38400 baud; rows 54; columns 228; line = 0;After resize:
stty -a speed 38400 baud; rows 54; columns 228; line = 0;
* Do the terminal dimensions appear in an overlay when you resize?
Yes
* Any errors in the js console?
* Does changing the font size (ctrl plus, then ctrl zero) fix the dimensions?
On Jul 29, 2015 9:16 AM, <j.greg...@gmail.com> wrote:
>>
>> * You're running Secure Shell in a tab rather than as a window? Is it any better if you run in a window?
>
>
> I'm running in a chrome tab on Mac OSX. I can try on my chromebook later to see if it happens in a window
>
>> * Can you confirm, using `stty -a` that the terminal dimensions really are wrong?
>
>
> Before resize:
>
> 08:18AM # stty -a
> speed 38400 baud; rows 54; columns 228; line = 0;
>
> After resize:
>
> stty -a
> speed 38400 baud; rows 54; columns 228; line = 0;
>
>
>> * Do the terminal dimensions appear in an overlay when you resize?
>
>
>
> Yes
>
>
>> * Any errors in the js console?
>
>
> Looks I get an substr error when setting a color on init. Might be my customization, I'll look into this.
>
Try changing the terminal profile field to anything, this will let you run with the default prefs without actually disturbing your customizations.
>> * Does changing the font size (ctrl plus, then ctrl zero) fix the dimensions?
>
>
> Nope
>
> On Wednesday, July 29, 2015 at 9:06:44 AM UTC-7, Robert Ginda wrote:
>>
>> Doesn't sound familiar to me.
>>
>> * You're running Secure Shell in a tab rather than as a window? Is it any better if you run in a window?
>> * Can you confirm, using `stty -a` that the terminal dimensions really are wrong?
>> * Do the terminal dimensions appear in an overlay when you resize?
>> * Any errors in the js console?
>> * Does changing the font size (ctrl plus, then ctrl zero) fix the dimensions?
>>
>>
>> Rob.
>>
>> On Wed, Jul 29, 2015 at 9:02 AM, <j.greg...@gmail.com> wrote:
>>>
>>> I'm using Secure Shell in the browser and when I resize my browser window and go into vim, the layout is messed up and it is still thinking the terminal size is what it was when I originally connected to the server. Is this a known issue? Any way to manually update the terminal dimensions based on the new window size?
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups "chromium-hterm" group.
>>> To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/e3688e2e-096f-430a-93e9-8934fa323612%40chromium.org.
>>
>>
> --
> You received this message because you are subscribed to the Google Groups "chromium-hterm" group.
> To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/3a750b66-6b50-4229-9323-040dd2be71f6%40chromium.org.
Did the js console error go away?