| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | Split internal status-colour into status-fg/status-bg options and lose workar... | Nicholas Marriott | 2008-06-23 |
* | Split options into a table to allow abbreviations. | Nicholas Marriott | 2008-06-23 |
* | timespecadd, fgetln headers. | Nicholas Marriott | 2008-06-22 |
* | More missing bits from Solaris. | Nicholas Marriott | 2008-06-22 |
* | Don't be clever and translate default colour. | Nicholas Marriott | 2008-06-22 |
* | Simple tab completion of option names in command prompt. | Nicholas Marriott | 2008-06-21 |
* | Lose unnecessary flags on context. | Nicholas Marriott | 2008-06-21 |
* | buffer-limit option. | Nicholas Marriott | 2008-06-20 |
* | Swap in new paste buffer code and add a couple more commands. | Nicholas Marriott | 2008-06-20 |
* | Start of improved buffer code. Only set-buffer/show-buffer commands so far. | Nicholas Marriott | 2008-06-20 |
* | Freeze output when showing display line, fixes problems when no status line. | Nicholas Marriott | 2008-06-20 |
* | Hide cursor with flag. | Nicholas Marriott | 2008-06-19 |
* | Command prompt for interactive commands. | Nicholas Marriott | 2008-06-19 |
* | Editable prompt. Not used for anything yet. More to come. | Nicholas Marriott | 2008-06-19 |
* | Show status messages without blocking the server. | Nicholas Marriott | 2008-06-19 |
* | More Solaris stuff. Use ttyname, use ncurses,h. | Nicholas Marriott | 2008-06-18 |
* | NO_ASPRINTF. | Nicholas Marriott | 2008-06-18 |
* | More Sun OS crap. | Nicholas Marriott | 2008-06-18 |
* | forkpty for Sun OS. | Nicholas Marriott | 2008-06-18 |
* | compat/daemon.c | Nicholas Marriott | 2008-06-18 |
* | Start of Solaris port. | Nicholas Marriott | 2008-06-18 |
* | Set window title to current session. New options set-titles to disable. | Nicholas Marriott | 2008-06-18 |
* | Informational messages on window option changes. | Nicholas Marriott | 2008-06-16 |
* | show-window-options command. | Nicholas Marriott | 2008-06-16 |
* | Add a couple of extra option types, and implement show-options command. | Nicholas Marriott | 2008-06-15 |
* | New window options: force-width and force-height. This will force a window to | Nicholas Marriott | 2008-06-14 |
* | Clear blank area properly on redraw, and add a marker line below it. | Nicholas Marriott | 2008-06-14 |
* | Use a socketpair to synchronise server startup. | Nicholas Marriott | 2008-06-07 |
* | Clear clients with flag too. | Nicholas Marriott | 2008-06-07 |
* | Be more conservative about redrawing using flags. | Nicholas Marriott | 2008-06-07 |
* | New flag: aggressize resize. Resize window when to size of smallest session f... | Nicholas Marriott | 2008-06-06 |
* | Make server exit when last session dies. Also fix window check for status act... | Nicholas Marriott | 2008-06-06 |
* | Some Linux fixes; some code tidying. Don't redraw status bar so often. | Nicholas Marriott | 2008-06-06 |