summaryrefslogtreecommitdiffstats
path: root/cmd.c
AgeCommit message (Expand)Author
2014-01-20Merge branch 'obsd-master'Thomas
2014-01-09Allow attach-session -t to accept a window and pane to select them onnicm
2013-10-10We accidentally haven't been using $TMUX to work out the session for anicm
2013-10-10Remove now unused cmd_get_default_path.nicm
2013-10-10Support -c for new-session, based on code from J Raynor.nicm
2013-10-06We accidentally haven't been using $TMUX to work out the session for a whileNicholas Marriott
2013-10-06Remove now unused cmd_get_default_path.Nicholas Marriott
2013-10-01Support -c for new-session, based on code from J Raynor.Nicholas Marriott
2013-08-21Remove the barely-used and unnecessary command check() function.Nicholas Marriott
2013-05-25Merge branch 'obsd-master'Thomas Adam
2013-05-15Reserve space for \0 in cmd_print, from George Nachman.Nicholas Marriott
2013-03-25Spacing, warning nits.Nicholas Marriott
2013-03-25Sort includes and fix spaces.Nicholas Marriott
2013-03-25Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott
2013-03-25Add a wait-for command which blocks a client on a named channel until itNicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-24Fix error reporting for client commands by adding a flag toNicholas Marriott
2013-03-22Need to set clients in context before changing their reference count.Nicholas Marriott
2013-03-22Add functions to allocate and free command contexts rather than doing itNicholas Marriott
2013-03-21Do not crash when calling choose-tree with a command that changes the mode.Nicholas Marriott
2013-03-07Rename session idx to session id throughout and add $ prefix to targets to useNicholas Marriott
2013-03-06Add a wait-for command which blocks a client on a named channel until it isNicholas Marriott
2013-03-04tty.path can be NULL, don't dereference it. From George Nachman.Nicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-22Fix error reporting for client commands by adding a flag to cmd_find_client toNicholas Marriott
2013-02-20Need to set clients in context before changing their reference count.Nicholas Marriott
2013-02-18Add functions to allocate and free command contexts rather than doing it all onNicholas Marriott
2013-02-13Do not crash when calling choose-tree with a command that changes the mode.Nicholas Marriott
2013-02-13Fix constness again, sigh.Nicholas Marriott
2013-02-13Fix constness of cmd_template_replace.Nicholas Marriott
2013-01-30Merge branch 'obsd-master'Thomas Adam
2013-01-18Style nits - return (x) not return x.Nicholas Marriott
2012-12-31Merge branch 'obsd-master'Thomas Adam
2012-12-24Add ^ and $ special command targets to select lowest and highestNicholas Marriott
2012-11-27Merge branch 'obsd-master'Thomas Adam
2012-11-27Fix session choice so that preferring unattached sessions actuallyNicholas Marriott
2012-09-24Use pgrp of pty fd not pid of immediate child when recovering current workingNicholas Marriott
2012-09-24Use pgrp of pty fd not pid of immediate child when recovering currentNicholas Marriott
2012-09-04add cmd-choose-list to allow arbitrary options to be selected. FromNicholas Marriott
2012-09-03add cmd-choose-list to allow arbitrary options to be selected. FromNicholas Marriott
2012-07-11Sync OpenBSD patchset 1151:Tiago Cunha
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-11Sync OpenBSD patchset 1146:Tiago Cunha
2012-07-11Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-07-08Add choose-tree command to show windows and sessions in the sameNicholas Marriott
2012-06-18Sync OpenBSD patchset 1135:Tiago Cunha
2012-06-18Do not crash when the current session has no window, fixes a bugNicholas Marriott
2012-04-24Sync OpenBSD patchset 1099:Tiago Cunha
2012-04-24Sync OpenBSD patchset 1095:Tiago Cunha