From owner-freebsd-questions@FreeBSD.ORG Sun Mar 27 17:42:28 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 DDE7816A4CF for ; Sun, 27 Mar 2005 17:42:28 +0000 (GMT) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E05443D4C for ; Sun, 27 Mar 2005 17:42:27 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DFblc-0000Hg-2k for freebsd-questions@freebsd.org; Sun, 27 Mar 2005 19:41:40 +0200 Received: from pcp08490587pcs.levtwn01.pa.comcast.net ([68.83.169.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Mar 2005 19:41:40 +0200 Received: from apeiron+usenet by pcp08490587pcs.levtwn01.pa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Mar 2005 19:41:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Christopher Nehren Date: Sun, 27 Mar 2005 17:41:25 +0000 (UTC) Organization: /usr/bin/false Lines: 42 Message-ID: References: <8953a1db05032704457baca3cf@mail.gmail.com> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pcp08490587pcs.levtwn01.pa.comcast.net User-Agent: slrn/0.9.8.1 (FreeBSD) Sender: news Subject: Re: which shell irc client do you like ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 17:42:29 -0000 -----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. Best Regards, Christopher Nehren -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCRvDnk/lo7zvzJioRAvQqAKCwMobp9DMHT/yNlEgeehsU97SS1wCdH6gp ZzWiNWqBEjNfFnvNcBLzaCA= =R0Kg -----END PGP SIGNATURE----- -- I abhor a system designed for the "user", if that word is a coded pejorative meaning "stupid and unsophisticated". -- Ken Thompson If you ask the wrong questions, you get answers like "42" and "God". Unix is user friendly. However, it isn't idiot friendly.