From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3903 invoked by alias); 25 Mar 2015 08:11:04 -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: 20036 Received: (qmail 18473 invoked from network); 25 Mar 2015 08:10:50 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.2 Date: Wed, 25 Mar 2015 14:47:23 +0800 From: Han Pingtian To: zsh-user Subject: ZBEEP doesn't work Message-ID: <20150325064723.GA2980@localhost.localdomain> Mail-Followup-To: zsh-user MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15032508-0009-0000-0000-000009AEA5B0 Hi, I have tried to set ZBEEP to "\e[?5h\e[?5l" according to the manual, but it doesn't make the terminal flashing. Because it's too quick the reverse video on and off. If I run a command like this: % print -b '\e[?5h';sleep 0.05;print -b '\e[?5l' then there is a flashing on the screen. So what can I set in ZBEEP for a screen flashing? Thanks.