Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-02 | if argv is empty, start a $SHELL | Helmut Grohne | |
2012-08-27 | support more than two columns | Helmut Grohne | |
The TwoColumn class is renamed to Columns since it now has a configurable number of columns. Note that this support is not to the command line yet. | |||
2012-04-15 | manpage: mention homepage | Helmut Grohne | |
2012-04-15 | tcvt: code cleanup using properties | Helmut Grohne | |
2012-04-15 | Makefile: don't fail to install twice | Helmut Grohne | |
2012-04-15 | print a reasonable error message when exec fails | Helmut Grohne | |
2012-04-15 | added manual page tcvt.1 | Helmut Grohne | |
2011-10-04 | support outputting ACS_VLINE | Helmut Grohne | |
This enables running tcvt inside tcvt resulting in four non-linearly ordered columns. | |||
2011-09-30 | reduce 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-14 | fixed enter key in vim | Helmut Grohne | |
2011-07-22 | pass through \xb4 (some tick) and \xe9 (accent e) | Helmut Grohne | |
2011-06-08 | implement \t output | Helmut Grohne | |
2011-02-27 | added Makefile for easy installation | Helmut Grohne | |
2011-02-26 | added optcvt.sh | Helmut Grohne | |
Executes tcvt iff the resulting width is at least 80 chars. | |||
2011-02-26 | fix rendering of alternate font for ncmpc | Helmut Grohne | |
2011-02-26 | use tigetstr to resolve ansi key sequences | Helmut Grohne | |
2011-02-26 | properly process input keys with curses' getch | Helmut Grohne | |
2011-02-26 | initial checkin | Helmut Grohne | |