Posted
about 11 years
ago
by
MiCazares
I am a firm believer in the fact that hard-work is always rewarded and vice versa for the case of laziness. This is the rule and not necessary the norm, and my experience in the business of the best paper writing service reviews has confirmed that
|
Posted
over 11 years
ago
by
vext01
Hi,
This test has been failing on OpenBSD for some time. I generated the following using hg default from 5 minutes ago:
FAIL: test_wrap_backspace_tab (urwid.tests.test_vterm.TermTest)
|
Posted
almost 12 years
ago
by
ian
add "Why can't I select text in an Urwid program?"
(diff)
|
Posted
almost 12 years
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
almost 12 years
ago
by
fabiand
Add oVirt Node
(diff)
|
Posted
almost 12 years
ago
by
fabiand
The attached patch should fix this by adding a fallback to 80x24.
|
Posted
almost 12 years
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
almost 12 years
ago
by
Ian Ward <ian@…>
urwid/container.py
second fix for Columns.move_cursor_to_coords
|
Posted
almost 12 years
ago
by
Ian Ward <ian@…>
urwid/container.py
fix for Columns.move_cursor_to_coords not handling left/right
|
Posted
almost 12 years
ago
by
Ian Ward <ian@…>
urwid/tests/test_container.py
test showing Columns.move_cursor_to_coords not handling left/right
|