te(1) is an implementation of TECO in portable C. It implements DEC standard TECO, with some exceptions and extensions described below. te assumes a VT100-type terminal, and its display driver is hard-coded for such.
te(1) is an implementation of TECO in portable C. It implements DEC standard TECO, with some exceptions and extensions described below. te assumes a VT100-type terminal, and its display driver is hard-coded for such.
To install TECO, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install TECO
To see what files were installed by TECO, run:
port contents TECO
To later upgrade TECO, run:
sudo port selfupdate && sudo port upgrade TECO
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.