Subject: is curses lib thread safe?
To: None <tech-userlevel@netbsd.org>
From: None <sigsegv@rambler.ru>
List: tech-userlevel
Date: 08/01/2004 18:40:42
Greetings, does anyone know if curses library functions are thread safe, 
or has anyone written multithreaded applications linked with curses libs 
and found problems with them? What about other curses implementations on 
other Unix systems, ie. Linux, Solaris etc? Basically I am trying to 
find out:
- is it possible to write multithreaded code which interacts safely with 
curses functions
- is such code portable to other OSes which have similar curses/ncurses libs

Thanks