09/03/2008 Version 0.8: Display extention, auto complet, resizing, UTF-8 ...
07/13/2005 Version 0.7: Bug fix on column counter
23/11/2004 Bug: Bad message when opening a file with a not empty
buffer, will be fixed in the next release.
31/10/2004 Version 0.6 small bugfix last line char not always
cleared.
To invoke PE just type: pe [-t] [file_name]
PE is a very easy tiny console mode text editor which aim is to give
the
user simple and direct interface via a command bar.
PE is based on the Curses libraries so the text can be displayed black
on
white.
The yellow command bar is displayed on the bottom of the screen.
Line and colon counters are provided on the right end of the command
bar.
Warning messages are displayed on the command bar for critical events.
I18n is implemented in v0.5, gettext
functionnalities are available.
UTF-8 encoding for ISO-8859-1 implemented.

F2 saves the buffer to the same file or any other one the user can specify.
F3 marks block of lines (max. 1000)
The marking status is displayed on the right of the screen
B=X.
Pressing the first time marks the first block line, B=1, a
second time
will mark the last one, B=2
the third strike will unmark the block, B=0.
F4 inserts the block under the current line position. It can be repeated. Blocks are kept in memory as long as B=2.
F5 deletes the block but will loose its effect if any insertion is
made.
If you want to move a block: first mark it, then
delete it and finally
insert it at its new position.
F6 is the search facility.
F7 sends the buffer to a script 'pe-prt' you should create to fit your system.
F8 quits the editor. No warning to save modified files is provided.
F9 (not displayed) put the cursor at the beginning of text.
F10 (not displayed) put the cursor at the end of text.
F11 (not displayed) deletes the current line.
Download the sources
A binary file is included. Please look at the ldd.txt file for compatibility.
Last update: 09/03/2008