aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Store the current working directory in the session, change the default-pathNicholas Marriott2010-06-27
* New option, detach-on-destroy, to set what happens to a client when the sessionNicholas Marriott2010-06-27
* Use server_destroy_session() for kill-session.Nicholas Marriott2010-06-26
* Setting the cmdlist pointer in the bind-key to NULL to prevent it being freedNicholas Marriott2010-06-26
* Add a choose-buffer command for easier use of the paste buffer stack.Nicholas Marriott2010-06-21
* Extend the -t:+ and -t:- window targets for next and previous window toNicholas Marriott2010-06-21
* Having a list of winlinks->alerts for each session is stupid, just storeNicholas Marriott2010-06-21
* Rename activity->alert in a couple of functions for consistency.Nicholas Marriott2010-06-21
* Give tmux sockets (but not the containing folder) groupNicholas Marriott2010-06-21
* Ensure we overwrite UTF-8 wide characters properly, and never overwriteNicholas Marriott2010-06-21
* Last change erroneously used the target argument for looking up theNicholas Marriott2010-06-14
* Add a missing command and some missing Ic, from Tiago Cunha.Nicholas Marriott2010-06-14
* Use a macro-based mask for obtaining a key or modifier-set from theNicholas Marriott2010-06-06
* Couple of missing command aliases/flags, from Tiago Cunha.Nicholas Marriott2010-06-05
* Fix problems with window sizing seen by Raghavendra D Prabhu whenNicholas Marriott2010-06-05
* Support the status_replace # replacement sequences in the pipe-paneNicholas Marriott2010-06-05
* Shut up gcc4 warnings.Nicholas Marriott2010-06-05
* This ioctl(TIOCGWINSZ) call is no longer necessary, the result is neverNicholas Marriott2010-06-05
* Fix binding of C-Space/C-@, from Micah Cowan.Nicholas Marriott2010-06-05
* Make start-of-line work the same as end-of-line on wrapped lines (jumpNicholas Marriott2010-06-05
* When the mode-mouse option is on, support dragging to make a selectionNicholas Marriott2010-05-31
* Better to say "command key bindings" since we've just called themNicholas Marriott2010-05-30
* There is no real reason not to list all the key bindings here ratherNicholas Marriott2010-05-30
* Move imsg into libutil and add a man page.Nicholas Marriott2010-05-26
* Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott2010-05-26
* Don't die if the client has been detached when the job finishes, justNicholas Marriott2010-05-25
* Fix an out-of-date comment.Nicholas Marriott2010-05-25
* Pass in the session, rather than the client, to window modes' key()Nicholas Marriott2010-05-23
* Enhance paste-buffer to allow lines to be separated by any string, fromNicholas Marriott2010-05-19
* Colour+attribute options for status line alerts, from Alex Alexander.Nicholas Marriott2010-05-14
* Accept (and document) "none" instead of "default" for attributes as itNicholas Marriott2010-05-14
* Use $OpenBSD$.Nicholas Marriott2010-05-14
* Catch SIGHUP and terminate if running as a client. This prevents clientsJoel Sing2010-05-12
* Identical behaviour to select-prompt can now be obtained withNicholas Marriott2010-05-05
* Put this back in with the initialisation in the right order.Nicholas Marriott2010-05-04
* Revert last change, it appears to be broken somehow.Nicholas Marriott2010-05-04
* Make signal handler setup/teardown two common functions instead of six,Nicholas Marriott2010-05-03
* Make C-] and other punctuation-based control key combinations work again.Ryan McBride2010-05-03
* sort options.Igor Sobrado2010-05-02
* Make the active pane border have a green foreground instead ofNicholas Marriott2010-04-28
* Fix crash when resizing in copy mode, when cursor can end up outside screen.Nicholas Marriott2010-04-28
* imsg.h does not need sys/tree.h.Nicholas Marriott2010-04-27
* Add a tiled layout, originally from Liam Bedford a while ago, fixed upNicholas Marriott2010-04-25
* When converting A-Z into a control character, want to subtract 64 notNicholas Marriott2010-04-23
* Mark zombie windows as dead in choose-window list, from Romain Francoise.Nicholas Marriott2010-04-21
* Rewrite key string conversions to be readable and to work properly forNicholas Marriott2010-04-21
* Catch SIGCHLD to avoid a zombie, from patrick keshishian.Nicholas Marriott2010-04-18
* Fix typo in escape state table leading to fatal() when \033} or \033~Nicholas Marriott2010-04-17
* If remain-on-exit is set, both the error callback and a SIGCHLD couldNicholas Marriott2010-04-17
* Fix use-after-free of the window link when it is part of a groupedNicholas Marriott2010-04-17