Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ZBEEP doesn't work
- X-seq: zsh-users 20037
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: zsh-user <zsh-users@xxxxxxx>
- Subject: Re: ZBEEP doesn't work
- Date: Wed, 25 Mar 2015 09:43:00 +0000
- In-reply-to: <20150325064723.GA2980@localhost.localdomain>
- 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
- Organization: Samsung Cambridge Solution Centre
- References: <20150325064723.GA2980@localhost.localdomain>
On Wed, 25 Mar 2015 14:47:23 +0800
Han Pingtian <hanpt@xxxxxxxxxxxxxxxxxx> wrote:
> 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?
That way of doing things is certainly a bit VT100-age.
If your terminal has a visual bell, you're better off using that. xterm
and rxvt do but I haven't checked the various GUI system terminal
emulators. The option is -vb and the resource is visualBell.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author