- bae9584 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
- b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 11 years ago
- 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
- 3e27be3 Set PATH explicitly, either from client or session by nicm · 11 years ago
- d02c4bd Merge branch 'obsd-master' by Thomas · 11 years ago
- 40982a0 With -k, kill window after using it to work out -c path. Reported by by nicm · 11 years ago
- 7aeb447 Handle empty current directory more gracefully. by nicm · 11 years ago
- 909e1c1 Don't boke when figuring out working directory from configuration file. by nicm · 11 years ago
- 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
- b822d24 Support -c for new-session, based on code from J Raynor. by nicm · 11 years ago
- 9e0d7bd Don't boke when figuring out working directory from configuration file. by Nicholas Marriott · 11 years ago
- 4538c26 Alter how tmux handles the working directory to internally use file descriptors by Nicholas Marriott · 11 years ago
- 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
- 43fb983 Add -P and -F to new-session. 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
- 7f191c7 Add -P and -F to new-session. 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
- 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 3a0016a Use the CMD_*_USAGE defines consistently, from Thomas Adam. by Nicholas Marriott · 12 years ago
- d4dc52e Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- c695c0c Fix some function prototypes from Helmut Tessarek. by Nicholas Marriott · 12 years ago
- 1c60803 Sync OpenBSD patchset 1162: by Tiago Cunha · 12 years ago
- 73c6785 Use a separate define for each default format template and strip clutter 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
- 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
- 5cc4961 Sync OpenBSD patchset 1119: by Tiago Cunha · 13 years ago
- ebf94bc Switch all of the various choose- and list- commands over to the format by Nicholas Marriott · 13 years ago
- f41efd9 Sync OpenBSD patchset 1069: by Tiago Cunha · 13 years ago
- 4621034 Add notify hooks for various events, the functions are currently empty by Nicholas Marriott · 13 years ago
- 3307813 Sync OpenBSD patchset 1042: by Tiago Cunha · 13 years ago
- 3d98ada Sync OpenBSD patchset 1041: by Tiago Cunha · 13 years ago
- 18012f5 free -> xfree. by Nicholas Marriott · 13 years ago
- 03dca66 Add -F format to new-window and split-window to use with the -P flag, by Nicholas Marriott · 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
- 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
- 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
- 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 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
- 66fb24c Sync OpenBSD patchset 820: by Tiago Cunha · 14 years ago
- b6950ed Add a -P option to new-window and split-window to print the new window by Nicholas Marriott · 14 years ago
- 63e76b5 Sync OpenBSD patchset 730: by Tiago Cunha · 14 years ago
- 07a71fd Store the current working directory in the session, change the default-path by Nicholas Marriott · 14 years ago
- 47b335d Sync OpenBSD patchset 724: by Tiago Cunha · 14 years ago
- e63f054 Having a list of winlinks->alerts for each session is stupid, just store by Nicholas Marriott · 14 years ago
- 4012917 Nuke unused functions. by Nicholas Marriott · 15 years ago
- dd7abd9 -a flag to insert a window after an existing one, moving other windows by Nicholas Marriott · 15 years ago
- d3d85c3 -a flag to insert a window after an existing one, moving other windows 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
- cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
- 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
- c12e0b0 Sync OpenBSD patchset 567: by Tiago Cunha · 15 years ago
- 4ca857e Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to by Nicholas Marriott · 15 years ago
- e35f5b3 Sync OpenBSD patchset 539: by Tiago Cunha · 15 years ago
- 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
- 6a1ebb1 Sync OpenBSD patchset 371: by Tiago Cunha · 15 years ago
- 9dd72b9 Add "grouped sessions" which have independent name, options, current window and by Nicholas Marriott · 15 years ago
- 31ccf2f Sync OpenBSD patchset 342: by Tiago Cunha · 15 years ago
- 6fab9a3 Use KEYC_NONE constant instead of 0 on init. by Nicholas Marriott · 15 years ago
- e61ee94 Sync OpenBSD patchset 257: by Tiago Cunha · 15 years ago
- 3ad4de6 Add a base-index session option to specify the first index checked when looking by Nicholas Marriott · 15 years ago
- d637cb3 Sync OpenBSD patchset 181: by Tiago Cunha · 15 years ago
- 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
- 097b96e Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
- d358a35 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
- 5f108d9 Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
- 023d8d3 Tidy up and improve target (-t) argument parsing: by Nicholas Marriott · 15 years ago
- 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
- 84da2f3 Minor fix: look for default-path in the options for the specified session first by Nicholas Marriott · 15 years ago
- eb424cf Minor fix: look for default-path in the options for the specified session first by Nicholas Marriott · 15 years ago
- 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
- 4d9af27 Better error messages for fork. by Nicholas Marriott · 16 years ago
- 9acc267 new-window -k. by Nicholas Marriott · 16 years ago
- 93230a6 Pass return code from _exec; allow command sequences to work from the command line. by Nicholas Marriott · 16 years ago
- a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
- 4d71164 Pick up cwd from environment,. by Nicholas Marriott · 16 years ago
- 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
- df2b3bc Fix stupid GNU getopt behaviour. by Nicholas Marriott · 16 years ago
- 6c23e89 Sort options from Pierre Riteau. by Nicholas Marriott · 16 years ago
- 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 16 years ago
- ee1a7fd Print for the less easy commands. by Nicholas Marriott · 16 years ago
- 642c0b0 Easy bits of arg printing for list-keys. by Nicholas Marriott · 16 years ago
- 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
- 743956e Allow -c anywhere -s was allowed. by Nicholas Marriott · 16 years ago
- f91e7bf If no command is specified, assume new-session. by Nicholas Marriott · 16 years ago
- 95cc21c Quick man page update, also fix some usages and get rid of some CMD_KEY checks. by Nicholas Marriott · 16 years ago
- a26f58c Last bits of basic configuration file. By default in ~/.tmux.conf or specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created. by Nicholas Marriott · 16 years ago
- c7243b7 Move -s and -c down a level so handling them is the responsibility of the command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before. by Nicholas Marriott · 16 years ago
- 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
- b359f9b Add -c option to specify client, and move detach/refresh to client rather than session. by Nicholas Marriott · 17 years ago
- 7e3cc5f Use ctx->client/ctx->session inline instead of temporary variables which were by Nicholas Marriott · 17 years ago