Xref: altitude alt.sources:22 alt.sources.amiga:1 Path: altitude!clyde.concordia.ca!mcgill-vision!snorkelwacker!usc!zaphod.mps.ohio-state.edu!lavaca.uh.edu!uhnix1!sugar!peter From: peter@sugar.hackercorp.com (Peter da Silva) Newsgroups: alt.sources,alt.sources.amiga Subject: Small termlib (suitable for use with Elvis) Message-ID: <6517@sugar.hackercorp.com> Date: 4 Sep 90 12:15:45 GMT Organization: Sugar Land Unix - Houston Lines: 935 Archive-name: termlib The following implementation of termlib is hereby placed in the public domain. It's not fancy, it doesn't inlcude terminfo, but it's small and clean and is useful for porting termlib-based programs like Elvis to other platforms. I originally wrote it for CP/M under the BDS C compiler so it makes few assumptions about the environment. The included makefile is for the Amiga, but I think it unlikely anyone would have much trouble porting it to other machines. The implementation of tgoto is probably out of date, but if you really need more it'd be easy enough to expand. The port of elvis itself to the Amiga is underway.