Thread output with ncurses

B

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 would output to their respective one. What is the best
way to go about this? Would I want to use a pad or window? Is this
common functionality that is already implemented? (ie scrolling
textbox that is easily written to like the console is).

Any help or tips would be appreciated. Thanks!
-Blaine
 
B

Bjoern Schliessmann

blaine said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,023
Latest member
websitedesig25

Latest Threads

Top