From owner-freebsd-questions@FreeBSD.ORG Fri Sep 5 06:34:25 2003 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 7991316A4BF for ; Fri, 5 Sep 2003 06:34:25 -0700 (PDT) Received: from suncom.rz.hu-berlin.de (suncom.rz.hu-berlin.de [141.20.1.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id D153543FEC for ; Fri, 5 Sep 2003 06:34:23 -0700 (PDT) (envelope-from h0444lp6@student.hu-berlin.de) Received: from kojo (wll195-37.wlan.hu-berlin.de [141.20.195.37]) by suncom.rz.hu-berlin.de (8.9.3/8.9.3) with ESMTP id PAA11085 for ; Fri, 5 Sep 2003 15:34:22 +0200 (MET DST) From: "h0444lp6" Cc: Date: Fri, 5 Sep 2003 21:36:13 +0800 Message-ID: <000201c373b2$bf80d450$25c3148d@kojo> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Subject: colored xterm window borders don't work 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, 05 Sep 2003 13:34:25 -0000 Dear list I can't seem to get colored xterm window borders to work xterm -geometry 80x50 -fg blue -bg red & Works well, giving me blue letters on red background, but xterm -geometry 80x50 -fg blue -bg red -bd green & gives me just the same ... the -bd some_color flag doesn't work (see xterm(1)) any ideas what I am doing wrong?