summaryrefslogtreecommitdiff
path: root/urwid/vterm.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'urwid-windows'urwid-windowsIan Ward2014-04-281-3/+7
|\
| * Silly changes to enable windows support.Devin Jeanpierre2014-04-281-3/+7
* | fix Terminal: retry on select interruptedIan Ward2013-12-261-1/+7
|/
* fix: Terminal + python3 key translations not workingIan Ward2012-10-211-9/+7
* merge feature-containersIan Ward2012-03-071-2/+5
|\
| * fixes after sizing changesIan Ward2011-12-271-0/+1
| * document deprecation of {Flow,Fixed,Box}Widget as base classes and add missin...Ian Ward2011-12-271-2/+4
* | backout a582727ec3ec until fix can be found for Python3: Terminal: convert th...Ian Ward2011-12-281-13/+9
|/
* Terminal: convert the pty master fd into Python file() objectsthe grugq2011-11-291-9/+13
* Merge branch 'freebsd_fix'aszlig2011-10-251-3/+12
|\
| * vterm: Use errno.EWOULDBLOCK instead of 11.freebsd_fixaszlig2011-10-251-1/+2
| * vterm: Fix EOF handling on BSD variants.aszlig2011-10-251-3/+11
* | vterm: Remove obsolete attribute _old_tios.aszlig2011-10-251-2/+0
|/
* fixed broken string encoding for 'os.write'sGordin2011-10-181-1/+1
* copy the shared command_map instance to Widget._command_map and update standa...Ian Ward2011-09-211-2/+1
* drop "Widget" from TerminalWidget, rename example to terminal.pyIan Ward2011-07-051-1/+1
* use main_loop and no magic for vterm updatesIan Ward2011-07-051-21/+13
* connect "setup.py test" to unit testsIan Ward2011-02-161-1/+1
* clean up differing and duplicated compatibility codeIan Ward2011-02-081-1/+1
* vterm ptython3 compatibility workIan Ward2011-01-191-96/+105
* emit vterm python command tracebacks (for fixing tests)Ian Ward2011-01-171-7/+12
* prevent fork bomb during testingIan Ward2011-01-161-6/+7
* vterm: Implement DECCRM and thus fix CP437 display.aszlig2010-07-231-15/+27
* vterm: Integrate support for the blink attribute.aszlig2010-07-211-2/+6
* vterm: Allow passing environment variables.aszlig2010-07-201-3/+11
* vterm: Fix bytes/str encoding for py3k conversion.aszlig2010-07-201-0/+7
* vterm: Use attributes from OSError rather than subscripts!aszlig2010-07-201-3/+3
* vterm: Avoid tuple parameter unpacking in lambdas.aszlig2010-07-201-24/+24
* vterm: Don't try to push chars with a len of 0.aszlig2010-07-091-0/+3
* vterm: Add possibility to set IBM PC CP437 mapping.aszlig2010-07-091-2/+30
* vterm: If target encoding is UTF-8, always use unicode mode.aszlig2010-07-081-1/+2
* Revert "vterm: Pretend to be xterm, not a linux console."aszlig2010-07-081-1/+1
* Merge branch 'master' of github.com:aszlig/urwidaszlig2010-07-081-14/+26
|\
| * vterm: Pretend to be xterm, not a linux console.aszlig2010-07-061-1/+1
| * vterm: Fix G0/G1 charset setting/activating.aszlig2010-07-061-10/+18
| * vterm: Smooth scrolling of cursor in scrollback view.aszlig2010-07-061-3/+7
* | vterm: Fixed/implemented "set window title".aszlig2010-07-081-7/+11
|/
* vterm: Truncate scrolling buffer as necessary.aszlig2010-07-051-1/+24
* vterm: Implemented viewing scrollback buffer.aszlig2010-07-051-4/+51
* vterm: Added basic charset support (including G0/G1).aszlig2010-07-051-10/+125
* vterm: Small fix in parsing OSC sequence with leading zeros.aszlig2010-07-041-1/+1
* vterm: Set cursor state immediately on DECTECM.aszlig2010-07-041-0/+1
* vterm: Parsing 0x0b and 0x0c was useless, removed.aszlig2010-07-041-5/+0
* vterm: Replace calls to chr() with string constants.aszlig2010-07-041-14/+14
* vterm: Enter key activates keygrab mode.aszlig2010-07-041-1/+1
* vterm: Implemented linefeed as non-CSI escape sequence.aszlig2010-07-041-0/+2
* vterm: Fix cursor positioning within scrolling region.aszlig2010-07-041-0/+3
* vterm: Fix autowrap with tab and rotten cursor.aszlig2010-07-041-0/+2
* vterm: Added a DECCOLM dummy which clears the term.aszlig2010-07-041-0/+3
* vterm: Fix disabled autowrap.aszlig2010-07-041-15/+21