Edt.c - Edt text editor emulator. This text-editor emulates the VAX VMS text editor known as Edt and to some extent, later versions called TPU/Eve.
Compile as:
gcc -O edt_1.6.c -o edt
- Configure
- Place an alias in your .bashrc or .tcshrc to the absolute location of edt.
Example: alias edt=/home/bart/bin/edt Set the environment variable, EDT_KEYPAD_SETUP, to point at the .edtrc file.
Example: export EDT_KEYPAD_SETUP=/home/bart/.edtrc If default keypad map does not match your keyboard, type "help_config" at editor prompt for instructions on generating a new .edtrc file to match your keyboard. See web-page also.
Run as:
edt {your_text_file.txt}
For updates/info, see: http://sourceforge.net/projects/edt-text-editor
Edt.c - - LGPL License:
Copyright (C) 2001, Carl Kindman
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Carl Kindman 5-21-2006 carl_kindman@yahoo.com
