Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!quiche!adr From: adr@cs.mcgill.ca (Alain DURAND) Newsgroups: comp.sys.hp Subject: CURSES problem with ANSI-C under HP-UX 7.0 Message-ID: <1991Jan18.204254.2232@cs.mcgill.ca> Date: 18 Jan 91 20:42:54 GMT Sender: news@cs.mcgill.ca (Netnews Administrator) Distribution: na Organization: SOCS, McGill University, Montreal, Canada Lines: 21 Originator: adr@bart I've some troubles to print semi-graphics characters with curses. I've tried something like: attron(A_ALTCHARSET); addch(0x74); ... All i got was a regular t instead of the right-oriented "TEE" expected. This work fine on a sun sparc under sunOs 4.1. I'm compiling under HP-UX 7.0 on a HP9000/360 with ansi-C with: cc -Aa pgm.c -o pgm -lcurses Any help or suggestion will be greatly appreciated. alain Durand, adr@bart.cs.mcgill.ca ps: please reply by E-mail.