From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17231 invoked by alias); 16 May 2013 14:09:45 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17807 Received: (qmail 2379 invoked from network); 16 May 2013 14:09:38 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at bewatermyfriend.org does not designate permitted sender hosts) From: Frank Terbeck To: Michel Cc: zsh-users@zsh.org Subject: Re: Update size of term In-Reply-To: (Michel's message of "Thu, 16 May 2013 15:27:15 +0200") References: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Date: Thu, 16 May 2013 15:55:46 +0200 Message-ID: <8738tnqba5.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain X-Df-Sender: [pbs]MDExNTM1 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: --g "" should be a release tag, such as "zsh-5.0.2" and "" 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