summaryrefslogtreecommitdiffstats
path: root/cmd.c
AgeCommit message (Expand)Author
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
2012-04-23Do not return a buffer on the stack, mentioned by jsg a while ago.Nicholas Marriott
2012-04-22Fix printing commands with no arguments, from Benjamin Poirier.Nicholas Marriott
2012-03-03Sync OpenBSD patchset 1035:Tiago Cunha
2012-03-03Add move-pane command (like join-pane but allows the same window). AlsoNicholas Marriott
2012-02-15Sync OpenBSD patchset 1028:Tiago Cunha
2012-02-06Don't die if fail to get root directory, from Ben Boeckel.Nicholas Marriott
2012-02-02Adjust function name to the portable version.Tiago Cunha
2012-02-02Sync OpenBSD patchset 1021:Tiago Cunha
2012-01-31Provide defined ways to set the various default-path possibilities: ~Nicholas Marriott
2012-01-31Sync OpenBSD patchset 1017:Tiago Cunha
2012-01-30Give each window a unique id, like panes but prefixed with @. Based onNicholas Marriott
2012-01-20Sync OpenBSD patchset 1002:Tiago Cunha
2012-01-20Add some const and fix a warning.Nicholas Marriott
2011-12-30Sync OpenBSD patchset 993:Tiago Cunha
2011-12-27Allow $HOME as default-path in tmux.conf so the same config file can be usedStefan Sperling
2011-12-09Change the way the working directory for new processes is discovered. IfNicholas Marriott
2011-12-09Change the way the working directory for new processes is discovered. IfNicholas Marriott
2011-06-23PatchSet 924Nicholas Marriott
2011-06-23PatchSet 923Nicholas Marriott
2011-06-05Add a respawn-pane command, from Marcel Partap.Nicholas Marriott
2011-06-05Get rid of the layout string code which tries to walk through the layoutNicholas Marriott
2011-05-18Sync OpenBSD patchset 906:Tiago Cunha
2011-05-08Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha.Nicholas Marriott
2011-04-06|PatchSet 884Nicholas Marriott
2011-04-06|PatchSet 882Nicholas Marriott
2011-04-06PatchSet 870Nicholas Marriott