From owner-freebsd-current@freebsd.org Fri Mar 2 15:56:05 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 00B20F2F57E for ; Fri, 2 Mar 2018 15:56:05 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) (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 6926B68167; Fri, 2 Mar 2018 15:56:04 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-lf0-f49.google.com with SMTP id m69so13995738lfe.8; Fri, 02 Mar 2018 07:56:04 -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=b0ZYG0+J2rIb4pMjzVkff4wv1BkzBxz/uhz0Zsg5VgQ=; b=SEHZjZTcH1PXGN7h1Ha1EmYMAUz+CTAxUQGSd7IlwdILz9RqFzz6wQX2QIe3mZTpYD 0uJhfM4m7tP26q+jI3Pq5Yw0IZeEUKJiECotdfl/HAD/3e8ABFQqM5ODORmxei8MB+sB /KMRS0FS5AjfqIXP10G1NrrLQggC9/jTHWXc7Mw5KelYj0qNNloOAPr8sV796U3Onurb 08ycYllFiThkqZiJHU1AxWowqOL6ZzoSGsavmxj2BjhJeqw7SfLJjKKlRYPb5K55AOhq I6XeVztBAA9t0MY/d3arg+W2taUOkGX6TRlpUfyHnOUXzQ1hr0/i81rDZbTxRqJinW1E sbcQ== X-Gm-Message-State: AElRT7H6RU4rnjcUJmdlGGSnp48Oala345YsJKdWwGDUx4rv/PxWm+GL fhq2yZGmqLAKPxE3H3lS+A5P9dAp X-Google-Smtp-Source: AG47ELu8IxBaCziU9yawt2d7Ex9Jy50UU7muTC76PlZg2H5yAWwZtEaECDZNjYwV2pnn7s8putRcPQ== X-Received: by 10.25.105.18 with SMTP id e18mr4237224lfc.52.1520006156454; Fri, 02 Mar 2018 07:55:56 -0800 (PST) Received: from mail-lf0-f41.google.com (mail-lf0-f41.google.com. [209.85.215.41]) by smtp.gmail.com with ESMTPSA id t81sm1396209lff.58.2018.03.02.07.55.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Mar 2018 07:55:56 -0800 (PST) Received: by mail-lf0-f41.google.com with SMTP id 70so14004789lfw.2; Fri, 02 Mar 2018 07:55:56 -0800 (PST) X-Received: by 10.46.4.74 with SMTP id 71mr4182817lje.51.1520006156225; Fri, 02 Mar 2018 07:55:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.46.54.1 with HTTP; Fri, 2 Mar 2018 07:55:35 -0800 (PST) In-Reply-To: <86a6a648-be6a-41b8-7cee-c78cc72a894f@FreeBSD.org> References: <86a6a648-be6a-41b8-7cee-c78cc72a894f@FreeBSD.org> From: Kyle Evans Date: Fri, 2 Mar 2018 09:55:35 -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:56:05 -0000 On Fri, Mar 2, 2018 at 9:52 AM, Renato Botelho wrote: > 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, > > Unfortunately it didn't change anything. > Aw =(. Can you take a picture of what Forth loader looks like for you with the default frame style on an EFI boot? I'm wondering if it's not doing something sneaky that I can't determine from the things I've looked at. Thanks, Kyle Evans