From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 03:03:13 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 01B5916A4CE for ; Fri, 7 Jan 2005 03:03:13 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A036843D2F for ; Fri, 7 Jan 2005 03:03:09 +0000 (GMT) (envelope-from m@MHoerich.de) Received: (qmail invoked by alias); 07 Jan 2005 03:03:08 -0000 Received: from p508A5464.dip.t-dialin.net (EHLO localhost) (80.138.84.100) by mail.gmx.net (mp005) with SMTP; 07 Jan 2005 04:03:08 +0100 X-Authenticated: #5114400 Date: Fri, 7 Jan 2005 04:06:59 +0100 From: Mario Hoerich To: freebsd-questions@freebsd.org Message-ID: <20050107030659.GA2673@Pandora.MHoerich.de> References: <20050106001935.GA29480@kender.sians.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050106001935.GA29480@kender.sians.org> User-Agent: Mutt/1.4.2.1i Organization: University of Paderborn X-Y-GMX-Trusted: 0 Subject: Re: tcsh, colorful prompt 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: Fri, 07 Jan 2005 03:03:13 -0000 # Thanos Tsouanas: > I dont really care for the color of the prompt, but I would like > to see what i type (input) with a specific color. [...] > In short, i would like the color to end upon \n... I think you can do this with alias postcmd 'echo "[0m"' For the character, press ctrl-v and then esc (which inserts a ^[-character as literal). HTH, Mario --