|
Posted
about 1 month
ago
by
ian
add "Why can't I select text in an Urwid program?"
(diff) |
||||||
|
Posted
2 months
ago
by
lauritz.thaulow
The doc says: "blank rows between cells vertically (if more than one row is required to display all the cells)".
However, GridFlow adds blank fows to the top even if there is only one row. Here's an example: import urwid w = |
||||||
|
Posted
3 months
ago
by
fabiand
Add oVirt Node
(diff) |
||||||
|
Posted
3 months
ago
by
fabiand
The attached patch should fix this by adding a fallback to 80x24.
|
||||||
|
Posted
3 months
ago
by
lauritz.thaulow
Here's a short snippet showing the problem:
import urwid import sys walker = urwid.SimpleFocusListWalker([1, 2, 3]) listbox = urwid.ListBox(walker) walker.set_focus_changed_callback( lambda pos: sys.stdout.write( |
||||||
|
Posted
4 months
ago
by
Ian Ward
urwid/container.py
second fix for Columns.move_cursor_to_coords |
||||||
|
Posted
4 months
ago
by
Ian Ward
urwid/container.py
fix for Columns.move_cursor_to_coords not handling left/right |
||||||
|
Posted
4 months
ago
by
Ian Ward
urwid/tests/test_container.py
test showing Columns.move_cursor_to_coords not handling left/right |
||||||
|
Posted
4 months
ago
by
Ian Ward
setup.py
setup.py: missing traceback import, skip retry when testing |
||||||
|
Posted
4 months
ago
by
Ian Ward
setup.py
fix test_suite for split up test files |
||||||
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.