1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00
freebsd/release/picobsd/tinyware/mined
Andrzej Bialecki 4d65f11c4c This is a copyrighted software. I forgot to include the license here.
Apologies to all parties involved -  it wasn't intended...

Reminded by:	bde
1998-10-22 11:16:41 +00:00
..
LICENSE This is a copyrighted software. I forgot to include the license here. 1998-10-22 11:16:41 +00:00
Makefile Added two new utilities, both ported from Minix: mined (editor), and 1998-10-21 17:36:28 +00:00
mined1.c Added two new utilities, both ported from Minix: mined (editor), and 1998-10-21 17:36:28 +00:00
mined2.c This is a copyrighted software. I forgot to include the license here. 1998-10-22 11:16:41 +00:00
mined.h Added two new utilities, both ported from Minix: mined (editor), and 1998-10-21 17:36:28 +00:00
README This is a copyrighted software. I forgot to include the license here. 1998-10-22 11:16:41 +00:00

Warsaw, 1998.10.21

This is a port of Minix editor. It's small, fast and relatively
robust. It can perform basic editing commands, block operations,
and search and replace.

The keybindings are just plain insane. I added a help screen
(available under F1), and remapped some of the wildest keys to
function keys. If you have some time and a bit of hacking skills,
you're welcome to sanitize it. :-)

A bit of warning: one of the reasons for its small size is that it
doesn't use any termcap calls - it uses hardwired codes for 'cons25'
terminal type. If you try to use it with some other terminal, you
have to change them, or recompile with -DUNIX -ltermcap.

This is a copyrighted software - see the file LICENSE. It allows
you to use it for research and educational purposes only.

Andrzej Bialecki
<abial@FreeBSD.org>

$Id: README,v 1.1 1998/10/21 17:36:16 abial Exp $