uemacs/README.md

15 lines
703 B
Markdown
Raw Normal View History

2014-12-20 09:07:05 +00:00
# README #
2015-02-03 05:08:17 +00:00
Cigue is µEMACS (ue) on Cygwin/Linux, based on uEmacs/PK from kernel.org.
2014-12-25 03:30:41 +00:00
### Changes compare to uEmacs/PK ###
* Line termination detection with new buffer mode (either Unix or DOS).
* Some fixes related to size either unchecked or limited (strcpy, insert-string, filenames, $kill).
* Major refactoring of headers and file dependencies, hopefully to improve maintenance.
* Reactivation of target 'source' and 'depend' in Makefile.
* Some defaults changed due to 'finger habits': ue instead of em, ^S in commands mapping...
### How to build ###
2015-01-02 06:25:15 +00:00
* dependencies: libncurses5-dev.
2014-12-25 03:30:41 +00:00
* make source ; make depend ; make
* MINGW32 target is experimental and lacks screen/kbd support.