B. Watson 3186ed1247 development/xvi: Update email address. 2 years ago
..
README d987bd7386 development/xvi: Remove template comment. 3 years ago
README_SBo.txt ffffbc85ed development/xvi: Added (tiny but full-featured vi clone). 6 years ago
doinst.sh ffffbc85ed development/xvi: Added (tiny but full-featured vi clone). 6 years ago
slack-desc d987bd7386 development/xvi: Remove template comment. 3 years ago
xvi.SlackBuild 3186ed1247 development/xvi: Update email address. 2 years ago
xvi.info 3186ed1247 development/xvi: Update email address. 2 years ago

README

xvi (tiny but full-featured vi clone)

Xvi is a portable multi-window version of the UNIX editor 'vi', derived
from "STEVIE" in the 1980s. The program was originally developed for the
Atari ST, but has been ported to many platforms. In spite of its name,
there is, as yet, no X-Window-specific version of it.

It uses text windows separated by horizontal status lines on character
mode displays and the windows may represent different files being
edited, or different views on to the same file.

Two environment variables are supported:

OPT=-O2 - Build with regular optimization level (default is -Os).
STATIC=yes - Build the xvi binary statically linked.

See README_SBo.txt for more details.