summaryrefslogtreecommitdiff
path: root/urwid/raw_display.py
Commit message (Expand)AuthorAgeFilesLines
* future division & font literals fixAndrew Dunai2018-01-031-0/+2
* WIPAndrew Dunai2018-01-021-1/+4
* Fixed Terminal widget crashes with Python3Sjc10002017-07-181-1/+1
* Merge pull request #122 from ids1024/masterIan Ward2016-06-091-2/+3
|\
| * Implement italics supportIan D. Scott2015-04-191-2/+3
* | Add 256-color support for fbtermBenjamin Yates2015-10-181-4/+14
* | Store envron's TERM value as a Screen attributeBenjamin Yates2015-10-181-4/+4
* | fixes https://github.com/wardi/urwid/issues/96Esteban null2015-09-201-1/+1
* | A better fix for #127 and #60, added self.flush() instead of carriage returnJared Winborne2015-07-021-2/+2
* | fix for #127 Added a \r for the screen to be properly restored after screen.s...Jared Winborne2015-06-291-1/+2
|/
* fix for bg bug introduced by #75Ian Ward2014-10-181-1/+1
* Merge pull request #75 from rwarren/bright_bg_for_linux_termIan Ward2014-10-171-7/+11
|\
| * fix bright bg rendering on linux termrwarren2014-08-271-7/+11
* | raw_display: enable code for skipping unchanged rows during redrawAnton Khirnov2014-09-271-1/+1
|/
* Fix calling get_input() on the raw screen.Eevee (Alex Munroe)2014-07-271-7/+13
* Add Screen.write and Screen.flush.Eevee (Alex Munroe)2014-06-031-13/+31
* Make BaseScreen.start() and stop() idempotent.Eevee (Alex Munroe)2014-06-031-8/+6
* Put run_wrapper in the base class; make BaseScreen.start() a contextmanager.Eevee (Alex Munroe)2014-06-031-14/+0
* Fix Screen.parse_input to be easily reused by subclasses.Eevee (Alex Munroe)2014-05-121-7/+12
* Fix `except ... as`.Eevee (Alex Munroe)2014-05-111-3/+3
* Have the Screen call back into MainLoop on new input.Eevee (Alex Munroe)2014-05-111-59/+96
* Push input-watching down into the Screen.Eevee (Alex Munroe)2014-05-111-0/+13
* Fix all trailing whitespace.Eevee (Alex Munroe)2014-05-111-37/+37
* Merge branch 'urwid-windows'urwid-windowsIan Ward2014-04-281-3/+7
|\
| * Silly changes to enable windows support.Devin Jeanpierre2014-04-281-3/+7
* | fix for #60 newline after screen.stop()Ian Ward2014-03-131-2/+2
* | fix lots of small typosPaul Ivanov2014-02-211-2/+2
* | fix typo in docstringPaul Ivanov2014-02-201-1/+1
* | fix #42: raw_display Fallback to 80x24 for term sizeFabian Deutsch2014-01-041-2/+8
* | fix #47: screen.stop/start() disables mouse eventsIan Ward2014-01-041-11/+14
* | second fix for raw_diplay: don't clear right when standout appliedIan Ward2014-01-021-3/+6
* | fix raw_diplay: don't clear right when standout appliedIan Ward2014-01-011-7/+12
* | fix for #25 raw_display+moving app into backgroundIan Ward2013-12-261-8/+15
* | slightly better fix for #33 screen+tmux TERMIan Ward2013-12-261-2/+3
* | fix for #33 screen+tmux w/o terminfo flag bceIan Ward2013-12-241-1/+2
* | Merge Wesmania's double, triple click supportIan Ward2013-12-241-2/+27
|\ \
| * | Incorporated support for double and triple clicks into raw and curses displays.Igor KotrasiƄski2013-06-061-2/+27
| |/
* | track the current state of mouse-tracking and do nothing if the user asks to ...Jim Garrison2013-04-031-0/+7
* | allow Screen.set_mouse_tracking(False) to disable mouse trackingJim Garrison2013-03-311-5/+10
|/
* fix for python3 and raw_display: use EL escape for whitespace at end of linesIan Ward2012-10-211-2/+2
* fix: raw_display crash when terminal width is 1Ian Ward2012-10-181-1/+1
* fix a raw_display regression related to clear-to-eol changeIan Ward2012-10-171-1/+1
* raw_display: remove unnecessary self._started check in get_input_nonblockingIan Ward2012-10-161-2/+0
* Merge feature-sphinxIan Ward2012-10-101-28/+31
|\
| * reference: text layout and display modulesIan Ward2012-07-171-28/+31
* | raw_display: signal change in input fds when screen stopped/startedIan Ward2012-09-231-8/+16
* | raw_display: use EL escape for whitespace at end of lines, fixes #87Ian Ward2012-07-251-5/+12
* | raw_display: don't flush after 1K sent, wait until end of updateIan Ward2012-07-251-13/+8
|/
* fix for python2.4 compatibilityIan Ward2011-11-281-3/+3
* don't mask errors caused by incorrect fileno parameter (again)Ian Ward2011-11-241-15/+9