summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-28use portable #!HEADmasterHelmut Grohne
2021-01-22Merge branch utf8 into masterHelmut Grohne
2021-01-22README.md: improve spelling and formattingHelmut Grohne
2021-01-22ignore bracketed pasted mode for nowHelmut Grohne
2017-11-03implement "el" family properlyHelmut Grohne
2017-11-03fix writing of utf8 chars in the last columnHelmut Grohne
2017-01-16initial utf8 supportHelmut Grohne
2017-01-10implement cursor position reporting (u7)Helmut Grohne
2017-01-05improve corner cases related to resizing and mode switchingHelmut Grohne
2016-12-19fix broken color handlingHelmut Grohne
2016-12-15remove unused inch methodHelmut Grohne
2016-12-14fix SIGWINCH race condition during startupHelmut Grohne
2016-12-12note known breakage with FreeBSD's cursesHelmut Grohne
2016-12-12Make tcvt aware of the OSC sequencesKlaus Aehlig
2016-12-10convert more branches into table lookupsHelmut Grohne
2016-12-10precompute lookup tablesHelmut Grohne
2016-12-09fix adding characters at the end of the windowHelmut Grohne
2016-12-09push the refresh logic into the Terminal classHelmut Grohne
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-07fix manual page syntaxHelmut 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-02manpage: explain TCVT_DEVEL variableHelmut 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-06-01added a READMEHelmut 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-15manpage: mention homepageHelmut Grohne
2012-04-15tcvt: code cleanup using propertiesHelmut Grohne
2012-04-15Makefile: don't fail to install twiceHelmut Grohne
2012-04-15print a reasonable error message when exec failsHelmut Grohne
2012-04-15added manual page tcvt.1Helmut Grohne
2011-10-04support outputting ACS_VLINEHelmut Grohne
2011-09-30reduce screen.refresh()Helmut Grohne
2011-09-14fixed enter key in vimHelmut Grohne