From owner-freebsd-questions@FreeBSD.ORG Fri May 29 15:16:58 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13B17919 for ; Fri, 29 May 2015 15:16:58 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E396B19FE for ; Fri, 29 May 2015 15:16:57 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=+qwaC0xgP636LQFbrZt2tI97rt/+xMCGRj95hu/f4Ck=; b=LI/NFu6KFTkrctIUwuVj4tl4xakpdMnbvqMUTQaRWfDSQtMLZLnibyozFAkHeVR6qsd7bYCDt8u8ceBDqfCmo2FhQ0unXLfjFJuKBZ4MIVrb92eW9cGgEJjsct6kKaAgMSgPalQ1fxgn2t3Hb0W4mCXNdkfh30I8C/DrQB3rWPo=; Received: from [114.121.165.8] (port=42539 helo=B85M-HD3-0.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1YyJOL-003iLS-6H; Fri, 29 May 2015 06:28:02 -0600 Date: Fri, 29 May 2015 20:27:53 +0800 From: Erich Dollansky To: Matthias Apitz Cc: freebsd-questions@freebsd.org Subject: Re: easy to use WYSIWIG editor for VT102 Message-ID: <20150529202753.1d08d38c@B85M-HD3-0.alogt.com> In-Reply-To: <20150529090528.GA2890@c720-r276659> References: <20150529090528.GA2890@c720-r276659> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2015 15:16:58 -0000 Hi, On Fri, 29 May 2015 11:05:28 +0200 Matthias Apitz wrote: > I'm looking for an easy to use WYSIWIG editor which could be used on > VT102 terminals by my 9 years old son (to let him write mails and > text files). 'ee' is an option, but maybe there is something more > fancy supporting this type of terminals. > joe should also work. joe supports different command sets. One of them is compatible with WordStar. I liked WorfStar those days on this kind of terminals because of its command set. Of course, I am still using it but not on a terminal any more. Erich