Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site varian.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!houxm!vax135!cornell!uw-beaver!tektronix!hplabs!intelca!qantel!vlsvax1!zehntel!varian!david From: david@varian.UUCP (David Brown) Newsgroups: net.micro.pc Subject: Re: Curses in IBM Xenix? Message-ID: <318@varian.UUCP> Date: Mon, 13-May-85 17:30:02 EDT Article-I.D.: varian.318 Posted: Mon May 13 17:30:02 1985 Date-Received: Sun, 19-May-85 00:00:26 EDT References: <372@sytek.UUCP> Organization: Varian, Walnut Creek, CA Lines: 33 > Does anyone know if the IBM blessed Xenix release for the AT contains > Curses as one of the Berkeley enhancements? I've tried contacting > IBM but no one there seems to know. They can't even get a copy of > Xenix or at least the manuals to check for me . > > While I'm at it, what Berkeley enhancements does it support besides > csh. Yes, curses is there (for both the small and large models) for Xenix. However, there is no libcurses for the DOS cross environment -- I suppose you would need to rewrite termlib for a PC monitor. The programs that I tried that used curses worked on the console (a monochrome monitor) but failed on a TeleVideo 912 -- it turned out the termcap entry for the tvi912 was too large. When I trimmed the termcap entry, my curses programs worked. I also tried compiling the curses source from our VAX -- it failed because printw() calls doprnt(), which is not a user-accessible routine in Xenix. Other Berkeley enhancements I've noticed: vi (to use view, you need to create the link yourself: ln /bin/vi /bin/view) more strings enhanced ls (called lc) - multi-column, recursive, etc. A visual shell called vsh is supplied, but it is not related to the Berkeley vsh. -- David Brown (415) 945-2199 Varian Instruments 2700 Mitchell Dr. Walnut Creek, Ca. 94598 {zehntel,amd,fortune,resonex,rtech}!varian!david