uemacs/README.md

32 lines
888 B
Markdown
Raw Permalink Normal View History

2014-12-20 04:07:05 -05:00
# README #
µEMACS (ue) on Cygwin/MSYS2/Linux/NetBSD/OpenBSD, based on uEmacs/PK (em)
from [kernel.org](https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git/).
2014-12-24 22:30:41 -05:00
### Changes compare to uEmacs/PK ###
2014-12-24 22:30:41 -05:00
* Line termination detection with new buffer mode (either Unix or DOS).
2015-05-05 00:19:13 -04:00
* Encoding detection (ASCII, Extended ASCII, UTF-8 or Mixed).
* 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.
* Some defaults changed due to 'finger habits': ue instead of em, ^S in
commands mapping...
2014-12-24 22:30:41 -05:00
### Unicode (UTF-8) support ###
* gcc limitation on Windows (__WCHAR_WIDTH__ 16).
* Display of double and zero width characters ongoing.
2014-12-24 22:30:41 -05:00
### How to build ###
* dependencies: (gcc || clang) && gmake && ncurses-devel.
* make