summaryrefslogtreecommitdiff
path: root/urwid/escape.py
Commit message (Expand)AuthorAgeFilesLines
* Python dual support (#266)Andrew Dunai2018-01-041-0/+2
* Add bracketed paste mode escape sequencesTom Dryer2015-04-121-0/+2
* Fix some Python 3 things that work fine in 2.6 anyway.Eevee (Alex Munroe)2014-05-111-4/+4
* Fix all trailing whitespace.Eevee (Alex Munroe)2014-05-111-26/+26
* Incorporated support for double and triple clicks into raw and curses displays.Igor KotrasiƄski2013-06-061-0/+14
* xterm/rxvt input sequences updateIan Ward2012-10-221-10/+13
* xterm modified delete sequencesIan Ward2012-10-221-1/+5
* rxvt shift+numpad input sequencesIan Ward2012-10-201-1/+7
* raw_display: use EL escape for whitespace at end of lines, fixes #87Ian Ward2012-07-251-1/+1
* support mouse X/Y positions 223-225, partial fix for #74Ian Ward2011-11-081-1/+1
* clean up differing and duplicated compatibility codeIan Ward2011-02-081-11/+4
* python 2.4 and 2.5 compatibility workIan Ward2011-01-111-3/+8
* be consistent about our if(python3) idiomIan Ward2010-12-281-4/+4
* merge from masterIan Ward2010-12-281-4/+1
|\
| * revert change that replaced utf-8 text in source with its \u equivalentIan Ward2010-12-261-4/+1
* | Now passes all tests in python 2.6Wendell2010-08-041-7/+7
|\ \ | |/
| * Implemented "U" as a cs option for attributes.aszlig2010-07-231-0/+2
| * Replace UTF-8 by unicode literal strings.aszlig2010-07-231-5/+5
* | Updated to work with python 3.Wendell2010-05-241-4/+12
|/
* Stop calling type() on literals.Marien Zwart2010-03-071-5/+5
* Stop using backticks for reprs.Marien Zwart2010-03-071-1/+1
* Convert implicit relative to absolute imports.Marien Zwart2010-03-071-2/+2
* Remove (circular) import of util from escape.Marien Zwart2010-03-071-4/+10
* Import cleanup: remove most uses of "import *", remove unused imports.Marien Zwart2010-02-111-1/+0
* use more compatible alternate buffer commands (Terminal.app compat)Ian Ward2010-01-171-2/+2
* untab escape.pyIan Ward2009-11-041-274/+274
* putty may send chr(13) on enterIan Ward2009-05-161-0/+1
* raw_display high colour supportIan Ward2008-11-081-75/+0
* work on partial display supportian2008-04-091-0/+5
* non-alternate buffer workian2008-01-081-0/+10
* start of input handling for status and cursor position reportingian2007-10-281-3/+54
* new tty_signal_keys() method allows set/get tty signal keys. Can now read ^C...ian2007-05-061-0/+2
* fix coding: lines, fix `ProgressBar`, update edit.pyian2007-03-111-1/+1
* allow external event loops with raw_display & fix bugs. Closes #16ian2007-03-041-50/+62
* fix cache refs leak, show cache stats in bench_1,2.ian2007-01-261-0/+3
* performance improvements as discussed on listian2006-12-091-1/+1
* release 0.9.7release-0.9.7ian2006-10-011-0/+4
* release 0.9.6release-0.9.6ian2006-08-221-1/+6
* release 0.9.5release-0.9.5ian2006-07-141-3/+20
* release 0.9.3release-0.9.3ian2006-04-141-6/+19
* release 0.9.2release-0.9.2ian2006-03-181-0/+33
* release 0.9.1release-0.9.1ian2006-03-061-2/+0
* release 0.9.0release-0.9.0ian2006-02-181-0/+325