pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

curses vs ncurses



Given

  .include "../../mk/curses.buildlink3.mk"

# CURSES_DEFAULT
#       This value represents the type of curses we wish to use on the
#       system.  Setting this to "curses" means that the system curses
#       implementation is fine.
#
#       Possible: curses, ncurses, ncursesw, pdcurses
#       Default: (depends)


on NetBSD-current/amd64, I would have guessed "curses", yet I see

$ make show-var VARNAME=CURSES_DEFAULT
ncurses

Is there something wrong with -current libcurses? Or?

Cheers,

Patrick


Home | Main Index | Thread Index | Old Index