Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!topaz!husc6!harvard!panda!teddy!jpn From: jpn@teddy.UUCP (John P. Nelson) Newsgroups: net.unix Subject: Re: curses & ultrix Message-ID: <2913@teddy.UUCP> Date: Thu, 24-Jul-86 12:07:25 EDT Article-I.D.: teddy.2913 Posted: Thu Jul 24 12:07:25 1986 Date-Received: Thu, 24-Jul-86 21:50:11 EDT References: <2502@brl-smoke.ARPA> Reply-To: jpn@teddy.UUCP (John P. Nelson) Organization: GenRad, Inc., Concord, Mass. Lines: 13 >We are running Ultrix 1.2 on a VAX 8600. I am trying to compile a >a set of programs using curses. Unfortunately Ultrix's curses >doesn't conform with SYSV or 4.2 BSD. > The first problem I had was the defines of BOLD, DIM, etc was >missing from /usr/include/curses.h. Well, while it is true that ULTRIX curses is not compatible with the SYSV curses, it IS compatible with the 4.2BSD curses. Unforunately, the BSD curses does not have such things as BOLD, DIM, etc. If you were using BOLD or DIM on a 4.2 machine, it was because someone ported the system V curses to it. Just wanted to set the record straight.