From owner-freebsd-current@freebsd.org Mon Jun 20 18:31:10 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC185AC4024 for ; Mon, 20 Jun 2016 18:31:10 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x22d.google.com (mail-it0-x22d.google.com [IPv6:2607:f8b0:4001:c0b::22d]) (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 95D15100F for ; Mon, 20 Jun 2016 18:31:10 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x22d.google.com with SMTP id z189so54379653itg.0 for ; Mon, 20 Jun 2016 11:31:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-transfer-encoding; bh=Yqu40TL38rglrAzCMvLEN0WeXaIvCLj5Lg5NBOhdPSo=; b=RV/Hc7SCX45Caosd0cRO+531PZOoXnQbl1nnuYOHlulJ91oCWRjY4sLNCfDqIfCBVO uesK7eP3n8GKsgpZKLoRkLpaRZOdL2eBX83jsrABua2wmsIwH7Dt33KWVTdWelE7FTlh 7JkQe6Q2kh87O1+uWagKVh9PQjjgk8m3oKKv3kn7jZu4KR19J07XO54igdNPhmppjkeP TUU86+sFDvqy55d67tK1bZJiuwSnHhYEl+g2pKeyX/CchPL3syEyvoLMlnRCh9ADbDRF gwu9CwsXAs/Q0G0P/6558+852ilhwXLDKKivwrOawoA8/OSE7u5cQAwtP62Pk4ugWto/ PLUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-transfer-encoding; bh=Yqu40TL38rglrAzCMvLEN0WeXaIvCLj5Lg5NBOhdPSo=; b=JO7RMTdfrAm15QSXvjw0qTzunNJ0HXIepwK4XRRiuoQsopNnAmfhsZoZa+iEl4vA+4 kdqk2WsDRnfQE2SE9xS+RKZt0bqkWLyBUlmBHrDARQepk8ASXk1CZq4VsG76NEX1Cc13 M/ea+pq+Ddmz7oQFCbtq7oylfLZXglPF4MG7qT05OMKu0/X8kgKy6CymlRT5T37TzRe+ vj3vLSoA1yPK0t8GjnMIsJPxtKdRX1J535b+FWuclutTipCQUUbPa800B72HuT7WNzKa PzO39zVP6IU4PBO5eLT4qgQtj500q4uUONrxg4cRE377hremxaEvv7RW2pdFoHbv/kcY RJRA== X-Gm-Message-State: ALyK8tLxP1OhzvV0BdtEND83yesVrUBc0ZYrdAmpFB/iuQUSn+nPisFMBRn5wB43sRlMcPxe8NuFWnyP6i+LHA== X-Received: by 10.36.73.3 with SMTP id z3mr1209060ita.68.1466447470058; Mon, 20 Jun 2016 11:31:10 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.6.213 with HTTP; Mon, 20 Jun 2016 11:30:50 -0700 (PDT) In-Reply-To: References: <57680D69.7030309@gmail.com> From: Ed Maste Date: Mon, 20 Jun 2016 14:30:50 -0400 X-Google-Sender-Auth: bUUREFvXGD18Nn9-8AFS9UJDJug Message-ID: Subject: Re: console in 11.0-ALPHA4 To: =?UTF-8?Q?Trond_Endrest=C3=B8l?= Cc: Ernie Luzar , FreeBSD current Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Mon, 20 Jun 2016 18:31:10 -0000 On 20 June 2016 at 12:45, Trond Endrest=C3=B8l wrote: > > If you want textmode like in the old days, add this line to > /boot/loader.conf: > > hw.vga.textmode=3D"1" One note, in textmode vt(4) is limited to cp437. The console still uses Unicode internally but has a fixed lookup table to map to the cp437 character set.