DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T m

⟦0507aa36c⟧ TextFile

    Length: 1285 (0x505)
    Types: TextFile
    Names: »manpage.doc«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/teco/manpage.doc« 

TextFile

NAME
	te - TECO text editor

SYNOPSIS
	te [filename]

DESCRIPTION
	te is an implementation of TECO written in C to run under
	Ultrix 1.2.

	te implements DEC standard TECO, with some exceptions
	described below, plus some extensions for the Ultrix
	environment.

	te assumes a VT100-type terminal, and its display
	driver is hard-coded for such.

DOCUMENTATION
	The DEC Standard TECO book describes the basic editing
	functions of TECO.  teco.doc describes the differences
	between te and standard TECO, including the extensions
	for the Ultrix environment.  maketeco.doc describes the
	files that comprise te, and the build procedure.

FILES
	~/.tecorc	editor startup file
	<file>.tmp	temporary output file(s)
	<file>.bak	previous version of edited file
	/etc/termcap	describes terminal (used only to find width of VT100)

AUTHOR
	Matt Fichtenbaum, GenRad Inc., Concord, Mass.

BUGS
	te acquires memory for its buffer using malloc(), but
	never returns the space.  This can cause the task in
	memory to appear to be larger than it is.

	Several of the standard display features of TECO, most
	notably the -256+n:W command used by interpretive editing
	macros, are unimplemented.  There are undoubtedly some
	subtle bugs in the display handler for the features that
	are implemented.