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
*
Fix the asyncio example, and make the raw Screen work without real files
Eevee (Lexy Munroe)
2019-04-26
1
-13
/
+31
*
Merge pull request #284 from tonycpsu/24_bit_color
tonycpsu
2019-04-05
1
-6
/
+14
|
\
|
*
24-bit (true color) support.
Tony Cebzanov
2018-02-10
1
-6
/
+14
*
|
Fix misleading indentation in Screen._stop()
Akos Kiss
2018-12-08
1
-1
/
+1
|
/
*
Only rstrip row if not using underline
Random User
2018-01-16
1
-4
/
+4
*
Fix underlining padded text
Random User
2018-01-16
1
-1
/
+1
*
Merge pull request #270 from federicotdn/master
Andrew Dunai
2018-01-07
1
-6
/
+15
|
\
|
*
Screen class now sets signal handlers using a function provided by the event ...
Federico T
2018-01-05
1
-6
/
+15
*
|
Merge pull request #151 from inducer/master
Andrew Dunai
2018-01-07
1
-1
/
+1
|
\
\
|
*
|
Fix default screen size on raw display
Andreas Klöckner
2015-09-15
1
-1
/
+1
*
|
|
Merge pull request #222 from aleufroy/221_fix_fds_release_by_raw_display
Andrew Dunai
2018-01-07
1
-3
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fix: raw display should release file descriptors (issue #221)
Alain Leufroy
2017-03-16
1
-3
/
+1
*
|
|
Python dual support (#266)
Andrew Dunai
2018-01-04
1
-1
/
+6
*
|
|
Support for new foreground setting "strikethrough"
Christian Geier
2018-01-02
1
-1
/
+1
*
|
|
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
[next]