From owner-freebsd-questions@FreeBSD.ORG Wed Mar 1 09:36:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 108E516A420 for ; Wed, 1 Mar 2006 09:36:40 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2CD843D5A for ; Wed, 1 Mar 2006 09:36:35 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: by xproxy.gmail.com with SMTP id t5so57646wxc for ; Wed, 01 Mar 2006 01:36:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XouW1JJMy35sAOa+Rss8a859IXKZ1d8TmYxxO15ST03C9UhyWqTD5GFM6BddmiDCs0QkYB8RvX+tS9srOv4YGiHGocqK4c0vCdFCLSwWIr/V4Dnsor5AiyrAff/tnYIMn6tu2LZmDjc9od3wSTwxhxY0cEh7j+f272dHREWJ+ww= Received: by 10.70.125.8 with SMTP id x8mr1706893wxc; Wed, 01 Mar 2006 01:36:35 -0800 (PST) Received: by 10.70.117.9 with HTTP; Wed, 1 Mar 2006 01:36:35 -0800 (PST) Message-ID: Date: Wed, 1 Mar 2006 10:36:35 +0100 From: "Svein Halvor Halvorsen" Sender: sveinhal@gmail.com To: "Andrew Spott" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4ef61ea20603010126p38a04f26p11d85c060d068c2@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: console beep? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 09:36:40 -0000 Sorry about all the typos. Bah! On 3/1/06, Svein Halvor Halvorsen wrote: > On 3/1/06, Andrew Spott wrote: > > Hi. I'd like to change the console beep to a visual beep whenever > > possible. Not only in X, but also in the console. > > At least you could have readline ommit the beep and issue a visual > signal, bu placing this in your .inputrc-file: > > set bell-style visible > > This wil hoevere only affect thoes programis using the readline > system, eg. bash among others. >