summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
This enables running tcvt inside tcvt resulting in four non-linearly ordered columns.
2011-09-30reduce screen.refresh()Helmut Grohne
Previously it would refresh after at most 1024 bytes of output. With a slow terminal and much output this can be very annoying. So now we only refresh when there is no more output or a tenth of a second has passed since the last output.
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-27added Makefile for easy installationHelmut Grohne
2011-02-26added optcvt.shHelmut Grohne
Executes tcvt iff the resulting width is at least 80 chars.
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