Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Update size of term
- X-seq: zsh-users 17807
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: Michel <michel.barret@xxxxxxxxx>
- Subject: Re: Update size of term
- Date: Thu, 16 May 2013 15:55:46 +0200
- Cc: zsh-users@xxxxxxx
- In-reply-to: <CADprNY=x9RERE3hA1XCSFyaJbpyETtAcn8C08e8wFdFp_M2+vA@mail.gmail.com> (Michel's message of "Thu, 16 May 2013 15:27:15 +0200")
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CADprNY=x9RERE3hA1XCSFyaJbpyETtAcn8C08e8wFdFp_M2+vA@mail.gmail.com>
Michel wrote:
> I have a little problems with using of zsh with ssh.
> I'm connect to a ssh server, when I connect to the login shell is bash.
> I run zsh (with the command zsh or with "exec zsh"), but when I resize my
> terminal zsh don't update the size. In bash (before running of zsh), the
> size is correctly updated.
>
> Do you have any track to resolve my problem?
Which version of zsh are you using? If it is a git-snapshot that is a
few weeks old, there might have been a bug that you are now seeing.
If you are using a git-snapshot, you can examine the value of
$ZSH_PATCHLEVEL. It has the following format:
<nearest-tag>-<number-of-commits-since-that-tag>-g<sha1-sum-of-commit>
"<nearest-tag>" should be a release tag, such as "zsh-5.0.2" and
"<number-of-commits-since-that-tag>" should be an integer.
The 85th commit since the 5.0.2 release should fix the bug I'm thinking
of. It has a sha1-sum of "2405b0a", thus $ZSH_PATCHLEVEL should look at
least like this:
zsh-5.0.2-85-g2405b0a
Any integer larger than 85 should be okay, too. Any commit before
zsh-5.0.2 should be okay, as well.
Regards, Frank
Messages sorted by:
Reverse Date,
Date,
Thread,
Author