Age | Commit message (Expand) | Author |
2010-06-28 | Send all three of stdin, stdout, stderr from the client to the server, so that | Nicholas Marriott |
2010-06-27 | Store the current working directory in the session, change the default-path | Nicholas Marriott |
2010-06-26 | Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed | Nicholas Marriott |
2010-06-21 | Add a choose-buffer command for easier use of the paste buffer stack. | Nicholas Marriott |
2010-06-21 | Extend the -t:+ and -t:- window targets for next and previous window to | Nicholas Marriott |
2010-06-21 | Having a list of winlinks->alerts for each session is stupid, just store | Nicholas Marriott |
2010-06-06 | Use a macro-based mask for obtaining a key or modifier-set from the | Nicholas Marriott |
2010-06-05 | Fix problems with window sizing seen by Raghavendra D Prabhu when | Nicholas Marriott |
2010-05-31 | When the mode-mouse option is on, support dragging to make a selection | Nicholas Marriott |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-23 | Pass in the session, rather than the client, to window modes' key() | Nicholas Marriott |
2010-05-05 | Identical behaviour to select-prompt can now be obtained with | Nicholas Marriott |
2010-05-04 | Put this back in with the initialisation in the right order. | Nicholas Marriott |
2010-05-04 | Revert last change, it appears to be broken somehow. | Nicholas Marriott |
2010-05-03 | Make signal handler setup/teardown two common functions instead of six, | Nicholas Marriott |
2010-04-06 | Merge copy mode and output mode, dropping the latter. Idea and code from | Nicholas Marriott |
2010-04-04 | Run job commands explicitly in the global enviroment (which can be | Nicholas Marriott |
2010-04-04 | Squash a function that is only called in a callback into the callback | Nicholas Marriott |
2010-03-22 | Dead functions, lint. | Nicholas Marriott |
2010-03-22 | Add vi-style "jump" commands for copy mode, from Micah Cowan. | Nicholas Marriott |
2010-03-22 | Support up, down, left, right movement through panes with -UDLR flags to | Nicholas Marriott |
2010-03-22 | New input parser based on http://vt100.net/emu/dec_ansi_parser. | Nicholas Marriott |
2010-03-02 | Permit keys in copy mode to be prefixed by a repeat count, entered with | Nicholas Marriott |
2010-02-19 | copy mode uses the real screen as backing and if it is updated while copying, | Nicholas Marriott |
2010-02-11 | Add "N" key to search the opposite way from the last search (reverse of "n"), | Nicholas Marriott |
2010-02-06 | Use the array.h code for the causes list. | Nicholas Marriott |
2010-02-06 | Support attaching a client read-only with a new -r flag to the attach-session | Nicholas Marriott |
2010-02-06 | Rectangle copy support, from Robin Lee Powell. | Nicholas Marriott |
2010-02-06 | Instead of bailing out on the first configuration file error, carry on, | Nicholas Marriott |
2010-02-04 | vi-style B, W and E keys in copy mode to navigate between words treating only | Nicholas Marriott |
2010-02-01 | Add scroll-up/scroll-down for choose/more mode, from Micah Cowan. | Nicholas Marriott |
2010-01-27 | Alter next-word to have vi-like movement behaviour, and add next-word-end with | Nicholas Marriott |
2010-01-25 | Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me. | Nicholas Marriott |
2010-01-07 | New command, join-pane, to split and move an existing pane into the space (like | Nicholas Marriott |
2010-01-03 | Options to set the colour of the pane borders, with different colours for the | Nicholas Marriott |
2009-12-17 | Allow keys to be replaced and reorder the table so that terminfo-defined keys | Nicholas Marriott |
2009-12-14 | New server option, escape-time, to set the timeout used to detect if escapes | Nicholas Marriott |
2009-12-10 | Add "server options" which are server-wide and not bound to a session or | Nicholas Marriott |
2009-12-08 | Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-12-03 | Eliminate duplicate code and ease the passage for server-wide options by adding | Nicholas Marriott |
2009-12-01 | New command, capture-pane, which copies the entire pane contents to a paste | Nicholas Marriott |
2009-11-30 | Handle partial xterm function key sequences. | Nicholas Marriott |
2009-11-26 | This doesn't need to be u_int. | Nicholas Marriott |
2009-11-26 | Tidy up various bits of the paste code, make the data buffer char * and add | Nicholas Marriott |
2009-11-26 | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to | Nicholas Marriott |
2009-11-25 | Output the right keys for application and number keypad modes (they were the | Nicholas Marriott |
2009-11-19 | Change status line drawing to create the window list in a separate screen and | Nicholas Marriott |
2009-11-19 | Two new options, window-status-format and window-status-current-format, which | Nicholas Marriott |
2009-11-19 | Don't interpret #() for display-message, it usually doesn't make sense and may | Nicholas Marriott |