Hi, I'm a newbie with Urwid, and I'm out of resources, so I thought I'll ask in here.
I'm currently working in a project named pim, it's a vim/emacs like console text editor. It's an open source project, so anyone who wants to contribute, or join the team, is invited too. We need more people :) The project's in github.com/chiiph/pim/ <http://github.com/chiiph/pim/> As you can see, the UI is in curses, but since I'm having a lot of problems with key combinations, I saw that Urwid has that figured out really nice. The problem I'm experiencing is that I need a simple UI layout. Just like vim or emacs: a big text widget where the editing takes place, and at the bottom 2 other text widgets of exactly 1 row height, one for status, and one to act as a command line. Since the editing itself is done with a plug-in, I don't need any special widget, just one that can display formatted text. I really can't find a way to set this up, can anybody give me a hint on this? Thanks in advance, Tomas
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
