From owner-freebsd-current@FreeBSD.ORG Sat Jun 18 16:04:19 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D409516A41C for ; Sat, 18 Jun 2005 16:04:19 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id B142843D4C for ; Sat, 18 Jun 2005 16:04:19 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id j5IG4Ere055552; Sat, 18 Jun 2005 09:04:14 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id j5IG4EWm055551; Sat, 18 Jun 2005 09:04:14 -0700 (PDT) (envelope-from sgk) Date: Sat, 18 Jun 2005 09:04:14 -0700 From: Steve Kargl To: Thomas Dickey Message-ID: <20050618160414.GB55448@troutmask.apl.washington.edu> References: <20050617214658.GA41804@troutmask.apl.washington.edu> <58826.1119044951@critter.freebsd.dk> <20050617220222.GA42080@troutmask.apl.washington.edu> <20050617220653.GA114@saltmine.radix.net> <20050617221353.GA48584@troutmask.apl.washington.edu> <20050618061603.GM50157@cirb503493.alcatel.com.au> <861x70gjrf.fsf@xps.des.no> <20050618105500.GA16565@saltmine.radix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050618105500.GA16565@saltmine.radix.net> User-Agent: Mutt/1.4.2.1i Cc: Dag-Erling Sm?rgrav , freebsd-current@freebsd.org Subject: Re: Replace /rescue/vi with mined(1) from DragonFlyBSD 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: Sat, 18 Jun 2005 16:04:19 -0000 On Sat, Jun 18, 2005 at 06:55:01AM -0400, Thomas Dickey wrote: > On Sat, Jun 18, 2005 at 10:19:00AM +0200, Dag-Erling Sm?rgrav wrote: > > Peter Jeremy writes: > > > It's possible to write a full-screen editor using a fairly minimal set > > > of ANSI sequences (CUP and EL would do, but adding more sequences will > > > help) that is common to cons25 and xterm (and VT100 etc). > > > > I believe VT100 is (in large part) a subset of both cons25 and xterm. > > no - there's a subset of vt100 that overlaps with cons25. > cons25 is not a vt100 emulator. It is possible to code around > this by sticking to the subset. > > Does anyone have a URL to point to the source for mined? > google isn't showing me anything useful. > The version that I am using and is the topic of my post comes from www.dragonflybsd.org. You can browse the source in their cvs respository. -- Steve