From owner-freebsd-questions@FreeBSD.ORG Wed Mar 1 09:35:14 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 EA8C916A420 for ; Wed, 1 Mar 2006 09:35:14 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50C1643D48 for ; Wed, 1 Mar 2006 09:35:14 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: by xproxy.gmail.com with SMTP id h31so60012wxd for ; Wed, 01 Mar 2006 01:35:13 -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=sUbgWRRFxHRKsDQF2JGj2gEpVXw08vLGms0T16Hg4ysejlKR/Wi0yxtCQN4gpg2MV7DwetrtOvxYw3Jnb0VqKfrVfIanmxE9yMtwtFS9QAwTUpFZPlHWSA8WjEzlj/UBs4w+qQLYz+ZPLTqc0g7KZ3EcNTnVL8EinHjZ1LbJLSo= Received: by 10.70.109.20 with SMTP id h20mr1703499wxc; Wed, 01 Mar 2006 01:35:13 -0800 (PST) Received: by 10.70.117.9 with HTTP; Wed, 1 Mar 2006 01:35:13 -0800 (PST) Message-ID: Date: Wed, 1 Mar 2006 10:35:13 +0100 From: "Svein Halvor Halvorsen" Sender: sveinhal@gmail.com To: "Andrew Spott" In-Reply-To: <4ef61ea20603010126p38a04f26p11d85c060d068c2@mail.gmail.com> 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:35:15 -0000 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.