Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!apple!altos!gumby!clp From: rad@genco.bungi.com (Bob Daniel) Newsgroups: comp.unix Subject: Re: need info on curses book Message-ID: <4774@gumby.Altos.COM> Date: 4 Apr 91 19:37:33 GMT References: <4751@gumby.Altos.COM> Sender: clp@gumby.Altos.COM Reply-To: uunet!genco.bungi.com!rad (Bob Daniel) Organization: Gentry & Assoc. Excelsior Springs, MO Lines: 21 Approved: clp@altos.com In article <4751@gumby.Altos.COM> uucigj@swbatl.sbc.com (Greg Jensen - UCI - 5-3531) writes: >I would like to get any input on whether or not the book "Using C with >Curses, Lex and Yacc" is worth getting to learn about using curses. I am >also interested in anyones comments on the window shell that the book says >you will build as you go thru the book. Has anyone typed this in? Is it >possibly available from an ftp site, for one to try out before one buys? I have not seen "Using C with Curses, Lex, and Yacc" but here is a good book that explains curses thouroughly: UNIX Curses Explained Berny Goodheart Prentice Hall ISBN 0-13-931957-3 About 280 pages It covers curses windows, curses.h, video attributes, pads, terminfo capabilities, and low lever terminfo library, and more. A good reference book covering curses.