wok-current diff le/description.txt @ rev 25319
updated speex and speex-dev (1.2.0 -> 1.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 22 07:04:55 2022 +0100 (2022-07-22) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/le/description.txt Fri Jul 22 07:04:55 2022 +0100 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.