| Commit message (Expand) | Author | Age |
| * | Draw UTF-8 characters under the selection correctly. | Nicholas Marriott | 2009-07-27 |
| * | More tty code tidying: move the saved cursor/region position (from before the | Nicholas Marriott | 2009-07-22 |
| * | enum tty_cmd is only used as an index into the array of command function | Nicholas Marriott | 2009-07-22 |
| * | There are relatively few arguments to tty_cmd_* functions now, so tidy them up | Nicholas Marriott | 2009-07-22 |
| * | tty_cmd_raw is only used once, for raw UTF-8 output, so rename it to | Nicholas Marriott | 2009-07-22 |
| * | The scroll region cannot be one line only, ignore attempts to make it so. | Nicholas Marriott | 2009-07-14 |
| * | Cursor up and down should be limited by the scroll region (cuu should stop at | Nicholas Marriott | 2009-07-09 |
| * | Change inserting and deleting lines inside the scroll region to properly clear | Nicholas Marriott | 2009-07-09 |
| * | Tidy by removing unused argument from grid_view_{insert,delete}_line_region | Nicholas Marriott | 2009-07-09 |
| * | Fix two errors with character/line insertion and deletion: the maximum number | Nicholas Marriott | 2009-06-29 |
| * | Status line fixes: don't truncate status-right now the length calculation is | Nicholas Marriott | 2009-06-26 |
| * | Remove trailing newlines, spaces, and tabs. | Ray Lai | 2009-06-05 |
| * | Support insert mode by using insert character to shift the cells before writing | Nicholas Marriott | 2009-06-03 |
| * | Implement the DEC alignment test. With the last change this is enough for the | Nicholas Marriott | 2009-06-03 |
| * | Fix some miscalculations when clearing to start of screen: the number of lines | Nicholas Marriott | 2009-06-03 |
| * | New session option, status-utf8, to control the interpretation of top-bit-set | Nicholas Marriott | 2009-06-03 |
| * | Add a UTF-8 aware string length function and make UTF-8 in | Nicholas Marriott | 2009-06-03 |
| * | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott | 2009-06-01 |