| Commit message (Expand) | Author | Age |
* | Move dist.mk to tools/. | Nicholas Marriott | 2009-05-17 |
* | Keys in status line (p in vi mode, M-y in emacs) to paste the first line of t... | Nicholas Marriott | 2009-05-14 |
* | Everything supported has working vsnprintf. | Nicholas Marriott | 2009-05-13 |
* | Rename all feature flags to HAVE_* and move out of makefiles into a configure | Nicholas Marriott | 2009-05-13 |
* | Convert hidden flag to a full flags word for the status line and add a flag to | Nicholas Marriott | 2009-04-27 |
* | Avoid using the prompt history when the server is locked, and prevent any | Tiago Cunha | 2009-04-27 |
* | Redo mode keys slightly more cleanly and apply them to command prompt editing... | Nicholas Marriott | 2009-02-13 |
* | Move status prompt/message init and teardown into status.c. | Nicholas Marriott | 2009-02-13 |
* | Move sx,sy into tty rather than client. | Nicholas Marriott | 2009-02-11 |
* | Don't redraw status line unless it has actually changed. Stops extraneous | Nicholas Marriott | 2009-02-10 |
* | Support commands with right parenthesis. From nicm and me. | Tiago Cunha | 2009-02-01 |
* | Set colour of window entry in status line based on window options. | Nicholas Marriott | 2009-01-30 |
* | Support #(command) in status-left, and status-right. | Tiago Cunha | 2009-01-29 |
* | Allow status, mode and message attributes to be changed by three new options:... | Nicholas Marriott | 2009-01-27 |
* | Use reverse so status line etc works in terminals w/o colour. | Nicholas Marriott | 2009-01-23 |
* | Fix various silly problems with status line off. | Nicholas Marriott | 2009-01-19 |
* | Use reverse rather than background which doesn't show up when terminal doesn't | Nicholas Marriott | 2009-01-19 |
* | Tidy a few warnings. | Nicholas Marriott | 2009-01-17 |
* | Support #S #H in status-left/right. | Nicholas Marriott | 2009-01-15 |
* | Multiple window splitting. | Nicholas Marriott | 2009-01-14 |
* | Make the window pane code handle panes of different sizes, and add a -l and -... | Nicholas Marriott | 2009-01-12 |
* | Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti... | Nicholas Marriott | 2009-01-11 |
* | Server locking. set-password and lock-server commands, plus automatic locking. | Nicholas Marriott | 2009-01-11 |
* | Trim spaces. | Nicholas Marriott | 2009-01-10 |
* | Give up the farce of caring about any keys aside from the ones in the screen ... | Nicholas Marriott | 2009-01-08 |
* | +comment. | Nicholas Marriott | 2009-01-07 |
* | Stray debug message. | Nicholas Marriott | 2009-01-06 |
* | Complete option names as well. | Nicholas Marriott | 2009-01-06 |
* | Prompt history. | Nicholas Marriott | 2009-01-06 |
* | 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 |
* | Keep stack of previous windows. | Nicholas Marriott | 2008-11-16 |
* | Clear status bar cell. | Nicholas Marriott | 2008-09-29 |
* | Trim. | Nicholas Marriott | 2008-09-26 |
* | time.h | Nicholas Marriott | 2008-09-25 |
* | Internal screen data rewrite for better 256 colour/UTF-8 support. | Nicholas Marriott | 2008-09-25 |
* | 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 |
* | Fix scrolling. | Nicholas Marriott | 2008-06-27 |
* | Split internal status-colour into status-fg/status-bg options and lose workar... | Nicholas Marriott | 2008-06-23 |
* | IRIX fixes, sort of partly work. | Nicholas Marriott | 2008-06-23 |
* | IRIX fixes thanks to Elias Pipping. | Nicholas Marriott | 2008-06-23 |
* | Split options into a table to allow abbreviations. | Nicholas Marriott | 2008-06-23 |
* | Simple tab completion of option names in command prompt. | Nicholas Marriott | 2008-06-21 |
* | Use a fake cursor to avoid problems with real one when activity happens in wi... | Nicholas Marriott | 2008-06-19 |
* | status-lines -> status, prefix-key -> prefix | Nicholas Marriott | 2008-06-19 |
* | Handle empty strings as escape. | Nicholas Marriott | 2008-06-19 |
* | No space after prompt. | Nicholas Marriott | 2008-06-19 |
* | Editable prompt. Not used for anything yet. More to come. | Nicholas Marriott | 2008-06-19 |