mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-10 14:36:13 -05:00
Update project description.
This commit is contained in:
parent
af919c3f9c
commit
0dc28967b5
@ -1,15 +1,16 @@
|
|||||||
# README #
|
# README #
|
||||||
|
|
||||||
Cigue is µEMACS (ue) on Cygwin/Linux, based on uEmacs/PK from kernel.org.
|
Ciguë is µEMACS (ue) on Cygwin/Linux, based on uEmacs/PK (em) from kernel.org.
|
||||||
|
|
||||||
### Changes compare to uEmacs/PK ###
|
### Changes compare to uEmacs/PK ###
|
||||||
* Line termination detection with new buffer mode (either Unix or DOS).
|
* Line termination detection with new buffer mode (either Unix or DOS).
|
||||||
|
* Encoding detection (ASCII, Extended ASCII, UTF-8 or Mixed).
|
||||||
* Some fixes related to size either unchecked or limited (strcpy, insert-string, filenames, $kill).
|
* 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.
|
* Major refactoring of headers and file dependencies, hopefully to improve maintenance.
|
||||||
* Reactivation of target 'source' and 'depend' in Makefile.
|
* Reactivation of target 'source' and 'depend' in Makefile.
|
||||||
* Some defaults changed due to 'finger habits': ue instead of em, ^S in commands mapping...
|
* Some defaults changed due to 'finger habits': ue instead of em, ^S in commands mapping...
|
||||||
|
|
||||||
### How to build ###
|
### How to build ###
|
||||||
* dependencies: libncurses5-dev.
|
* dependencies: ncurses.
|
||||||
* make source ; make depend ; make
|
* make depend ; make
|
||||||
* MINGW32 target is experimental and lacks screen/kbd support.
|
* MINGW32 target is experimental and lacks screen/kbd support.
|
Loading…
Reference in New Issue
Block a user