Commit graph

4 commits

Author SHA1 Message Date
joerg
c757ed95de Fix errno. 2005-12-09 16:22:28 +00:00
agc
01907502f3 Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
agc
8cbf6814c3 Make this compile with gcc3: varargs -> stdarg 2004-01-22 23:19:02 +00:00
zuntum
2ef35b8049 Initial import of ve-1.0
NTHU-CS Maple BBS 2.36 BBS-like editor

ve is a tiny editor. Besides normal functions, it has some
great features for programmers --
goto line (ESC-G)
cut & paste cross files (Ctrl-G to see ve.hlp)
block shift left/right (ESC-J/K, Ctrl-G to see ve.hlp)
parenthesis matching (ESC-[)
seaching (Ctrl-S, ESC-n, ESC-p)
   (matching start of line, case sensitive/in-sensitive, forward/backward)
undo line (ESC - '-', or ESC-_   )
undelete lines (ESC-u)
...
emacs-like hot-key

Provided by Rui-Xiang Guo <rxg@netbsd.org> in pkg/16268
2002-04-19 14:05:17 +00:00