| Commit message (Expand) | Author | Age |
* | Sync OpenBSD patchset 155: | Tiago Cunha | 2009-07-22 |
* | Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full | Nicholas Marriott | 2009-07-14 |
* | Restore $Id$ and add script to do so. | Nicholas Marriott | 2009-06-25 |
* | Implement the CBT (backward tab) sequence (\033[Z). | Nicholas Marriott | 2009-06-25 |
* | Proper support for tab stops (\033H etc), using a bitstring(3). Makes another | Nicholas Marriott | 2009-06-25 |
* | Okay, so I screwed up when testing this, doh. Unbreak so that CAN/SUB actually | Nicholas Marriott | 2009-06-25 |
* | Oops, CAN and SUB should abort the sequence (return to first state), not remain | Nicholas Marriott | 2009-06-25 |
* | More input compatibility love. Support C0 within escape sequences, and the C0 | Nicholas Marriott | 2009-06-25 |
* | Implement the DEC alignment test. With the last change this is enough for the | Nicholas Marriott | 2009-06-25 |
* | Pass window titles through vis(1). <0x20 is dropped anyway by the input state | Nicholas Marriott | 2009-06-25 |
* | Space trimmage mega-diff. | Nicholas Marriott | 2009-05-04 |
* | Support NEL. | Nicholas Marriott | 2009-04-23 |
* | Better UTF-8 support, including combined characters. Unicode data is now stored | Nicholas Marriott | 2009-03-28 |
* | Step 2 of the Grand Plan To Make UTF-8 Better. | Nicholas Marriott | 2009-03-28 |
* | Unbreak UTF-8. | Nicholas Marriott | 2009-01-18 |
* | Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti... | Nicholas Marriott | 2009-01-11 |
* | Trim spaces. | Nicholas Marriott | 2009-01-10 |
* | Don't return NULL when retrieving a string that is too long. | Nicholas Marriott | 2009-01-08 |
* | Introduce nitems() and use it; use bsearch. | Nicholas Marriott | 2009-01-07 |
* | Make window options work the same was as session options, add mode-fg/mode-bg... | Nicholas Marriott | 2008-12-08 |
* | Ability to show window title on status line. | Nicholas Marriott | 2008-12-05 |
* | Disable UTF-8 by default and add options to enable it. | Nicholas Marriott | 2008-11-16 |
* | Record intermediate for p2/s2 and fake up charset redefinition (some programs... | Nicholas Marriott | 2008-11-04 |
* | This breaks mutt. | Nicholas Marriott | 2008-11-04 |
* | Alternative charset commands. | Nicholas Marriott | 2008-11-04 |
* | Better OSC support for title setting, and support APC as well. | Nicholas Marriott | 2008-10-09 |
* | SGR should not reset charset... don't know how this worked before... | Nicholas Marriott | 2008-09-26 |
* | Make RIS also reset scroll region. | Nicholas Marriott | 2008-09-26 |
* | Trim. | Nicholas Marriott | 2008-09-26 |
* | Internal screen data rewrite for better 256 colour/UTF-8 support. | Nicholas Marriott | 2008-09-25 |
* | Initial UTF-8 support. | Nicholas Marriott | 2008-09-09 |
* | Unbreak 256 colours when commands are combined. | Nicholas Marriott | 2008-09-09 |
* | Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick)... | Nicholas Marriott | 2008-09-08 |
* | Comments. | Nicholas Marriott | 2008-09-08 |
* | Get the colours right. | Nicholas Marriott | 2008-09-08 |
* | Initial 256 colour support, lightly tested. | Nicholas Marriott | 2008-09-08 |
* | Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separa... | Nicholas Marriott | 2008-07-24 |
* | Support keypad. Change cursor key output. | Nicholas Marriott | 2008-07-23 |
* | Missing NULL check. | Nicholas Marriott | 2008-06-18 |
* | Revert attempt to fix stray updates, turns out it was clock :-/. | Nicholas Marriott | 2008-06-04 |
* | vi keys from Will Maier. | Nicholas Marriott | 2008-06-04 |
* | Add activity monitoring, also invert items on taskbar which have activity. | Nicholas Marriott | 2008-06-04 |
* | Some key tweaks, fix status bar to not rely on attr. | Nicholas Marriott | 2008-01-03 |
* | Fix charset stuff. | Nicholas Marriott | 2007-12-06 |
* | Major reorganisation of screen handling. | Nicholas Marriott | 2007-12-06 |
* | Change window name on \ek...\e\. | Nicholas Marriott | 2007-11-30 |
* | Preliminary mouse support. | Nicholas Marriott | 2007-11-27 |
* | Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag. | Nicholas Marriott | 2007-11-27 |
* | Clear current line properly on clear eos. | Nicholas Marriott | 2007-11-27 |
* | Big internal reorganisation to move tty control into parent. | Nicholas Marriott | 2007-11-27 |