From owner-freebsd-newbies@FreeBSD.ORG Tue Nov 16 20:31:19 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A768316A4D0 for ; Tue, 16 Nov 2004 20:31:19 +0000 (GMT) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5877D43D53 for ; Tue, 16 Nov 2004 20:31:19 +0000 (GMT) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.12.6/8.12.6) with ESMTP id iAGKVG46043040 for ; Tue, 16 Nov 2004 14:31:19 -0600 (CST) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200411162031.iAGKVG46043040@dc.cis.okstate.edu> To: freebsd-newbies@freebsd.org Date: Tue, 16 Nov 2004 14:31:16 -0600 From: Martin McCormick Subject: Putting a Bell Character in the CSH Prompt X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 20:31:19 -0000 I am not exactly a newby to FreeBSD, but this is certainly a newby question in that I am not sure where to look for the answer. I want the prompt string in the .cshrc file to contain a Bell or ASCII 7 character. Normally, this is no problem. If one is using the C-shell, a prompt string like set prompt="\a\!# " I am using a VT100 emulator and it can certainly receive bells. If I type a CTRL-G on the keyboard, I hear a beep. It is only when I receive the prompt string that it is not a bell but ^G. If I use the bash shell, I get a bell. What might be effecting the C-shell's output in this way?