slackbuilds/development/xvi
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
README_SBo.txt
doinst.sh
slack-desc
xvi.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
xvi.info

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-Windows-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.