Skip to content

Rand E Editor modified to compile on modern Linux

Notifications You must be signed in to change notification settings

sebras/Rand-E-Editor

 
 

Repository files navigation

This repository contains the Rand E Editor release 19.58

I modified the source to build on a modern Linux box.
(I used 64 bit LinuxMint 17.1)

It is located at:  https://github.com/blakemcbride/Rand-E-Editor

I had to install the following packages to allow it to build:
	
	libxt-dev
	libxkbfile-dev

To build and install, I did:

	make
	sudo make install

After installation, you can run it with:

	e  FILE
	
Sort of like VI, it has two modes: text edit and command

^a		switch to command mode
^a exit		exit the editor

Documentation is in the 'doc' directory.

TODO:

Right now, backspace and Del both delete character.  ^h functions as you'd
expect a backspace key to function.  Make the backspace key function as ^h.
This should be very easy.  I just haven't figured out how to map the keyboard.

About

Rand E Editor modified to compile on modern Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.9%
  • Makefile 4.8%
  • Shell 1.2%
  • C++ 0.1%