From owner-freebsd-ports Tue Jul 1 17:53:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA03922 for ports-outgoing; Tue, 1 Jul 1997 17:53:11 -0700 (PDT) Received: from ohm.ingsala.unal.edu.co ([168.176.15.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA03917 for ; Tue, 1 Jul 1997 17:53:03 -0700 (PDT) Received: from unalmodem.usc.unal.edu.co (unalmodem15.usc.unal.edu.co [168.176.3.45]) by ohm.ingsala.unal.edu.co (8.8.5/8.8.5) with SMTP id TAA01932 for ; Tue, 1 Jul 1997 19:54:22 -0500 (COT) Message-ID: <33B9C1B2.4EEE@fps.biblos.unal.edu.co> Date: Tue, 01 Jul 1997 19:49:22 -0700 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: ports@freebsd.org Subject: Old text editor Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Howdy again, I've been looking for more curses based text editors, in the hope of finding something better and smaller that pico. I found an old SYSV editor from RAND, designed to replace the old (env?) editor. If someone wants to hack this, I keep it in: http://fps.biblos.unal.edu.co/~pgiffuni/e19.zip I found that some variables and/or functions are not used in BSD (_NFILES, V7 read and write functions..) and I have no idea how to replace them. Curiously, all the editors I've found have problems with curses, and I expect this to follow the rule. good luck, Pedro.