widgets.status: Simplify navigation implementation
commita54f370be62c18f22f445c9f5d84d8bb60764195
authorDavid Aguilar <davvid@gmail.com>
Mon, 5 Dec 2011 01:37:05 +0000 (4 17:37 -0800)
committerDavid Aguilar <davvid@gmail.com>
Mon, 5 Dec 2011 01:37:05 +0000 (4 17:37 -0800)
treee207b71d4090a83a5ac43f6558790b2106697835
parentb014add6f22c5daa80ed094aa3e2613e10aba421
widgets.status: Simplify navigation implementation

Remove most special-cases by simply treating the items of interest as
a single concatenated list and making the navigation commands operate
on indexes within the list.  This makes both the code and the UX much
simpler.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/widgets/status.py