| Commit message (Expand) | Author | Age |
* | Support btab. | Nicholas Marriott | 2009-01-10 |
* | Change server-info format. | Nicholas Marriott | 2009-01-10 |
* | Trim spaces. | Nicholas Marriott | 2009-01-10 |
* | New command, server-info, to show server info + terminal details. Also tweak ... | Nicholas Marriott | 2009-01-10 |
* | Build array of codes, stop using ncurses global variables and push ncurses cr... | Nicholas Marriott | 2009-01-09 |
* | Update key handling code. Simplify, support ctrl properly and add a new windo... | Nicholas Marriott | 2009-01-09 |
* | Give up the farce of caring about any keys aside from the ones in the screen ... | Nicholas Marriott | 2009-01-08 |
* | Introduce nitems() and use it; use bsearch. | Nicholas Marriott | 2009-01-07 |
* | Some options tidying/code shrinkage. Also add -u option to unset non-global o... | Nicholas Marriott | 2009-01-07 |
* | Complete option names as well. | Nicholas Marriott | 2009-01-06 |
* | Prompt history. | Nicholas Marriott | 2009-01-06 |
* | Switch to splay tree for key bindings. | Nicholas Marriott | 2009-01-06 |
* | source-file command from Tiago Cunha. | Nicholas Marriott | 2008-12-15 |
* | Work around lack of dch. | Nicholas Marriott | 2008-12-13 |
* | Import OpenBSD's getopt(3) to workaround broken glibc version. | Nicholas Marriott | 2008-12-10 |
* | 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 |
* | Fix build on sparc. | Nicholas Marriott | 2008-11-23 |
* | Bump NSETOPTION. | Nicholas Marriott | 2008-11-17 |
* | Disable UTF-8 by default and add options to enable it. | Nicholas Marriott | 2008-11-16 |
* | Keep stack of previous windows. | Nicholas Marriott | 2008-11-16 |
* | TAILQ -> SLIST. | Nicholas Marriott | 2008-11-05 |
* | Record intermediate for p2/s2 and fake up charset redefinition (some programs... | Nicholas Marriott | 2008-11-04 |
* | Translate 256 colours to 16. | Nicholas Marriott | 2008-10-09 |
* | Better OSC support for title setting, and support APC as well. | Nicholas Marriott | 2008-10-09 |
* | Trim. | Nicholas Marriott | 2008-09-26 |
* | Fix stupid GNU getopt behaviour. | Nicholas Marriott | 2008-09-25 |
* | Internal screen data rewrite for better 256 colour/UTF-8 support. | Nicholas Marriott | 2008-09-25 |
* | Rename some functions. | Nicholas Marriott | 2008-09-10 |
* | Split colour functions from screen. | Nicholas Marriott | 2008-09-10 |
* | Initial UTF-8 support. | Nicholas Marriott | 2008-09-09 |
* | Style tweaks. | Nicholas Marriott | 2008-09-08 |
* | Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick)... | Nicholas Marriott | 2008-09-08 |
* | Initial 256 colour support, lightly tested. | Nicholas Marriott | 2008-09-08 |
* | Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. | Nicholas Marriott | 2008-08-28 |
* | Tidy logging and lose stdout hacks for _info. | Nicholas Marriott | 2008-08-08 |
* | Lose ensure* stuff. | Nicholas Marriott | 2008-08-07 |
* | Environment variables in configuration file. | Nicholas Marriott | 2008-07-25 |
* | Spacing. | Nicholas Marriott | 2008-07-24 |
* | 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 |
* | Split emacs/vi keys into seperate tables. | Nicholas Marriott | 2008-07-02 |
* | long for pid. | Nicholas Marriott | 2008-07-01 |
* | Protocol versioning, version is checked on identify message. | Nicholas Marriott | 2008-07-01 |
* | Document buffer stuff. | Nicholas Marriott | 2008-06-30 |
* | Zombie windows, requested by Will Maier. | Nicholas Marriott | 2008-06-29 |
* | Oops, forgot to commit move-window. Also add select-prompt to allow index to ... | Nicholas Marriott | 2008-06-25 |
* | Allow use of alt keys. move-window command. | Nicholas Marriott | 2008-06-25 |
* | Handle escaped keys properly and use M-f/M-b in copy mode. | Nicholas Marriott | 2008-06-25 |
* | list-commands command. | Nicholas Marriott | 2008-06-23 |