From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12993 invoked by alias); 30 Sep 2015 16:42:12 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36721 Received: (qmail 10671 invoked from network); 30 Sep 2015 16:42:11 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=iRmn1VjTSQcM7L9TOdcg1gUd+RLfpX7JWwhPRuw1JFw=; b=u05DsAqHeYg44rrz1ELZqjcOyDW+SM9WBsIbo4UD81JaxrYeY3/WgS4yZL8B2bhNQy 56s2SoK3ZdJP932iALog2eeHKZXbbmrro/6HOnQxurqzwUZO09o9vPH6kGNVTTcZNxKK b90UoBLQ9+uXyXWek/JO6ilfRTxhEIyUnooiL0xBGgFMYL69QqBbmBeAYElTHYmLy8Fi eOdxhyTNHljRxyC5vxw0vs93eG0+vD+j8hEqVmr4uMSgJjN+Z5INR6Yw8gUa1nQN9Zn2 Hb/7j0f8J9Elip0Wssx4S97No1adpk3ZzWb8fHUuKnsqObMkHuQ8VTwo2LAcAtGy/Cct b0ww== X-Received: by 10.140.148.211 with SMTP id 202mr5656849qhu.29.1443631326215; Wed, 30 Sep 2015 09:42:06 -0700 (PDT) Subject: Re: zcurses input timeout and window resizing To: "Jun T." , zsh-workers@zsh.org References: <560BAE3B.5050409@apjanke.net> From: Andrew Janke Message-ID: <560C10D6.9010505@gmail.com> Date: Wed, 30 Sep 2015 12:41:58 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 9/30/15 9:34 AM, Jun T. wrote: > 2015/09/30 18:41, Andrew Janke wrote: >> Tested on both zsh 5.0.2 and 5.1.1. > Are you sure about this? > Testing on OS X 10.9.5 indicates that /bin/zsh (5.0.2, installed > by Apple) has the problem, but 5.1.1 (my own build, but linked to > /usr/bin/libncurses.5.4.dylib, which is installed by Apple) works OK. Yes, though I don't know if there are other relevant differences between the builds. I tested it against the system /bin/zsh (5.0.2) and a Homebrew-managed /usr/local/bin/zsh (5.1.1), and both had the problem. I'll see if I can narrow it down further by adjusting the build options and seeing if I can isolate one that makes the difference.