wok diff le/description.txt @ rev 25496

Up expat (2.5.0), CVE-2022-43680. Again.
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:26:08 2022 +0000 (18 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/le/description.txt	Fri Dec 02 10:26:08 2022 +0000
     1.3 @@ -0,0 +1,14 @@
     1.4 +LE is a text editor utilizing curses library for screen output.
     1.5 +
     1.6 +Here are its features:
     1.7 +* various operations with stream and rectangular blocks,
     1.8 +* search and replace with full regular expressions,
     1.9 +* text formatting,
    1.10 +* undelete and uninsert,
    1.11 +* hex editing,
    1.12 +* tunable key sequences,
    1.13 +* tunable colors,
    1.14 +* tunable syntax highlighting,
    1.15 +* mouse support via ncurses.
    1.16 +
    1.17 +Can use mmap to edit very large files or even devices.