From owner-freebsd-questions@FreeBSD.ORG Thu May 5 18:42:01 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EC8C1065670 for ; Thu, 5 May 2011 18:42:01 +0000 (UTC) (envelope-from pwnedomina@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9716B8FC0C for ; Thu, 5 May 2011 18:42:00 +0000 (UTC) Received: by wwc33 with SMTP id 33so2539778wwc.31 for ; Thu, 05 May 2011 11:41:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=H8TOrTsKrwqD4Aoj+EYPruF99ektAIvvMw8QFXX66Sc=; b=aYSS/kZveaGK/usBZnkZoifJ8xM5wiBmcQIrGHp7UE76TLdFx7BKA1LJFe/m+9SZLk LVTovZhI0iznxkImhZ6Bfd2oaPHZ21mI3lkunLxduwHYmJgHdtqpe3Hv1ne8pmo+aM3h 0BEhFb5H+SU8cTxSrydXmhezWAlK1P+a/h9gg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=xTcfAHF9T9f/D/3soqJNwvuFfw9FBPNp2vbaNEwtE5PJYBu/jAXs7hJtgRykBKYMN/ I9Rao4w8p8wqThGmGj3OFgiGz8zFk3cqiPDRPzgc5LaEjws03eK9rurXXnUioOTwpJXz ieXSShiYMC69IJbHYUgODEqE5/Bg8q4OJ2mWU= Received: by 10.227.207.196 with SMTP id fz4mr1152249wbb.42.1304620918877; Thu, 05 May 2011 11:41:58 -0700 (PDT) Received: from [192.168.1.71] ([2.80.111.248]) by mx.google.com with ESMTPS id b20sm1528343wbb.16.2011.05.05.11.41.56 (version=SSLv3 cipher=OTHER); Thu, 05 May 2011 11:41:57 -0700 (PDT) Message-ID: <4DC2FDA8.8030407@gmail.com> Date: Thu, 05 May 2011 19:42:32 +0000 From: pwnedomina User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-PT; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: Polytropon References: <4DC1BEA8.6030108@gmail.com> <20110504224931.9ffd5682.dcdowse@gmx.net> <4DC1E23E.3020001@gmail.com> <20110505014556.50dcea0e.dcdowse@gmx.net> <4DC27128.8040508@gmail.com> <20110505143748.4be94f6f.freebsd@edvax.de> <4DC2CCD7.3080406@gmail.com> <20110505192047.137782cb.freebsd@edvax.de> In-Reply-To: <20110505192047.137782cb.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: rox-fm 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: Thu, 05 May 2011 18:42:01 -0000 Em 05-05-2011 17:20, Polytropon escreveu: > On Thu, 05 May 2011 16:14:15 +0000, pwnedomina wrote: >> according to this page http://understudy.net/custom.html C shell support >> colors, how can i turn this prompt >> >> set prompt = "[%B%n@%m:%~%b]%# " >> >> with red color on brackets and white color on text? > Have a look at the page you mentioned above and you'll > easily find the answer, especially if you consult the > section > > http://understudy.net/custom.html#color_prompts > > and then scroll down to "TC Shells" - keep in mind that > FreeBSD's C shell is a TC shell (/bin/csh and /bin/tcsh > are the same program). > > I've tried the example (on FreeBSD 7) from the web page > you mentioned and found that > > set prompt = "%{\033[31m%}[%{\033[0m%}%B%n@%m:%~%b%{\033[31m%}]%{\033[0m%}%# " > > works as intended. %{\033[31m%} switches red color on, and > %B/%b applies bold face for the text inside the brackets. > > In the section > > http://understudy.net/custom.html#table2 > > you'll find a reference for the other colors "programming > codes". You could, for example, use a different color for > root and nonroot shells, or change color depending on specific > shell accounts on your system. > > You can also use other attributes like %S/%s for standout > (here: inverse) mode, or %U/%u for underline mode. However, > not every terminal (emulator) is capable of displaying them > as intended, for example the text mode console cannot do > unterlining, vt100 can do blinking _and_ underlining, but > can't do colors, xterm can do underlining, but _not_ blinking, > but can do colors... and so on. > > > i had a little problem, after i have rox-filer running im unable to see output of root-tail texts in background, what can i do in order to fix this?