From owner-freebsd-current@FreeBSD.ORG Sun Nov 27 21:15:37 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0DC2106564A for ; Sun, 27 Nov 2011 21:15:37 +0000 (UTC) (envelope-from sub.mesa@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8EB0B8FC12 for ; Sun, 27 Nov 2011 21:15:37 +0000 (UTC) Received: by ggnk5 with SMTP id k5so6640946ggn.13 for ; Sun, 27 Nov 2011 13:15:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Xdz8Gx3om1ZF1mIYvZy6VYR7qCtl3TCY3dH1XsdkWt8=; b=pnF7YAo21rymMiZry4sHw/4oRu6n4udeddAMFq2rB3Qv0WQ766XPg+AofyBGX5F4FD VaL0AEmBPu8Gxo+QgV5SNUODnJK/MaBmbSZ/L/owaa2BewYcsDAoo7gH2rAqCACZ6m+5 +JcN4y9g9jwQoGGetREKklfPaDPEJiX8Un9m0= MIME-Version: 1.0 Received: by 10.236.185.68 with SMTP id t44mr59083178yhm.41.1322428536968; Sun, 27 Nov 2011 13:15:36 -0800 (PST) Received: by 10.236.79.233 with HTTP; Sun, 27 Nov 2011 13:15:36 -0800 (PST) In-Reply-To: <20111123181133.GD1979@hoeg.nl> References: <5D3FFA12-BB54-4297-A098-3B85951ECEC5@lassitu.de> <3A9E50F5-03D3-4DD5-A95D-5948D4705462@lassitu.de> <20111123181133.GD1979@hoeg.nl> Date: Sun, 27 Nov 2011 22:15:36 +0100 Message-ID: From: Jason Edwards To: Ed Schouten Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org, Stefan Bethke Subject: Re: ee (easy editor) bugged on 9.0? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 27 Nov 2011 21:15:37 -0000 On Wed, Nov 23, 2011 at 7:11 PM, Ed Schouten wrote: > Hi Jason, > > * Jason Edwards , 20111122 21:56: >> I wonder: is cons25 bugged or simply obsolete? Not that I want to keep >> cons25; just being curious. > > There are two reasons why I changed the default terminal emulator to be > xterm-like, instead of conforming to cons25: Hello Ed Schouten, Thanks for the impressive list of advantages! There's just one non-critical issue I'd like to address regarding the use of xterm terminal type. When using cons25 terminal, the dialog menus (drawn using devel/cdialog and `make config` in portstree as well) are using smooth lines to draw boxes and stuff. But when using xterm terminal, those lines are replaced by 'dashed' lines like - - - - - instead of a smooth line without whitespace in between. When doing the same via SSH login, the lines are smooth with xterm type. So this issue appear to be limited to the console in combination with xterm terminal type. Is there a way to use xterm but still allow cdialog to draw smooth lines on the console? Kind regards, Jason Edwards