From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MuTbK-0007EG-9q for mharc-grub-devel@gnu.org; Sun, 04 Oct 2009 12:06:22 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MuTbI-0007DI-9i for grub-devel@gnu.org; Sun, 04 Oct 2009 12:06:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MuTbD-000793-MS for grub-devel@gnu.org; Sun, 04 Oct 2009 12:06:19 -0400 Received: from [199.232.76.173] (port=36870 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MuTbD-00078q-HK for grub-devel@gnu.org; Sun, 04 Oct 2009 12:06:15 -0400 Received: from mx20.gnu.org ([199.232.41.8]:33996) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MuTbD-0006b6-1d for grub-devel@gnu.org; Sun, 04 Oct 2009 12:06:15 -0400 Received: from mail-fx0-f205.google.com ([209.85.220.205]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MuTbB-00054Y-IA for grub-devel@gnu.org; Sun, 04 Oct 2009 12:06:13 -0400 Received: by fxm1 with SMTP id 1so2000353fxm.31 for ; Sun, 04 Oct 2009 09:06:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=p1ygWurBVJaY5LeDtjDwBkv3mVhdlA0u3T+d8oBnLOU=; b=ROdLnN99nxnyBDrOdXErKEYXN/ENm5NkXF6Gxv/IGuuf1/a1L2u3rBBPJ4VXzjPmV+ BdigF4QkKgJPGss/Dk3rNxamYiBQRZVrx1LiOSQrVsn6vKisM2YvivQ3j3E9aWxRF9K5 n8jepz7t89r9E29deYk747Mc1IGQUq56c6plw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=HooMEPzb1mBaBzDJQyHtmCbsXpMfhfu7HJil9bbeSZDUTkiteczwfMSiRg3SG44b4E +D9SlVLWeYE42XWSLvVFDnMvybXzIuRUpOgaPPCeJWl9oCyCCrCbscPeew8s80Vj6wfF wPifggaNhNkC+5OEyxOVaqo04ZSO4ljmOintQ= MIME-Version: 1.0 Received: by 10.239.145.18 with SMTP id q18mr460810hba.120.1254672371051; Sun, 04 Oct 2009 09:06:11 -0700 (PDT) In-Reply-To: References: Date: Sun, 4 Oct 2009 11:06:10 -0500 Message-ID: <2e59e6970910040906o4cd536bancb2655c7301d69ec@mail.gmail.com> From: "richardvoigt@gmail.com" To: The development of GRUB 2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [GITGRUB] New menu interface (implementation) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 16:06:20 -0000 >> =C2=A0- the border settings offer many options but I miss the option for >> =C2=A0 - setting the text border explicitly to single/double border >> without using an image > > I think image is most flexible, who want ascii border in graphic mode > ? BTW, border in graphic mode doesn't necessary be full character > size, so text may not draw properly anyway. About the single/double > border, it's more suitable to config them using styles other that > property. Can't one obtain an N pixel solid border by using a parent panel with background =3D border color, and client panel just a few pixels smaller using the margin-positioning directives? This should give a border without needing a new set of commands, nor image files.