index
:
delta/python-packages/urwid.git
faster-import
fix-error-term-settings
fix-py34-tests
fix-screenshot-race
fix_404_high_color
freebsd_fix
ftr-containers
ftr-sphinx
gh-pages
hashbang-env
locale-fix
master
old-0.9.9
old-1.0
old-1.1
old-1.2
py3
python-dual-support
python33-twisted-bug
remove-enter-idle
unittests-1
urwid-windows
github.com: wardi/urwid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
urwid
/
raw_display.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
future division & font literals fix
Andrew Dunai
2018-01-03
1
-0
/
+2
*
WIP
Andrew Dunai
2018-01-02
1
-1
/
+4
*
Fixed Terminal widget crashes with Python3
Sjc1000
2017-07-18
1
-1
/
+1
*
Merge pull request #122 from ids1024/master
Ian Ward
2016-06-09
1
-2
/
+3
|
\
|
*
Implement italics support
Ian D. Scott
2015-04-19
1
-2
/
+3
*
|
Add 256-color support for fbterm
Benjamin Yates
2015-10-18
1
-4
/
+14
*
|
Store envron's TERM value as a Screen attribute
Benjamin Yates
2015-10-18
1
-4
/
+4
*
|
fixes https://github.com/wardi/urwid/issues/96
Esteban null
2015-09-20
1
-1
/
+1
*
|
A better fix for #127 and #60, added self.flush() instead of carriage return
Jared Winborne
2015-07-02
1
-2
/
+2
*
|
fix for #127 Added a \r for the screen to be properly restored after screen.s...
Jared Winborne
2015-06-29
1
-1
/
+2
|
/
*
fix for bg bug introduced by #75
Ian Ward
2014-10-18
1
-1
/
+1
*
Merge pull request #75 from rwarren/bright_bg_for_linux_term
Ian Ward
2014-10-17
1
-7
/
+11
|
\
|
*
fix bright bg rendering on linux term
rwarren
2014-08-27
1
-7
/
+11
*
|
raw_display: enable code for skipping unchanged rows during redraw
Anton Khirnov
2014-09-27
1
-1
/
+1
|
/
*
Fix calling get_input() on the raw screen.
Eevee (Alex Munroe)
2014-07-27
1
-7
/
+13
*
Add Screen.write and Screen.flush.
Eevee (Alex Munroe)
2014-06-03
1
-13
/
+31
*
Make BaseScreen.start() and stop() idempotent.
Eevee (Alex Munroe)
2014-06-03
1
-8
/
+6
*
Put run_wrapper in the base class; make BaseScreen.start() a contextmanager.
Eevee (Alex Munroe)
2014-06-03
1
-14
/
+0
*
Fix Screen.parse_input to be easily reused by subclasses.
Eevee (Alex Munroe)
2014-05-12
1
-7
/
+12
*
Fix `except ... as`.
Eevee (Alex Munroe)
2014-05-11
1
-3
/
+3
*
Have the Screen call back into MainLoop on new input.
Eevee (Alex Munroe)
2014-05-11
1
-59
/
+96
*
Push input-watching down into the Screen.
Eevee (Alex Munroe)
2014-05-11
1
-0
/
+13
*
Fix all trailing whitespace.
Eevee (Alex Munroe)
2014-05-11
1
-37
/
+37
*
Merge branch 'urwid-windows'
urwid-windows
Ian Ward
2014-04-28
1
-3
/
+7
|
\
|
*
Silly changes to enable windows support.
Devin Jeanpierre
2014-04-28
1
-3
/
+7
*
|
fix for #60 newline after screen.stop()
Ian Ward
2014-03-13
1
-2
/
+2
*
|
fix lots of small typos
Paul Ivanov
2014-02-21
1
-2
/
+2
*
|
fix typo in docstring
Paul Ivanov
2014-02-20
1
-1
/
+1
*
|
fix #42: raw_display Fallback to 80x24 for term size
Fabian Deutsch
2014-01-04
1
-2
/
+8
*
|
fix #47: screen.stop/start() disables mouse events
Ian Ward
2014-01-04
1
-11
/
+14
*
|
second fix for raw_diplay: don't clear right when standout applied
Ian Ward
2014-01-02
1
-3
/
+6
*
|
fix raw_diplay: don't clear right when standout applied
Ian Ward
2014-01-01
1
-7
/
+12
*
|
fix for #25 raw_display+moving app into background
Ian Ward
2013-12-26
1
-8
/
+15
*
|
slightly better fix for #33 screen+tmux TERM
Ian Ward
2013-12-26
1
-2
/
+3
*
|
fix for #33 screen+tmux w/o terminfo flag bce
Ian Ward
2013-12-24
1
-1
/
+2
*
|
Merge Wesmania's double, triple click support
Ian Ward
2013-12-24
1
-2
/
+27
|
\
\
|
*
|
Incorporated support for double and triple clicks into raw and curses displays.
Igor KotrasiĆski
2013-06-06
1
-2
/
+27
|
|
/
*
|
track the current state of mouse-tracking and do nothing if the user asks to ...
Jim Garrison
2013-04-03
1
-0
/
+7
*
|
allow Screen.set_mouse_tracking(False) to disable mouse tracking
Jim Garrison
2013-03-31
1
-5
/
+10
|
/
*
fix for python3 and raw_display: use EL escape for whitespace at end of lines
Ian Ward
2012-10-21
1
-2
/
+2
*
fix: raw_display crash when terminal width is 1
Ian Ward
2012-10-18
1
-1
/
+1
*
fix a raw_display regression related to clear-to-eol change
Ian Ward
2012-10-17
1
-1
/
+1
*
raw_display: remove unnecessary self._started check in get_input_nonblocking
Ian Ward
2012-10-16
1
-2
/
+0
*
Merge feature-sphinx
Ian Ward
2012-10-10
1
-28
/
+31
|
\
|
*
reference: text layout and display modules
Ian Ward
2012-07-17
1
-28
/
+31
*
|
raw_display: signal change in input fds when screen stopped/started
Ian Ward
2012-09-23
1
-8
/
+16
*
|
raw_display: use EL escape for whitespace at end of lines, fixes #87
Ian Ward
2012-07-25
1
-5
/
+12
*
|
raw_display: don't flush after 1K sent, wait until end of update
Ian Ward
2012-07-25
1
-13
/
+8
|
/
*
fix for python2.4 compatibility
Ian Ward
2011-11-28
1
-3
/
+3
*
don't mask errors caused by incorrect fileno parameter (again)
Ian Ward
2011-11-24
1
-15
/
+9
[next]