| Commit message (Expand) | Author | Age |
* | Fix to properly wrap wide characters, from Micah Cowan. | Nicholas Marriott | 2011-03-26 |
* | Support passing through escape sequences to the underlying terminal by | Nicholas Marriott | 2011-03-07 |
* | When clearing the entire screen, clear lines that are used into the | Nicholas Marriott | 2011-01-25 |
* | Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 | Nicholas Marriott | 2011-01-03 |
* | Support all four of the xterm mouse modes. Based on a diff from hsim at | Nicholas Marriott | 2010-12-29 |
* | Ensure we overwrite UTF-8 wide characters properly, and never overwrite | Nicholas Marriott | 2010-06-21 |
* | Merge copy mode and output mode, dropping the latter. Idea and code from | Nicholas Marriott | 2010-04-06 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott | 2009-12-03 |
* | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to | Nicholas Marriott | 2009-11-26 |
* | Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid | Nicholas Marriott | 2009-11-18 |
* | A screen can be one cell wide; don't crash if that is the case. | Nicholas Marriott | 2009-11-16 |
* | Add an explicit zero-length check for UTF-8 input data, prompted by a report | Nicholas Marriott | 2009-11-11 |
* | Try to reduce the UTF-8 mess. | Nicholas Marriott | 2009-10-20 |
* | UTF-8 combined character fixes. | Nicholas Marriott | 2009-10-20 |
* | Move the check for whether to force a line wrapper lower down into the tty code | Nicholas Marriott | 2009-10-20 |
* | Always move the cursor position on !xenl terminals, since there is no invisible | Nicholas Marriott | 2009-10-17 |
* | Don't print wide characters at screen width - 1. Matches uterm behaviour and | Nicholas Marriott | 2009-10-17 |
* | Instead of having a complicated check to see if the cursor is in the last | Nicholas Marriott | 2009-10-17 |
* | When drawing lines that have wrapped naturally, don't force a newline but | Nicholas Marriott | 2009-10-12 |
* | When backspace is received at the beginning of a line and the previous line was | Nicholas Marriott | 2009-10-12 |
* | Wrap a couple of long lines. | Nicholas Marriott | 2009-10-12 |
* | Permit attributes to be turned off in #[] by prefixing with "no", for example | Nicholas Marriott | 2009-10-12 |
* | Stick line length to what is actually used (removing an optimization that | Nicholas Marriott | 2009-09-15 |
* | Permit options such as status-bg to be configured using the entire 256 colour | Nicholas Marriott | 2009-09-10 |
* | Permit embedded colour and attributes in status-left and status-right using new | Nicholas Marriott | 2009-09-07 |
* | Ugh, committed the wrong version of this change and got both solutions rather | Nicholas Marriott | 2009-08-21 |
* | A few trivial optimisations: no need to check for zero size if calling | Nicholas Marriott | 2009-08-20 |
* | It was originally intended that scroll mode would show content that was | Nicholas Marriott | 2009-08-13 |
* | Add a flags member to the grid_line struct and use it to differentiate lines | Nicholas Marriott | 2009-08-08 |
* | Plug some memory leaks. | Nicholas Marriott | 2009-07-30 |
* | 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 |