?
To: Christos Zoulas <christos@nyc.deshaw.com>
From: Luke Mewburn <lm@cs.rmit.edu.au>
List: tech-userlevel
Date: 10/14/1997 00:27:14
Christos Zoulas writes:
> >mrg and i discussed this, and feel that we should do the following:
> > * create <termcap.h> with the stuff from termcap(3)
> > * change <curses.h> to include <termcap.h> instead of
> > defining the termcap(3) stuff
> > * modify the programs in the tree that currently just use
> > the termcap(3) stuff (and not the <curses.h> stuff),
> > and probably privately define the stuff in termcap(3),
> > to include <termcap.h> instead...
> >
> >objections? otherwise i'll do this in the next day or so.
>
> just move src/lib/libedit/termcap.h src/lib/libterm...
Is this ok:
* move libedit/termcap.h -> libterm/termcap.h
* hack libterm/Makefile to install libterm/termcap.h into <termcap.h>
* hack <curses.h> to use <termcap.h>
* hack the various programs that just use -ltermcap (and not -lcurses)
to use <termcap.h> instead of rolling their own prototypes and/or
using <curses.h>
?