Actually, I lie, we need curses.h for ncurses because term.h doesn't include OK :-).
On Wed, Apr 21, 2010 at 08:43:22PM +0100, Nicholas Marriott wrote: > Hi > > NetBSD curses.h/term.h didn't have terminfo so we use ncurses.h. > > There is no reason not to use term.h on other platforms but it hardly > matters. > > I take it we need curses.h or term.h for this now rather than ncurses.h? > > > On Wed, Apr 21, 2010 at 08:08:47PM +0100, Roy Marples wrote: > > On Wed, 2010-04-21 at 18:43 +0100, Nicholas Marriott wrote: > > > Do we need to include curses.h as well instead of ncurses.h? > > > > Why include (n)curses.h at all? tmux only makes terminfo(3) calls, so it > > only needs to include term.h > > > > Thanks > > > > Roy > > ------------------------------------------------------------------------------ _______________________________________________ tmux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tmux-users
