Subject: Re: termcap question
To: <>
From: Simon Burge <simonb@netbsd.org>
List: netbsd-help
Date: 09/07/1999 10:49:20
"Michael G. Schabert" wrote:

> >Sure. I want to create a terminal device, called zterm, similar to vt100,
> >but with 37 lines & 96 cols. I also want to change a couple of other things.
> >This is the most convenient size to use with Zterm on a Mac as a serial
> >terminal. I know I can change the rows & cols with stty, but I would like a
> >specific device type.
> 
> Try /usr/share/misc/termcap

Or if it's just for a single user you can have a .termcap in your home
directory - that way it wont get scribbled on if you type "make build"
or whatever...

Simon.