[comp.sys.hp] CURSES problem with ANSI-C under HP-UX 7.0

adr@cs.mcgill.ca (Alain DURAND) (01/19/91)

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.