| Commit message (Expand) | Author | Age |
* | 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 |
* | Support for VT100 graphics mode. Also lose some redundant checks. | Nicholas Marriott | 2007-11-24 |
* | Scroll region reset homes the cursor, so start at 0,0 when drawing. Also don'... | Nicholas Marriott | 2007-11-24 |
* | Inc region in debug msg. | Nicholas Marriott | 2007-11-23 |
* | Fix clear. | Nicholas Marriott | 2007-11-21 |
* | Initial history support. | Nicholas Marriott | 2007-11-21 |
* | Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display... | Nicholas Marriott | 2007-11-20 |
* | Style: ry_* -> r* | Nicholas Marriott | 2007-11-20 |
* | Check for scrolling when _cursor_ is inside region, not number of lines. Duh. | Nicholas Marriott | 2007-11-16 |
* | Support tab. | Nicholas Marriott | 2007-11-09 |
* | Don't save/restore ry_*. | Nicholas Marriott | 2007-10-26 |
* | Use local var and pull screen out of ictx. | Nicholas Marriott | 2007-10-24 |
* | Handle DSR for resize(1). | Nicholas Marriott | 2007-10-24 |
* | Save restore attr. | Nicholas Marriott | 2007-10-24 |
* | Don't send zero-length when we have a \0. | Nicholas Marriott | 2007-10-19 |
* | Add a bell-action option. | Nicholas Marriott | 2007-10-19 |
* | Handle \r\n at EOL properly. | Nicholas Marriott | 2007-10-12 |