From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZxJdK-0002Eb-DV for mharc-grub-devel@gnu.org; Fri, 13 Nov 2015 14:03:38 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxJdI-0002Cp-Kd for grub-devel@gnu.org; Fri, 13 Nov 2015 14:03:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxJdF-0002yR-Aa for grub-devel@gnu.org; Fri, 13 Nov 2015 14:03:36 -0500 Received: from mail-lb0-x22c.google.com ([2a00:1450:4010:c04::22c]:35154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxJdF-0002yL-3D for grub-devel@gnu.org; Fri, 13 Nov 2015 14:03:33 -0500 Received: by lbbsy6 with SMTP id sy6so30560218lbb.2 for ; Fri, 13 Nov 2015 11:03:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=DuMdMWv7jZCAZ2ZXTqPENjWBYY2jvBlJzeZupgGob50=; b=bLCTl2kVs08vi8AICEP2rly5izrWYMh9yWU8teq50L8FtipOu0uC8nF5WJIdPeCA5T qcyLNPRrAMGTv6SAafoB/PMC+YGRfAF/gcJPs8S6kfWcF5o2lF8B2RHLqY37ARx6rtVE usuAFrMmaE/fb3oOEtUuy43eyNp9Cnn/NNz3SrjYWEc6Y1829QomeHFoEjWnvIh2vyrQ SPtuv+iYmQQYMgwlfI9QPCKlNIAx0Hl+cqUVuuCFGbfMMHyZEABcdTigkf8K9M1bFsWp 8YNMREe6tJZ8bfDY2Dg/sG3SI5SQibO4VckrKw6c0Rpwis6ppvCLXethOJVpWoF3FVlc aNHA== X-Received: by 10.112.119.133 with SMTP id ku5mr11061806lbb.1.1447441411956; Fri, 13 Nov 2015 11:03:31 -0800 (PST) Received: from [192.168.1.41] (ppp91-76-25-247.pppoe.mtu-net.ru. [91.76.25.247]) by smtp.gmail.com with ESMTPSA id yp7sm3319517lbb.47.2015.11.13.11.03.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Nov 2015 11:03:31 -0800 (PST) Subject: Re: Patch for terminal definition in gfx themes To: The development of GNU GRUB References: <324294321.20151113193132@odin.com> From: Andrei Borzenkov Message-ID: <56463402.2080109@gmail.com> Date: Fri, 13 Nov 2015 22:03:30 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <324294321.20151113193132@odin.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22c 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, 13 Nov 2015 19:03:37 -0000 13.11.2015 19:31, Konstantin Vlasov пишет: > Hi, > > I discovered that terminal size and position in GFX themes are calculated > incorrectly: proportional units for terminal-top and terminal-height values are > calculated from the screen width, not height as one would expect. > > I attached the patch for fixing it. > > Committed, thanks! Please use "git format-patch" next time.