aboutsummaryrefslogtreecommitdiff
path: root/cmd-find.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2016-03-03
|\
| * Accept clients as sessions in cmd_find_get_session.nicm2016-03-03
* | Merge branch 'obsd-master'Thomas Adam2016-01-19
|\|
| * Split out getting the current state from the target search so it can benicm2016-01-19
| * I no longer use my SourceForge address so replace it.nicm2016-01-19
* | Merge branch 'obsd-master'Thomas Adam2016-01-16
|\|
| * Add hooks for alerts (bell, silence, activity), from Thomas Adam.nicm2016-01-16
* | Merge branch 'obsd-master'Thomas Adam2015-12-18
|\|
| * As well as setting up the state, actually use it in cmd_find_target.nicm2015-12-17
* | Merge branch 'obsd-master'Thomas Adam2015-12-17
|\|
| * Add infrastructure to work out the best target given a pane or windownicm2015-12-16
* | Merge branch 'obsd-master'Thomas Adam2015-12-15
|\|
| * Copy state directly rather than dereferencing wl (which could be NULL).nicm2015-12-15
* | Merge branch 'obsd-master'Thomas Adam2015-12-15
|\|
| * We changed somewhat recently to us the pty when tmux was run insidenicm2015-12-15
| * Don't copy marked pane when can just point to it.nicm2015-12-15
| * Make the marked pane a cmd_find_state.nicm2015-12-15
* | Merge branch 'obsd-master'Thomas Adam2015-12-15
|\|
| * Use cmd_find_clear_state instead of an extra function doing the same.nicm2015-12-14
* | Merge branch 'obsd-master'Thomas Adam2015-12-13
|\|
| * Use struct cmd_find_state directly and remove cmd_state_flag, alsonicm2015-12-13
* | Merge branch 'obsd-master'Thomas Adam2015-12-13
|\|
| * Change cmd_find_target to use a state struct from the caller.nicm2015-12-13
* | Merge branch 'obsd-master'Thomas Adam2015-12-13
|\|
| * Remove the cmd_find_{session,window,pane,index} functions (which arenicm2015-12-13
| * Move logging into cmd_find_target rather than each function.nicm2015-12-13
* | Merge branch 'obsd-master'Thomas Adam2015-10-28
|\|
| * Like options, move the environ struct into environ.c.nicm2015-10-28
* | Merge branch 'obsd-master'Thomas Adam2015-10-27
|\|
| * Break the common process set up, event loop and imsg dispatch codenicm2015-10-27
* | -sys/types.hNicholas Marriott2015-10-25
* | Add missing headers for getpid()Thomas Adam2015-10-25
* | Merge branch 'obsd-master'Thomas Adam2015-10-25
|\|
| * If $TMUX is set, and we are unsure about the session, use it.nicm2015-10-23
* | Merge branch 'obsd-master'Thomas Adam2015-10-22
|\|
| * If the pane is still on all_window_panes but not actually connected tonicm2015-10-22
* | Merge branch 'obsd-master'Thomas Adam2015-09-14
|\|
| * Remove some extra blank lines.nicm2015-09-14
* | Merge branch 'obsd-master'Thomas Adam2015-08-13
|\|
| * right-up should be right-of, also rename the values too.nicm2015-08-13
* | Merge branch 'obsd-master'Thomas Adam2015-08-12
|\|
| * Rename left/right/up/down relative to active pane to add -of suffixnicm2015-08-12
* | Merge branch 'obsd-master'Thomas Adam2015-06-07
|\|
| * Fix a warning.nicm2015-06-05
| * Make it so that if a window or session target is prefixed with an =,nicm2015-06-05
* | Merge branch 'obsd-master'Thomas Adam2015-06-04
|\|
| * Add support for a single "marked pane". There is one marked pane in thenicm2015-06-04
* | Merge branch 'obsd-master'Thomas Adam2015-05-09
|\|
| * Style spacing nits.nicm2015-05-07
* | Merge branch 'obsd-master'Thomas Adam2015-04-29
|\|