- 9389cfb Support -c for new-session, based on code from J Raynor. by Nicholas Marriott · 11 years ago
- a36da3a Remove the barely-used and unnecessary command check() function. by Nicholas Marriott · 11 years ago
- 76cb088 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 25c430b Reserve space for \0 in cmd_print, from George Nachman. by Nicholas Marriott · 12 years ago
- b5fda7a Spacing, warning nits. by Nicholas Marriott · 12 years ago
- 673eb16 Sort includes and fix spaces. by Nicholas Marriott · 12 years ago
- 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
- 410a3ab Add a wait-for command which blocks a client on a named channel until it by Nicholas Marriott · 12 years ago
- 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
- bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
- 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
- d1e6ce2 Add functions to allocate and free command contexts rather than doing it by Nicholas Marriott · 12 years ago
- 51d989f Do not crash when calling choose-tree with a command that changes the mode. by Nicholas Marriott · 12 years ago
- f47a063 Rename session idx to session id throughout and add $ prefix to targets to use by Nicholas Marriott · 12 years ago
- 7fd4d49 Add a wait-for command which blocks a client on a named channel until it is by Nicholas Marriott · 12 years ago
- 43d904d tty.path can be NULL, don't dereference it. From George Nachman. by Nicholas Marriott · 12 years ago
- 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
- 3a2e9d8 Fix error reporting for client commands by adding a flag to cmd_find_client to by Nicholas Marriott · 12 years ago
- afd5e97 Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
- 293e331 Add functions to allocate and free command contexts rather than doing it all on by Nicholas Marriott · 12 years ago
- 362c460 Do not crash when calling choose-tree with a command that changes the mode. by Nicholas Marriott · 12 years ago
- f4c815a Fix constness again, sigh. by Nicholas Marriott · 12 years ago
- 544c80d Fix constness of cmd_template_replace. by Nicholas Marriott · 12 years ago
- a3f4eb7 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- c2e2107 Style nits - return (x) not return x. by Nicholas Marriott · 12 years ago
- 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 854e8ae Add ^ and $ special command targets to select lowest and highest by Nicholas Marriott · 12 years ago
- 39631ed Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 991bfcf Fix session choice so that preferring unattached sessions actually by Nicholas Marriott · 12 years ago
- 5d60bc7 Use pgrp of pty fd not pid of immediate child when recovering current working by Nicholas Marriott · 12 years ago
- 42272df Use pgrp of pty fd not pid of immediate child when recovering current by Nicholas Marriott · 12 years ago
- 28fd3a3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
- 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
- 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
- a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
- a10143a Sync OpenBSD patchset 1146: by Tiago Cunha · 12 years ago
- ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
- df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
- f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago
- 2a36a0a Sync OpenBSD patchset 1135: by Tiago Cunha · 12 years ago
- a4a2c68 Do not crash when the current session has no window, fixes a bug by Nicholas Marriott · 12 years ago
- 995c9a5 Sync OpenBSD patchset 1099: by Tiago Cunha · 13 years ago
- 31cf531 Sync OpenBSD patchset 1095: by Tiago Cunha · 13 years ago
- 0f9e0d1 Do not return a buffer on the stack, mentioned by jsg a while ago. by Nicholas Marriott · 13 years ago
- 5cbca2e Fix printing commands with no arguments, from Benjamin Poirier. by Nicholas Marriott · 13 years ago
- e4f1fbd Sync OpenBSD patchset 1035: by Tiago Cunha · 13 years ago
- 07ac168 Add move-pane command (like join-pane but allows the same window). Also by Nicholas Marriott · 13 years ago
- 3e94fa7 Sync OpenBSD patchset 1028: by Tiago Cunha · 13 years ago
- 67949de Don't die if fail to get root directory, from Ben Boeckel. by Nicholas Marriott · 13 years ago
- 0fd0030 Adjust function name to the portable version. by Tiago Cunha · 13 years ago
- 4bb01c1 Sync OpenBSD patchset 1021: by Tiago Cunha · 13 years ago
- 908a22e Provide defined ways to set the various default-path possibilities: ~ by Nicholas Marriott · 13 years ago
- 2ee0d85 Sync OpenBSD patchset 1017: by Tiago Cunha · 13 years ago
- 0e59bc7 Give each window a unique id, like panes but prefixed with @. Based on by Nicholas Marriott · 13 years ago
- 5434a27 Sync OpenBSD patchset 1002: by Tiago Cunha · 13 years ago
- 8332413 Add some const and fix a warning. by Nicholas Marriott · 13 years ago
- e2d59a6 Sync OpenBSD patchset 993: by Tiago Cunha · 13 years ago
- fdd1d0b Allow $HOME as default-path in tmux.conf so the same config file can be used by Stefan Sperling · 13 years ago
- c1b9948 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
- f308ba9 Change the way the working directory for new processes is discovered. If by Nicholas Marriott · 13 years ago
- f513898 PatchSet 924 by Nicholas Marriott · 13 years ago
- fa0f10d PatchSet 923 by Nicholas Marriott · 13 years ago
- 65177b8 Add a respawn-pane command, from Marcel Partap. by Nicholas Marriott · 13 years ago
- 2b60c64 Get rid of the layout string code which tries to walk through the layout by Nicholas Marriott · 13 years ago
- 1d2b487 Sync OpenBSD patchset 906: by Tiago Cunha · 14 years ago
- 6f08472 Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha. by Nicholas Marriott · 14 years ago
- e5f4bf3 |PatchSet 884 by Nicholas Marriott · 14 years ago
- 4e452a2 |PatchSet 882 by Nicholas Marriott · 14 years ago
- 536fc24 PatchSet 870 by Nicholas Marriott · 14 years ago
- ec89eb9 Change so that an empty session name always means the current sessions by Nicholas Marriott · 14 years ago
- 5d519ba Add a flag to cmd_find_session so that attach-session can prefer by Nicholas Marriott · 14 years ago
- 808502a Give each pane created in a tmux server a unique id (starting from 0), by Nicholas Marriott · 14 years ago
- d0d1c0e Sync OpenBSD patchset 848: by Tiago Cunha · 14 years ago
- b802304 Set $TMUX without the session when background jobs are run. by Nicholas Marriott · 14 years ago
- 1df427b Sync OpenBSD patchset 829: by Tiago Cunha · 14 years ago
- 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
- cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
- 9ebee6a Global paste buffers instead of per-session which renders copy-buffer useless. by Tiago Cunha · 14 years ago
- a373235 Sync OpenBSD patchset 806: by Tiago Cunha · 14 years ago
- acf13ce Store sessions in an RB tree by name rather than a list, this is tidier by Nicholas Marriott · 14 years ago
- 39e277b |--------------------- by Nicholas Marriott · 14 years ago
- 34d05ea We now send argv to the server after parsing it in the client to get the by Nicholas Marriott · 14 years ago
- cd079e8 Sync OpenBSD patchset 780: by Tiago Cunha · 14 years ago
- 5a0ecc5 Sync OpenBSD patchset 774: by Tiago Cunha · 14 years ago
- 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
- 6c42f1a Fall back on normal session choice method if $TMUX exists but is invalid by Nicholas Marriott · 14 years ago
- 11f81e8 Sync OpenBSD patchset 735: by Tiago Cunha · 14 years ago
- 43355fa Make pane/window wrapping more logical (so with 10 windows, +10 from by Nicholas Marriott · 14 years ago
- bf1e237 Sync OpenBSD patchset 726: by Tiago Cunha · 14 years ago
- 8d3b726 Sync OpenBSD patchset 725: by Tiago Cunha · 14 years ago
- ef72933 Add a choose-buffer command for easier use of the paste buffer stack. by Nicholas Marriott · 14 years ago
- 386849e Extend the -t:+ and -t:- window targets for next and previous window to by Nicholas Marriott · 14 years ago
- 9900e28 Sync OpenBSD patchset 697: by Tiago Cunha · 15 years ago
- e0f4697 Identical behaviour to select-prompt can now be obtained with by Nicholas Marriott · 15 years ago
- 6f04866 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
- aa8f901 Support up, down, left, right movement through panes with -UDLR flags to by Nicholas Marriott · 15 years ago
- 64c26cf Sync OpenBSD patchset 611: by Tiago Cunha · 15 years ago
- 7d75dbb Permit !, + and - to be used for window targets to specify last window (!), or by Nicholas Marriott · 15 years ago
- da194cc Sync OpenBSD patchset 604: by Tiago Cunha · 15 years ago
- 6a45fab New command, join-pane, to split and move an existing pane into the space (like by Nicholas Marriott · 15 years ago