summaryrefslogtreecommitdiffstats
path: root/cmd-join-pane.c
AgeCommit message (Expand)Author
2019-04-07Break new window and pane creation common code from various commands andNicholas Marriott
2017-08-30Merge branch 'obsd-master'Thomas Adam
2017-08-30Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm
2017-04-22Merge branch 'obsd-master'Thomas Adam
2017-04-22Get rid of the extra layer of flags and cmd_prepare() and just store thenicm
2017-04-22Mouse bindings and hooks set up an initial current state when running anicm
2016-10-17Merge branch 'obsd-master'Thomas Adam
2016-10-16Use the notify name string instead of going via an enum and changenicm
2016-10-16Merge branch 'obsd-master'Thomas Adam
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.nicm
2016-10-14Merge branch 'obsd-master'Thomas Adam
2016-10-13Trying to do hooks generically is way too complicated and unreliable andnicm
2016-10-13Merge branch 'obsd-master'Thomas Adam
2016-10-13Some improvements and bug fixes for hooks:nicm
2016-10-12Merge branch 'obsd-master'Thomas Adam
2016-10-10Add static in cmd-* and fix a few other nits.nicm
2016-09-04Merge branch 'obsd-master'Thomas Adam
2016-09-04Add support for performing a full width split (with splitw -f), rathernicm
2016-08-28Merge branch 'obsd-master'Thomas Adam
2016-08-27Kill empty window after moving pane and updating current window, so thatnicm
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-14Merge branch 'obsd-master'Thomas Adam
2015-12-14Instead of combined flags for -c, -s, -t, split into different setsnicm
2015-12-13Merge branch 'obsd-master'Thomas Adam
2015-12-13Use member names in cmd_entry definitions so I stop getting confusednicm
2015-12-13Merge branch 'obsd-master'Thomas Adam
2015-12-13Instead of every command resolving the target (-t or -s) itself, preparenicm
2015-06-19Merge branch 'obsd-master'Thomas Adam
2015-06-18Use the SRCDST define for usage.nicm
2015-06-04Merge branch 'obsd-master'Thomas Adam
2015-06-04Add support for a single "marked pane". There is one marked pane in thenicm
2014-11-08No need for $Id$ now.Nicholas Marriott
2014-10-21Merge branch 'obsd-master'Thomas Adam
2014-10-20Instead of setting up the default keys by building the key structnicm
2014-04-23Merge branch 'obsd-master'Thomas Adam
2014-04-17Correct the dance to fix the active pane in join-pane by pulling thenicm
2013-10-10Remove the barely-used and unnecessary command check() function.nicm
2013-08-21Remove the barely-used and unnecessary command check() function.Nicholas Marriott
2013-03-24Add resize-pane -Z to temporary zoom the active pane to occupy the fullNicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-24Add resize-pane -Z to temporary zoom the active pane to occupy the full windowNicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2012-07-11Sync OpenBSD patchset 1151:Tiago Cunha
2012-07-11Sync OpenBSD patchset 1150: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-04-10Sync OpenBSD patchset 1087:Tiago Cunha
2012-04-01Minor style nits - return ().Nicholas Marriott
2012-03-18Sync OpenBSD patchset 1069:Tiago Cunha