Timeline
11/08/11:
- 23:46 Ticket #74 (Wrong mouse position when col > 255) closed by
- wontfix: [7ecfec62eea6] is the best I can do with the information that is sent on …
- 23:43 Ticket #75 (gpm input has wrong type) closed by
- fixed: Thanks! Works great.
- 23:42 Changeset [639:4c2e57e6d799] by
-
- urwid/raw_display.py
fix for gpm_mev and Python 3, #75
- 23:17 Changeset [640:e54e41d54818] by
-
- urwid/escape.py
support mouse X/Y positions 223-225, partial fix for #74
- 23:17 Changeset [638:7ecfec62eea6] by
-
- urwid/escape.py
support mouse X/Y positions 223-225, partial fix for #74
- 17:38 Changeset [637:4b9317cd8e1d] by
-
- urwid/tests.py
fix LineBox? test for Python 3
- 17:16 Changeset [636:fc2e1156213a] by
-
- CHANGELOG
update CHANGELOG
- 17:10 Changeset [635:3cee16329ef1] by
-
- CHANGELOG
update CHANGELOG
- 17:04 Changeset [634:9f3555f7b038] by
-
- urwid/__init__.py
bump version number to 0.9.9.3
- 16:56 Changeset [632:164480e843c3] by
-
- urwid/version.py
bump version number to 1.0.1
- 13:30 Ticket #75 (gpm input has wrong type) created by
- https://excess.org/urwid/browser/urwid/raw_display.py#L438 […] …
- 13:16 Ticket #74 (Wrong mouse position when col > 255) created by
- When the gnome-terminal (xterm, rxvt,..) has more than 255 columns and I …
11/02/11:
- 11:13 Changeset [631:676f4b5f9ab9] by
-
Merge aszlig vterm bsd (and osx) fix
- 10:55 Changeset [633:f5240195484e] by
-
- urwid/decoration.py
Filler mouse event window size bug fix
- 10:55 Changeset [626:8e70a0d83a3a] by
-
- urwid/decoration.py
Filler mouse event window size bug fix
10/24/11:
- 20:27 Changeset [630:a34eca99fff0] by
-
- urwid/vterm.py
- urwid/vterm.py
Merge branch 'freebsd_fix'
- 19:12 Changeset [628:08068f9e6f70] by
-
- urwid/vterm.py
vterm: Use errno.EWOULDBLOCK instead of 11.
This will fix issues with unit tests on FreeBSD and hopefully on Mac OS
X, too.
- 18:50 Changeset [629:b9c2489fcfe7] by
-
- urwid/vterm.py
vterm: Remove obsolete attribute _old_tios.
- 17:39 Changeset [627:3c983cbb988e] by
-
- urwid/vterm.py
vterm: Fix EOF handling on BSD variants.
FreeBSD seems to return an empty string on os.read() instead of raising
an OSError (code 5), so check for it and close gracefully.
10/20/11:
- 11:46 Changeset [625:94a026aa6f94] by
-
- urwid/raw_display.py
- urwid/web_display.py
minor changes to string encoding fix
10/18/11:
- 13:22 Changeset [624:21d98b4a4023] by
-
- urwid/raw_display.py
- urwid/vterm.py
- urwid/web_display.py
fixed broken string encoding for 'os.write's
10/15/11:
- 21:24 Changeset [623:08c6e67ce090] by
-
- urwid/graphics.py
fix typo in LineBox?
This typo caused part of the top line to be drawn using the string for
the bottom line.
---
urwid/graphics.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
