I don't know. There is a suggestion to add slider widgets to urwin (http://excess.org/urwid/wiki/MoreWidgets), but I don't think it's been implemented yet (or did I miss it?).
I guess we could have buttons "grow" and "shrink". For now, I just implemented it using keyboard shortcuts, as this was the easiest and I wanted something to make sure that what I coded worked. I used [ and ], as these were the first reasonable ones I found that weren't already taken. Of course, this can all be changed. See https://github.com/inducer/pudb/pull/7. Aaron Meurer On Wed, Jul 27, 2011 at 9:06 PM, Andreas Kloeckner <[email protected]> wrote: > On Wed, 27 Jul 2011 20:57:53 -0600, Aaron Meurer <[email protected]> wrote: >> Actually, I didn't realize that urwid handles weighting. Probably a >> better solution would be to just add two new shortcut keys to increase >> or decrease the relative weight of the height of whatever frame you >> are in. Any idea what would be good keys for this? > > Make prefs for the weights? It's a bit less visual, but with your new > instant-apply fanciness, it should be ok. > > Andreas > > _______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
