From owner-freebsd-arch@FreeBSD.ORG Sun Feb 23 18:09:11 2014 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA3C3C56; Sun, 23 Feb 2014 18:09:11 +0000 (UTC) Received: from mail-ve0-x22e.google.com (mail-ve0-x22e.google.com [IPv6:2607:f8b0:400c:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5EA90165D; Sun, 23 Feb 2014 18:09:11 +0000 (UTC) Received: by mail-ve0-f174.google.com with SMTP id oy12so329205veb.19 for ; Sun, 23 Feb 2014 10:09:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=riZQ8wIYaJWJDxDdUqM4Y/Yi6/vAiTMubtgnJCwpyLU=; b=dBqOpXwx6Defi4VPwMX6gW9CIquQR+R7HLOih4aFNf04XDpdhUy9eJV8ET8zE8b1ST dBVuv6w0wlqXfuuAATwh/0uWk8dOsUDULeKovJi55Y5QKKuZfbyMBeXxRjLwyQVpDtLo NVHHIVskfAbi/h0ZTy433FH59qnZ+BfKMuUumO2S0zA0443NtkkIe8kKJhpvTJs27gaG lNnCpIVF4pmFrw9VyYDw6GRia8xGbTMAh+wJSTN1B9mSADUsL9rUfJDbOHcGKLbKFoRy UNataYmerohXYa/xYDh8Qcz6lro3AQS9yltO3PQ7hsuZgv/j9mIRlTRTRye/dcF1JMlU 7WCA== MIME-Version: 1.0 X-Received: by 10.220.116.136 with SMTP id m8mr10284234vcq.77.1393178950575; Sun, 23 Feb 2014 10:09:10 -0800 (PST) Sender: edschouten@gmail.com Received: by 10.220.105.140 with HTTP; Sun, 23 Feb 2014 10:09:10 -0800 (PST) In-Reply-To: <530A296E.9090805@freebsd.org> References: <5304A0CC.5000505@FreeBSD.org> <20140223115939.GB4084@aerie.jexium-island.net> <530A296E.9090805@freebsd.org> Date: Sun, 23 Feb 2014 19:09:10 +0100 X-Google-Sender-Auth: _5uh2xDvDXga_kovX_iRaG3fUqA Message-ID: Subject: Re: terminfo From: Ed Schouten To: Andrey Chernov Content-Type: text/plain; charset=UTF-8 Cc: arch@freebsd.org, dickey@his.com, Bryan Drewery X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 18:09:11 -0000 On 23 February 2014 18:01, Andrey Chernov wrote: > It is your emulation which always displays ASCII now, which is step backward. Indeed. But you know what the awesome thing is? Because ACS is now part of the terminal emulator itself, you can actually make this work with a single TERM type, regardless of the character set used. Be sure to extend sys/teken/teken_scs.h to include additional maps for each character set. Alternatively, enable vt(9), which translates it to the right Unicode characters. -- Ed Schouten