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 -- http://mail.python.org/mailman/listinfo/python-list