| Commit message (Expand) | Author | Age | Files | Lines |
* | Add xreallocarray and remove nmemb argument from xrealloc. |  nicm | 2014-10-08 | 1 | -4/+4 |
* | Support using pane id as part of session or window specifier (so %1 |  nicm | 2014-09-25 | 1 | -40/+47 |
* | Support ! for last pane. |  nicm | 2014-09-25 | 1 | -2/+8 |
* | Show an error if cmd_find_session can't find the current session, like |  nicm | 2014-07-13 | 1 | -4/+9 |
* | If multiple arguments are given to new-session, new-window, |  nicm | 2014-05-13 | 1 | -2/+28 |
* | Just use char ** for argv like normal people, not char *const *. |  nicm | 2014-05-09 | 1 | -2/+2 |
* | Remove the choose-list command to prepare for some later choose-* work. |  nicm | 2014-04-16 | 1 | -2/+1 |
* | Don't write into buffer if no arguments, reported by Filipe Rosset. |  nicm | 2014-03-31 | 1 | -1/+4 |
* | Allow attach-session -t to accept a window and pane to select them on |  nicm | 2014-01-09 | 1 | -3/+1 |
* | We accidentally haven't been using $TMUX to work out the session for a |  nicm | 2013-10-10 | 1 | -9/+1 |
* | Remove now unused cmd_get_default_path. |  nicm | 2013-10-10 | 1 | -72/+1 |
* | Support -c for new-session, based on code from J Raynor. |  nicm | 2013-10-10 | 1 | -37/+24 |
* | Remove the barely-used and unnecessary command check() function. |  nicm | 2013-10-10 | 1 | -3/+1 |
* | Reserve space for \0 in cmd_print, from George Nachman. |  nicm | 2013-05-15 | 1 | -3/+3 |
* | Sort includes and fix spaces. |  nicm | 2013-03-25 | 1 | -3/+3 |
* | Rename session idx to session id throughout and add $ prefix to targets |  nicm | 2013-03-25 | 1 | -3/+23 |
* | Add a wait-for command which blocks a client on a named channel until it |  nicm | 2013-03-25 | 1 | -1/+2 |
* | tty.path can be NULL, don't dereference it. From George Nachman. |  nicm | 2013-03-25 | 1 | -5/+5 |
* | Add a command queue to standardize and simplify commands that call other |  nicm | 2013-03-24 | 1 | -93/+65 |
* | Fix error reporting for client commands by adding a flag to |  nicm | 2013-03-24 | 1 | -5/+9 |
* | Need to set clients in context before changing their reference count. |  nicm | 2013-03-22 | 1 | -2/+5 |
* | Add functions to allocate and free command contexts rather than doing it |  nicm | 2013-03-22 | 1 | -14/+34 |
* | Do not crash when calling choose-tree with a command that changes the mode. |  nicm | 2013-03-21 | 1 | -2/+2 |
* | Fix constness of cmd_template_replace, window_choose_add_item and |  nicm | 2013-03-21 | 1 | -6/+6 |
* | Style nits - return (x) not return x. |  nicm | 2013-01-18 | 1 | -4/+4 |
* | Add ^ and $ special command targets to select lowest and highest |  nicm | 2012-12-24 | 1 | -1/+5 |
* | Fix session choice so that preferring unattached sessions actually |  nicm | 2012-11-27 | 1 | -13/+25 |
* | Use pgrp of pty fd not pid of immediate child when recovering current |  nicm | 2012-09-24 | 1 | -2/+2 |
* | add cmd-choose-list to allow arbitrary options to be selected. From |  nicm | 2012-09-03 | 1 | -1/+2 |
* | Make command exec functions return an enum rather than -1/0/1 values and |  nicm | 2012-07-11 | 1 | -2/+2 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -28/+19 |
* | Add choose-tree command to show windows and sessions in the same |  nicm | 2012-07-08 | 1 | -1/+2 |
* | Do not crash when the current session has no window, fixes a bug |  nicm | 2012-06-18 | 1 | -3/+3 |
* | Do not return a buffer on the stack, mentioned by jsg a while ago. |  nicm | 2012-04-23 | 1 | -3/+5 |
* | Fix printing commands with no arguments, from Benjamin Poirier. |  nicm | 2012-04-22 | 1 | -5/+4 |
* | Add move-pane command (like join-pane but allows the same window). Also |  nicm | 2012-03-03 | 1 | -1/+2 |
* | Don't die if fail to get root directory, from Ben Boeckel. |  nicm | 2012-02-06 | 1 | -2/+3 |
* | Provide defined ways to set the various default-path possibilities: ~ |  nicm | 2012-01-31 | 1 | -20/+69 |
* | Give each window a unique id, like panes but prefixed with @. Based on |  nicm | 2012-01-30 | 1 | -19/+56 |
* | Add some const and fix a warning. |  nicm | 2012-01-20 | 1 | -3/+3 |
* | Allow $HOME as default-path in tmux.conf so the same config file can be used |  stsp | 2011-12-27 | 1 | -1/+8 |
* | Change the way the working directory for new processes is discovered. If |  nicm | 2011-12-09 | 1 | -1/+26 |
* | Add a respawn-pane command, from Marcel Partap. |  nicm | 2011-06-05 | 1 | -1/+2 |
* | Get rid of the layout string code which tries to walk through the layout |  nicm | 2011-06-05 | 1 | -12/+8 |
* | Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha. |  nicm | 2011-05-08 | 1 | -3/+3 |
* | Change so that an empty session name always means the current sessions |  nicm | 2011-04-06 | 1 | -3/+9 |
* | Add a flag to cmd_find_session so that attach-session can prefer |  nicm | 2011-04-05 | 1 | -14/+20 |
* | Give each pane created in a tmux server a unique id (starting from 0), |  nicm | 2011-03-27 | 1 | -12/+89 |
* | Set $TMUX without the session when background jobs are run. |  nicm | 2011-01-23 | 1 | -2/+2 |
* | Clean up and simplify tmux command argument parsing. |  nicm | 2011-01-04 | 1 | -29/+31 |