Re: Thread output with ncurses

2008-05-19 Thread Bjoern Schliessmann
blaine wrote: > The idea would be that the application simply has three 'windows' > or 'pads' and each thread would output to their respective one. I don't know much about ncurses, but I suggest you better use multiple processes (subprocess module). Regards, Björn -- BOFH excuse #434: Plea

Thread output with ncurses

2008-05-19 Thread blaine
Hey everyone, I currently have three independent applications that all 'do something' and output to the console when events are triggered. I'd like to combine these all into a single ncurses application. The idea would be that the application simply has three 'windows' or 'pads' and each thread