Age | Commit message (Expand) | Author |
2010-07-22 | Fix a crash: if remain-on-exit is set and the pane has exited, the | Nicholas Marriott |
2010-07-19 | Don't return if in the current window since we may want to report a bell | Nicholas Marriott |
2010-07-19 | Send the \n to stdout with the message, not stderr... doh. | Nicholas Marriott |
2010-07-15 | some escapes i missed; | Jason McIntyre |
2010-07-14 | Make pane/window wrapping more logical (so with 10 windows, +10 from | Nicholas Marriott |
2010-07-11 | Return the command client return code with MSG_EXIT now that MSG_ERROR and | Nicholas Marriott |
2010-06-29 | replace some magic mouse constants with defines for clarity. ok nicm | Ted Unangst |
2010-06-29 | Custom layouts. list-windows command displays the layout as a string (such as | Nicholas Marriott |
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-27 | New option, detach-on-destroy, to set what happens to a client when the session | Nicholas Marriott |
2010-06-26 | Use server_destroy_session() for kill-session. | 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-21 | Rename activity->alert in a couple of functions for consistency. | Nicholas Marriott |
2010-06-21 | Give tmux sockets (but not the containing folder) group | Nicholas Marriott |
2010-06-21 | Ensure we overwrite UTF-8 wide characters properly, and never overwrite | Nicholas Marriott |
2010-06-14 | Last change erroneously used the target argument for looking up the | Nicholas Marriott |
2010-06-14 | Add a missing command and some missing Ic, from Tiago Cunha. | Nicholas Marriott |
2010-06-06 | Use a macro-based mask for obtaining a key or modifier-set from the | Nicholas Marriott |
2010-06-05 | Couple of missing command aliases/flags, from Tiago Cunha. | Nicholas Marriott |
2010-06-05 | Fix problems with window sizing seen by Raghavendra D Prabhu when | Nicholas Marriott |
2010-06-05 | Support the status_replace # replacement sequences in the pipe-pane | Nicholas Marriott |
2010-06-05 | Shut up gcc4 warnings. | Nicholas Marriott |
2010-06-05 | This ioctl(TIOCGWINSZ) call is no longer necessary, the result is never | Nicholas Marriott |
2010-06-05 | Fix binding of C-Space/C-@, from Micah Cowan. | Nicholas Marriott |
2010-06-05 | Make start-of-line work the same as end-of-line on wrapped lines (jump | Nicholas Marriott |
2010-05-31 | When the mode-mouse option is on, support dragging to make a selection | Nicholas Marriott |
2010-05-30 | Better to say "command key bindings" since we've just called them | Nicholas Marriott |
2010-05-30 | There is no real reason not to list all the key bindings here rather | Nicholas Marriott |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-25 | Don't die if the client has been detached when the job finishes, just | Nicholas Marriott |
2010-05-25 | Fix an out-of-date comment. | Nicholas Marriott |
2010-05-23 | Pass in the session, rather than the client, to window modes' key() | Nicholas Marriott |
2010-05-19 | Enhance paste-buffer to allow lines to be separated by any string, from | Nicholas Marriott |
2010-05-14 | Colour+attribute options for status line alerts, from Alex Alexander. | Nicholas Marriott |
2010-05-14 | Accept (and document) "none" instead of "default" for attributes as it | Nicholas Marriott |
2010-05-14 | Use $OpenBSD$. | Nicholas Marriott |
2010-05-12 | Catch SIGHUP and terminate if running as a client. This prevents clients | Joel Sing |
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-05-03 | Make C-] and other punctuation-based control key combinations work again. | Ryan Thomas McBride |
2010-05-02 | sort options. | Igor Sobrado |
2010-04-28 | Make the active pane border have a green foreground instead of | Nicholas Marriott |
2010-04-28 | Fix crash when resizing in copy mode, when cursor can end up outside screen. | Nicholas Marriott |