From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28694 invoked by alias); 22 Jul 2015 10:43:47 -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: 20335 Received: (qmail 1843 invoked from network); 22 Jul 2015 10:43:45 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.0 X-AuditID: cbfec7f4-f79c56d0000012ee-5c-55af73dfb15b Date: Wed, 22 Jul 2015 11:43:15 +0100 From: Peter Stephenson To: zsh-users@zsh.org Subject: Re: how to get zsh to work with a screen reader Message-id: <20150722114315.09444feb@pwslap01u.europe.root.pri> In-reply-to: <20150722103446.GQ21160@localhost.mi.fu-berlin.de> References: <26940.1437503861@ccs.covici.com> <150721155605.ZM15346@torch.brasslantern.com> <5541.1437519744@ccs.covici.com> <20150722103446.GQ21160@localhost.mi.fu-berlin.de> Organization: Samsung Cambridge Solution Centre X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; i386-redhat-linux-gnu) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrCLMWRmVeSWpSXmKPExsVy+t/xK7r3i9eHGnw/xG+x4+RKRgdGj1UH PzAFMEZx2aSk5mSWpRbp2yVwZexealnwl61ixsm5jA2Mx1m7GDk5JARMJL62voWyxSQu3FvP 1sXIxSEksJRR4sX9DihnGpPEhwX9TBDONkaJ/Vd/MoK0sAioSuw41QDWziZgKDF102ywuIiA qMTyFZvZQWxhAQuJ6X+bmEFsXgF7ic8PvoDVcwLZzYsvMkMM3cwocXjdbzaQBL+AvsTVv5+Y IG6yl5h55QwjRLOgxI/J91hAbGYBLYnN25pYIWx5ic1r3oItEBJQl7hxdzf7BEahWUhaZiFp mYWkZQEj8ypG0dTS5ILipPRcQ73ixNzi0rx0veT83E2MkLD9soNx8TGrQ4wCHIxKPLwTjq4L FWJNLCuuzD3EKMHBrCTC+yJrfagQb0piZVVqUX58UWlOavEhRmkOFiVx3rm73ocICaQnlqRm p6YWpBbBZJk4OKUaGD3jci0FloTuv61lkaZ/esFsp2jBe8vZrNrd7qz5fD8/NumLu6jdLsGH hTNfnt5+r0nuwMqzdxZMnzL5ZuXJRzuk3K9f/1NZX3oit/d89+XDb360L1OdXcXOzhdb0Mr/ 4eFSw+j+/uduL0TOR8twqb+J7uKqW5xSmnD13W6OFP2w9fYWodtutyqxFGckGmoxFxUnAgCc FA+bVwIAAA== On Wed, 22 Jul 2015 12:34:49 +0200 "Christoph (Stucki) von Stuckrad" wrote: > On Tue, 21 Jul 2015, covici@ccs.covici.com wrote: > > > > The ZLE editor does not use the curses package for screen optimization, > > It might be a strange idea, but what happenes in different > terminal-emulators? Something else that might just be worth a look at is the shell parameter BAUD, which indicates the terminal speed. It's not much used these days, and isn't set by default, but you can set it to an estimate of the terminal speed in bits per second. This changes the way the shell decides to redisplay things. In particular, if it's small but non-zero, the shell knows updates to the output take a long time --- which is exactly your case, in effect. The code for this is still there, though I don't think it's had much attention for some time. pws