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