Age | Commit message (Expand) | Author |
2014-11-08 | Two improvements to reflow from Balazs Kezes: | Nicholas Marriott |
2014-10-20 | Better format for printf format attributes. | Nicholas Marriott |
2014-10-02 | Copy ACS characters as UTF-8, from Balazs Kezes. | Nicholas Marriott |
2014-04-17 | Some more long lines. | Nicholas Marriott |
2014-01-28 | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | Nicholas Marriott |
2013-05-15 | RIS should reset focus reporting, from Hayaki Saito. | Nicholas Marriott |
2013-03-27 | Move the cursor back into the last column on CUU/CUD to match xterm | Nicholas Marriott |
2013-03-22 | Unbreak line wrapping. | Nicholas Marriott |
2013-03-22 | Implement DECAWM (SM/RM 7) using existing MODE_WRAP flag. | Nicholas Marriott |
2013-03-22 | Support the latest theory for mouse input, this is enabled/disabled with | Nicholas Marriott |
2013-03-22 | No more lint means no more ARGSUSED. | Nicholas Marriott |
2013-03-21 | Instead of loads of little screen_write_*_on and off functions which | Nicholas Marriott |
2013-01-18 | Rather than having two grids for each pane, one for ASCII and one for | Nicholas Marriott |
2013-01-15 | Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. | Nicholas Marriott |
2012-12-08 | Handle resetting 256-colours properly when parsing #[default], | Nicholas Marriott |
2012-09-24 | Use ACS characters for choose-tree arrows based on diff from Romain | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-03-17 | Revert screen-write.c r1.54 and fix the bug properly. After wrapping a | Nicholas Marriott |
2012-03-14 | Store context off before moving the cursor when wrapping, to fix long | Nicholas Marriott |
2012-03-03 | Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if | Nicholas Marriott |
2012-01-21 | Add a -R flag to send-keys to reset the terminal. Written ages ago and | Nicholas Marriott |
2011-10-23 | Support for \e[3J to clear the history. Also send the corresponding | Nicholas Marriott |
2011-05-18 | Support setting the xterm clipboard when copying from copy mode using | Nicholas Marriott |
2011-04-17 | Fix character position check, from Tiago Resende. | Nicholas Marriott |
2011-03-26 | Fix to properly wrap wide characters, from Micah Cowan. | Nicholas Marriott |
2011-03-07 | Support passing through escape sequences to the underlying terminal by | Nicholas Marriott |
2011-01-25 | When clearing the entire screen, clear lines that are used into the | Nicholas Marriott |
2011-01-03 | Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 | Nicholas Marriott |
2010-12-29 | Support all four of the xterm mouse modes. Based on a diff from hsim at | Nicholas Marriott |
2010-06-21 | Ensure we overwrite UTF-8 wide characters properly, and never overwrite | Nicholas Marriott |
2010-04-06 | Merge copy mode and output mode, dropping the latter. Idea and code from | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-11-26 | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to | Nicholas Marriott |
2009-11-18 | Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid | Nicholas Marriott |
2009-11-16 | A screen can be one cell wide; don't crash if that is the case. | Nicholas Marriott |
2009-11-11 | Add an explicit zero-length check for UTF-8 input data, prompted by a report | Nicholas Marriott |
2009-10-20 | 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-17 | 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-12 | 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-09-15 | Stick line length to what is actually used (removing an optimization that | Nicholas Marriott |
2009-09-10 | Permit options such as status-bg to be configured using the entire 256 colour | Nicholas Marriott |
2009-09-07 | Permit embedded colour and attributes in status-left and status-right using new | Nicholas Marriott |
2009-08-21 | Ugh, committed the wrong version of this change and got both solutions rather | Nicholas Marriott |