summaryrefslogtreecommitdiff
path: root/urwid/display_common.py
Commit message (Expand)AuthorAgeFilesLines
* fix #24 register_palette_entry: "hX" form with X>15Ian Ward2014-01-041-3/+14
* fixed spelling of "character" in docstringJim Garrison2013-01-201-1/+1
* manual: display modules update, add lcd_screen, move event loops into main lo...Ian Ward2012-08-281-24/+25
* don't mask errors caused by incorrect fileno parameter to tty_signal_keys()Ian Ward2011-11-231-5/+1
* fix: RealTerminal, raw_display.Screen: don't call tc{set,get}attr on non-ttys...the grugq2011-11-231-4/+13
* gpm: when gpm_mev fails remove it cleanly from watched fdsIan Ward2011-09-101-1/+2
* clean up differing and duplicated compatibility codeIan Ward2011-02-081-1/+6
* my mistake: // is supported in 2.4Ian Ward2011-01-111-9/+9
* python 2.4 and 2.5 compatibility workIan Ward2011-01-111-9/+9
* Now passes all tests in python 2.6Wendell2010-08-041-2/+5
|\
| * Add support for the blink attribute.aszlig2010-07-211-2/+5
* | Updated to work with python 3.Wendell2010-05-241-9/+9
|/
* move start/stop to BaseScreenIan Ward2010-03-101-0/+10
* Stop calling type() on literals.Marien Zwart2010-03-071-1/+1
* Convert implicit relative to absolute imports.Marien Zwart2010-03-071-2/+2
* can't mix docstrings and formats (from ronny)Ian Ward2010-01-131-4/+4
* fix inconsistent indentsIan Ward2009-11-041-3/+3
* bux fixes: palette entry copying, error message on invalid entriesIan Ward2009-10-181-3/+7
* submit to american dominance of english languageIan Ward2009-01-161-177/+177
* fix for missing "None" palette entry in raw_displayIan Ward2008-12-291-2/+1
* various fixes from Andreas KlöcknerIan Ward2008-12-071-1/+1
* AttrSpec: restore error messages for invalid bg/fg, make ""=="default" explicitIan Ward2008-12-071-6/+9
* fix AttrSpec background property bug. simplify forground property codeIan Ward2008-11-091-14/+9
* raw_display high colour supportIan Ward2008-11-081-46/+190
* AttrSpec.get_rgb_values()ian2008-03-101-2/+37
* small step towards partial screen displayian2008-03-081-0/+9
* split up util.py: command_map.py main_loop.py monitored_list.py signals.py te...ian2007-12-301-0/+624