Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - terminal bell - how to stop?: (4 Items)
   
terminal bell - how to stop?  
Hi,
Does anyone know how to turn off the terminal bell. 
i used 
stty -imaxbel 

... no luck.
(btw I am using bash from the 6.x.x 3rd party software repository)
RE: terminal bell - how to stop?  
Take a read of 

sendreceivereply.wordpress.com

Thomas 

> -----Original Message-----
> From: Prem Mallappa [mailto:prem.mallappa@gmail.com] 
> Sent: September 23, 2007 3:18 AM
> To: osmeta-core_os
> Subject: terminal bell - how to stop?
> 
> Hi,
> Does anyone know how to turn off the terminal bell. 
> i used
> stty -imaxbel 
> 
> ... no luck.
> (btw I am using bash from the 6.x.x 3rd party software repository)
> 
> 
> _______________________________________________
> OSMeta
> http://community.qnx.com/sf/go/post1520
> 
Re: RE: terminal bell - how to stop?  
Thanks Thomas,
That worked.
To make it easy for people reading forum

put the following line in your $HOME/.profile:
printf '%c[=1;1;B` 0x1b > /dev/con1

Re: RE: terminal bell - how to stop?  
> Thanks Thomas,
> That worked.
> To make it easy for people reading forum
> 
> put the following line in your $HOME/.profile:
> printf '%c[=1;1;B` 0x1b > /dev/con1

I think that this issue irked Colin enough that he is working the
code into one or more utilities so that we don't all have to suffer
the constant annoying beeps every time we hit ESC =;-)

Thomas