From owner-freebsd-current@freebsd.org Sat Mar 3 12:21:27 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4752BF37090 for ; Sat, 3 Mar 2018 12:21:27 +0000 (UTC) (envelope-from listjm@club.fr) Received: from smtp26.services.sfr.fr (smtp26.services.sfr.fr [93.17.128.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6ABD7EB55 for ; Sat, 3 Mar 2018 12:21:26 +0000 (UTC) (envelope-from listjm@club.fr) Received: from [192.168.1.51] (125.164.7.84.rev.sfr.net [84.7.164.125]) by msfrf2619.sfr.fr (SMTP Server) with ESMTP id 424EE1C00042A for ; Sat, 3 Mar 2018 13:14:32 +0100 (CET) Received: from [192.168.1.51] (125.164.7.84.rev.sfr.net [84.7.164.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: juanmolina@sfr.fr) by msfrf2619.sfr.fr (SMTP Server) with ESMTPSA; Sat, 3 Mar 2018 13:14:31 +0100 (CET) Authentication-Results: sfr.fr; auth=pass (PLAIN) smtp.auth=juanmolina@sfr.fr From: Juan =?iso-8859-1?b?UmFt824=?= Molina Menor Subject: Question mark on Lua menu box To: FreeBSD-Current , Kyle Evans References: <2AFF3AE4-8740-4776-9D8D-7D709EE051C6@gmail.com> <1b9e58fe-2616-b04b-13c2-fee78a33ad6e@club.fr> Message-ID: <06e8dff0-4fc3-6ede-eba2-9e51e73e849e@club.fr> Date: Sat, 3 Mar 2018 13:14:27 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: X-sfr-mailing: LEGIT Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: fr Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 12:21:27 -0000 > On 02/03/18 12:31, Kyle Evans wrote: >> On Fri, Mar 2, 2018 at 6:06 AM, Renato Botelho wrote: >>> Kyle, >>> >>> I've moved to Lua loader to help testing and it worked fine. The only >>> odd thing I noted is the menu box with odd chars as you can see at [1]. >>> >>> My laptop is running a recent current (r330275) with ZFS and UEFI. >>> >>> [1] https://imgur.com/a/kIQ0O >>> -- >>> Renato Botelho >>> >> >> Hi, >> >> Thanks for testing! =) Can you give it a shot with EFI boot after >> r330281 (just committed), please? >> >> I think our working theory is that we were printing newlines along >> with our box-drawing characters, and that could be problematic. The >> new version handles all of that a little better and respects >> loader_menu_frame to boot. Hi! The drawing issue was still there after updating to r330281, but pushing it up to r330287 has solved it. Thanks!