2009/11/6 Ian Ward <[email protected]>: >> Hi, >> I'm wondering wether it is possible to embed Bash (in general: shell) >> inside Urwid-based app? >> >> I want to make "toolbar" at the bottom to show additional info while >> user can still use Bash in interactive mode (or at least: read-only). > AFAIK no-one has tried creating a virtual TTY widget, which is what > you'd need to run console applications inside Urwid. It's actually a > fairly tricky thing to do properly, but if you're up for a challenge you > could give it a try. :-) Looking at how the "screen" program, or any > terminal emulator works would be a good start.
Erik, Ian, thanks for the replies. What about a case when I just want to write output into the screen (one of Urwird windows), from app working in the background? I'd like to have easy control over the colors (like Bash char control sequences). Thanks for answers in advance. -- vArDo _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
