From owner-freebsd-current@freebsd.org Fri Mar 2 15:31:52 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 00188F2D0A9 for ; Fri, 2 Mar 2018 15:31:51 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-lf0-f47.google.com (mail-lf0-f47.google.com [209.85.215.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 650CA86A39; Fri, 2 Mar 2018 15:31:51 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-lf0-f47.google.com with SMTP id q69so13864391lfi.10; Fri, 02 Mar 2018 07:31:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=r0QB/pjJ+4klY/8SeVao19i0AyQrdin2oHZROsvDliM=; b=rWuSMz6WIBHiYi8TtE6zgh6LbMCAXOZz9wnCHKuP2rBT6/S7ueMSXnStjghfMAy1As v+yVgOudQMtbORQMYFME6EbT+Qshi9tS2JP8unHD451el2IZMRBoP0C7HYzDZEDUy9E+ FtBBK8lrv6Bu/biJDwMrwP36+ndyxySpI6nDgJ84y1EFpvu3TSkZ8unbH5k83tuK2qsY 36wPzzOlvpnb/WC5tyipNgjCagR2+r3LQy62Y4Dpu+kZYmdPSjSSBqOBhi+YDIMxYecM 7bn5dl0Fi1DwTAGxETzd9haQ7JqTZn42RLpTag2mSrTaccNdqfr8OAXafXmujM6aoKR6 OU1Q== X-Gm-Message-State: AElRT7FiZRxLZrDOOiZLj2cI4V34+yCqlFbZ8gLX6oPd5E4gqfos8V5q e8pfUEDMIuBOTQRByLZ21iisbFSv X-Google-Smtp-Source: AG47ELtioZyUS/KRmxgB7Ik1YvIqmIbubUiTO20mwt+iH+gZ+YC5mkfciU5PbKA20fKdmUhobK5J6g== X-Received: by 10.25.234.75 with SMTP id i72mr4382987lfh.65.1520004704025; Fri, 02 Mar 2018 07:31:44 -0800 (PST) Received: from mail-lf0-f48.google.com (mail-lf0-f48.google.com. [209.85.215.48]) by smtp.gmail.com with ESMTPSA id c70sm1354128ljf.34.2018.03.02.07.31.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Mar 2018 07:31:43 -0800 (PST) Received: by mail-lf0-f48.google.com with SMTP id t204so13830188lff.9; Fri, 02 Mar 2018 07:31:43 -0800 (PST) X-Received: by 10.46.83.87 with SMTP id t23mr4432998ljd.38.1520004703782; Fri, 02 Mar 2018 07:31:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.46.54.1 with HTTP; Fri, 2 Mar 2018 07:31:23 -0800 (PST) In-Reply-To: References: From: Kyle Evans Date: Fri, 2 Mar 2018 09:31:23 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Question mark on Lua menu box To: Renato Botelho Cc: FreeBSD Current , Ed Maste Content-Type: text/plain; charset="UTF-8" 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: Fri, 02 Mar 2018 15:31:52 -0000 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. Thanks, Kyle Evans