On Mon, Sep 2, 2013 at 5:45 PM, Aleksandr Miroslav <[email protected]> wrote: > On Sat, Aug 31, 2013 at 9:22 PM, Aleksandr Miroslav <[email protected]> > wrote: >> Now here is the behavior I am after, I want to display the bottom half >> of the text, not the top half. > > Using a Pile exhibits the same behavior:
Taking another look at this, it seems like the only correct way to do this is to use a ListBox and have the ListWalker disable any input handling and always set the focus to the last item. I'll try and whip up a simple example. Alex _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
