⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 STEVIE文本文件编缉器的C 语言源程序
💻
字号:
STEVIE Source Release - 3.69

This is a source release of the STEVIE editor, a public domain clone
of the UNIX editor 'vi'. The program was originally developed for the
Atari ST, but has been ported to UNIX, OS/2, DOS, and Minix-ST as well.
Ports done by others, but not directly supported by this release, include
Minix-PC, Amiga, and a Data General system of some sort.

The good news about stevie is that it is extremely portable. It supports
systems with virtually all combinations of integer size, pointer size,
and byte order. The only major issue remaining, for some environments,
is that the file is kept in memory. For most environments, this isn't a
problem, but for Minix-PC it is particularly annoying.

The files included in this release are:

README
	This file.

stevie.mm
stevie.doc
	Reference manual for STEVIE. Assumes familiarity with vi.

source.doc
	Quick overview of the major data structures used.

porting.doc
	Tips for porting STEVIE to other systems.

os2.mk
unix.mk
dos.mk
tos.mk
minix.mk
	Makefiles for OS/2, UNIX, DOS, and the Atari ST (TOS and Minix).

os2.c
unix.c
dos.c
tos.c
minix.c
term.h
env.h
	System-dependent code for the same.

alloc.c ascii.h cmdline.c edit.c fileio.c help.c hexchars.c
keymap.h linefunc.c main.c mark.c misccmds.c normal.c ops.c ops.h
param.c param.h ptrfunc.c regexp.c regexp.h regmagic.h regsub.c
screen.c search.c stevie.h term.c undo.c version.c

	C source and header files for STEVIE.

ctags.doc
	Documentation for the accompanying program 'ctags'.

ctags.c
	Source code for the program 'ctags'.


To compile STEVIE for one of the provided systems:

	1. Edit the file 'env.h' to set the system defines as needed.

	2. Check the makefile for your system, and modify as needed.

	3. Compile.

Good Luck...

Tony Andrews
8/6/89

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -