From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UO1Hb-0005ux-Tf for mharc-grub-devel@gnu.org; Fri, 05 Apr 2013 03:41:59 -0400 Received: from eggs.gnu.org ([208.118.235.92]:49884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO1HX-0005ox-GG for grub-devel@gnu.org; Fri, 05 Apr 2013 03:41:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UO1HU-0005QV-3l for grub-devel@gnu.org; Fri, 05 Apr 2013 03:41:55 -0400 Received: from mail-lb0-f181.google.com ([209.85.217.181]:42428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO1HT-0005QJ-SQ for grub-devel@gnu.org; Fri, 05 Apr 2013 03:41:52 -0400 Received: by mail-lb0-f181.google.com with SMTP id r11so3500878lbv.12 for ; Fri, 05 Apr 2013 00:41:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type; bh=iRxOLORDc1CdN0i4OzQbMNyvjkwVGhBOoGTxNnmIgxg=; b=o71e6/S4tb+1MxccbWU2C4MxrQZtPRaWbIvvW6mEGOiJpK7oEIjqzWQqIGxlASfzpw 4ZutcVAXyeNrfBv7Mv+iFN1liD2eNAhdf3EFG9FG2dRd8P6ms3gErQrBa6ViqC5VQLWL R0sG3dVUaQoByqaK6FLgfLeTRaJXgatvJ3ZXbu06kJzj4Zk8vU6wDacW5zKnS730VzQl pB0vtUyBObJozPDFhHR1N2qR3vJ7CPaYuokttJ8QaIbSAbVZ9+y94lDDJiZLEzMkf8K2 Id231CnB/DXFxeZ1apUn9OkcLFLswm5BVFb54YU4dUwffaP7j3JV7i21u6LWkUV3Ry9r t8+w== X-Received: by 10.152.46.17 with SMTP id r17mr5366902lam.47.1365147710782; Fri, 05 Apr 2013 00:41:50 -0700 (PDT) Received: from opensuse.site ([94.29.72.160]) by mx.google.com with ESMTPS id h7sm5028983lbp.16.2013.04.05.00.41.49 (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 05 Apr 2013 00:41:50 -0700 (PDT) Date: Fri, 5 Apr 2013 11:41:49 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: Command documentation part 1. Message-ID: <20130405114149.075bc332@opensuse.site> In-Reply-To: <515BF250.6090508@gmail.com> References: <20130122170851.1bb50f87@opensuse.site> <20130122171218.GA9543@riva.dynamic.greenend.org.uk> <20130129142517.44838703@opensuse.site> <51163783.7030006@gmail.com> <20130224114056.4cd4a5b0@opensuse.site> <513874D0.7090306@gmail.com> <20130310204523.78d800fe@opensuse.site> <51517D05.10306@gmail.com> <20130330124648.41c13002@opensuse.site> <515BF250.6090508@gmail.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.14; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/fQ8osU+gfRQtHIR5/s/TpgT"; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.217.181 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2013 07:41:58 -0000 --Sig_/fQ8osU+gfRQtHIR5/s/TpgT Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =D0=92 Wed, 03 Apr 2013 11:11:44 +0200 Vladimir '=CF=86-coder/phcoder' Serbinenko =D0=BF=D0=B8= =D1=88=D0=B5=D1=82: > On 30.03.2013 09:46, Andrey Borzenkov wrote: >=20 > > =D0=92 Tue, 26 Mar 2013 11:48:37 +0100 > > Vladimir '=CF=86-coder/phcoder' Serbinenko =D0=BF= =D0=B8=D1=88=D0=B5=D1=82: > >=20 > >>> +@deffn Command background_color color > >>> +Set background color for active terminal. For valid color specificat= ions see > >>> +@pxref{Theme file format, ,Colors}. Background color can be changed = only when > >>> +using @samp{gfxterm} for terminal output. > >>> +@end deffn > >> > >> There is a confusion between the background behind the letters > >> (background_color_normal/_highlight variables) and solid color used as > >> background image (background_color command). This description would > >> probably suggest former rather than the latter. > >> > >=20 > > I'm afraid this exceeds my language skills. This is called background > > color for what I know. Any native English speaker to chime in? > >=20 >=20 > I don't think it's about skills. It doesn't seem to be a clear term to > distinguish the both usages. I think a sentence explaining which colour > is meant is the best way to deal with the situation. >=20 Is it OK? @@ -3483,6 +3483,10 @@ If @samp{superusers} is empty, this command returns = true. @xref{Security}. Set background color for active terminal. For valid color specifications s= ee @pxref{Theme file format, ,Colors}. Background color can be changed only w= hen using @samp{gfxterm} for terminal output. + +This command sets color of empty areas without text. Text background color +is controlled by environment variables @var{color_normal}, @var{color_high= light}, +@var{menu_color_normal}, @var{menu_color_highlight}. @xref{Special environ= ment variables}. @end deffn =20 =20 --Sig_/fQ8osU+gfRQtHIR5/s/TpgT Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iEYEARECAAYFAlFegD0ACgkQR6LMutpd94zkEQCbB6qHaTVrCx/9p/5oMpp6+lTd 7yIAniD97pVlXa9z5OL38JtSCAbwdOC5 =KxoT -----END PGP SIGNATURE----- --Sig_/fQ8osU+gfRQtHIR5/s/TpgT--