From owner-freebsd-questions@FreeBSD.ORG Sun Mar 27 17:50:03 2005 Return-Path: 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 A433316A4CE for ; Sun, 27 Mar 2005 17:50:03 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A7DF43D31 for ; Sun, 27 Mar 2005 17:50:03 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so1216777rng for ; Sun, 27 Mar 2005 09:50:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=aY/+T4dFuQjh2LF2f2cbQ2DOnWQOslIWMG8Xypq9gUJVeOFPxAGAC5TuOBHB06fcaQSlbcYbuzwjjSsUcswVjgAw9htoiTbONM/Ew5X4q6PzhZzUWb6CMhh9QuW+CNuek/JIUgNsh69gpF6IUMRBnlD4cSxlK29PyxpjoaQAKSg= Received: by 10.38.9.52 with SMTP id 52mr2124975rni; Sun, 27 Mar 2005 09:50:02 -0800 (PST) Received: by 10.38.74.23 with HTTP; Sun, 27 Mar 2005 09:50:01 -0800 (PST) Message-ID: Date: Sun, 27 Mar 2005 19:50:01 +0200 From: Gert Cuykens To: Christopher Nehren In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <8953a1db05032704457baca3cf@mail.gmail.com> cc: freebsd-questions@freebsd.org Subject: Re: which shell irc client do you like ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 17:50:03 -0000 On Sun, 27 Mar 2005 17:41:25 +0000 (UTC), Christopher Nehren wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 2005-03-27, Gert Cuykens scribbled these > curious markings: > >> Surely you have screen(1) set up to show terminal beeps to you > >> *somehow*, right? I personally prefer having it use esdplay because I > >> usually have rhythmbox going, but you should be able to use a good ol' > >> terminal bell. > > > > so how do you do the beep thingie ? Becuase i did not find it ? > > By default, screen translates terminal bells into messages which are > displayed at the bottom of the screen. The bad thing about this is that > it dismisses such messages as soon as you hit a key. What this means is > that if you're typing away at a document of some sort and someone > mentions your nick on IRC, you may not notice. Using ^A-G (default > keybindings) will make the bell audible, so that you'll be able to hear > it. Whether your terminal emulation program that you use to log into the > system translates it into something visual is another matter. If you > want to always use this setting but you don't want to have to hit ^A-G > every time you start screen, put this in a file named ~/.screenrc: > > vbell off > > And you'll never see that annoying visual bell ever again. And how do you turn on beeps in irssi ?