summaryrefslogtreecommitdiff
path: root/tcvt.py
AgeCommit message (Expand)Author
2016-12-09improve sub process handling: return child exit codeHelmut Grohne
2016-12-09simplify Terminal start and stop using a context managerHelmut Grohne
2015-05-06Add an option to reverse the column orderKlaus Aehlig
2015-02-09"\b" is also known as cub1Helmut Grohne
2013-06-22name two more terminal functions hpa and vpaHelmut Grohne
2013-06-22support attributes blink and invisHelmut Grohne
2013-06-22confused terminfo "ind" and "ht"Helmut Grohne
2013-06-20use terminfo capability namesHelmut Grohne
2013-06-20use bytearraysHelmut Grohne
2013-06-03add mappings for Fn keysHelmut Grohne
2013-06-03clear screen on WINCHHelmut Grohne
2013-06-02fix WINCH handlingHelmut Grohne
2013-06-02allow specifying the number of columnsHelmut Grohne
2013-06-02support python3.3Helmut Grohne
2013-06-02support not crashing on unsupported sequencesHelmut Grohne
2013-06-02implement full alternate character setHelmut Grohne
2013-06-02add new input mode feed_graphicsHelmut Grohne
2013-06-01added more line drawing charactersHelmut Grohne
2013-02-02swallow exceptions for unknown keysHelmut Grohne
2013-02-02if argv is empty, start a $SHELLHelmut Grohne
2012-08-27support more than two columnsHelmut Grohne
2012-04-15tcvt: code cleanup using propertiesHelmut Grohne
2012-04-15print a reasonable error message when exec failsHelmut Grohne
2011-10-04support outputting ACS_VLINEHelmut Grohne
2011-09-30reduce screen.refresh()Helmut Grohne
2011-09-14fixed enter key in vimHelmut Grohne
2011-07-22pass through \xb4 (some tick) and \xe9 (accent e)Helmut Grohne
2011-06-08implement \t outputHelmut Grohne
2011-02-26fix rendering of alternate font for ncmpcHelmut Grohne
2011-02-26use tigetstr to resolve ansi key sequencesHelmut Grohne
2011-02-26properly process input keys with curses' getchHelmut Grohne
2011-02-26initial checkinHelmut Grohne