| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not use $TMUX to find the session because for windows in multiple |  nicm | 2019-06-12 | 1 | -65/+10 |
* | Adjust how mouse targets are found so they always have a session, window |  nicm | 2019-05-08 | 1 | -3/+7 |
* | Add a : to make error messages clearer. |  nicm | 2019-03-15 | 1 | -5/+5 |
* | When asked for a window index, return it even if the window exists. |  nicm | 2019-03-12 | 1 | -1/+2 |
* | Tweak target debug logging. |  nicm | 2019-03-12 | 1 | -10/+31 |
* | SESSION_UNATTACHED flag is no longer necessary now we have an attached |  nicm | 2018-08-18 | 1 | -5/+5 |
* | Make key trees and some other bits static. |  nicm | 2018-08-02 | 1 | -2/+3 |
* | Style nit. |  nicm | 2018-06-26 | 1 | -3/+2 |
* | When looking for panes, ignore dead ones (with -1 file |  nicm | 2018-05-28 | 1 | -3/+7 |
* | Another check for NULL window if looking for index. |  nicm | 2018-05-09 | 1 | -2/+3 |
* | Improve logging of sessions. |  nicm | 2018-05-04 | 1 | -4/+21 |
* | Use window target if specified and exists even when looking for an |  nicm | 2018-05-03 | 1 | -6/+7 |
* | Change how display-message uses the client. Originally it was only |  nicm | 2018-04-18 | 1 | -2/+2 |
* | Fix negative window index range check (> not <). Reported by Juan Pablo |  nicm | 2018-03-17 | 1 | -2/+2 |
* | Another redundant check, GitHub issue 1219. |  nicm | 2018-01-15 | 1 | -11/+7 |
* | Some unused code, GitHub issue 1219. |  nicm | 2018-01-15 | 1 | -3/+1 |
* | Pass flags into cmd_find_from_* to fix prefer-unattached, reported by |  nicm | 2017-08-30 | 1 | -30/+30 |
* | Do not forbid targets to specify non-visible panes - the checks for |  nicm | 2017-08-28 | 1 | -20/+14 |
* | When working out the current client (for example for switch-client with |  nicm | 2017-07-07 | 1 | -20/+49 |
* | Tweak some logging. |  nicm | 2017-06-16 | 1 | -4/+12 |
* | Add missing error message when no target, GitHub issue 971. |  nicm | 2017-06-14 | 1 | -2/+5 |
* | Do not need getopt.h. |  nicm | 2017-04-22 | 1 | -2/+2 |
* | Get rid of the extra layer of flags and cmd_prepare() and just store the |  nicm | 2017-04-22 | 1 | -1/+7 |
* | Log error properly when no current state, and some other minor tweaks. |  nicm | 2017-04-21 | 1 | -4/+3 |
* | Make sure cmd_find_from_* clear the state if they fail. |  nicm | 2017-04-21 | 1 | -9/+22 |
* | Make the cmd_find_* functions more obvious when looking for a client, |  nicm | 2017-04-21 | 1 | -205/+157 |
* | Add cmd_find_from_winlink_pane and use it in a couple of places, and |  nicm | 2017-04-21 | 1 | -5/+19 |
* | More unnecessary arguments now winlink points back to session. |  nicm | 2017-04-21 | 1 | -4/+3 |
* | Store state shared between multiple commands in the queue in a shared |  nicm | 2017-04-21 | 1 | -4/+4 |
* | Try again to resolve problems with mistaking sessions for windows: now |  nicm | 2017-04-05 | 1 | -10/+15 |
* | Give each client a name. This defaults to the tty name as before but |  nicm | 2017-04-05 | 1 | -13/+12 |
* | Revert previous, breaks normal short targets, reported by Theo Buehler. |  nicm | 2017-03-13 | 1 | -5/+5 |
* | Only look for window and pane parts of target as a sesson and window if |  nicm | 2017-03-11 | 1 | -5/+5 |
* | The target validity check used window_pane_visible but that may be false |  nicm | 2016-11-16 | 1 | -13/+19 |
* | Tweak a couple of log statements. |  nicm | 2016-10-18 | 1 | -5/+5 |
* | Use the notify name string instead of going via an enum and change |  nicm | 2016-10-16 | 1 | -2/+2 |
* | Mass rename struct cmd_q to struct cmdq_item and related. |  nicm | 2016-10-16 | 1 | -41/+43 |
* | Rewrite command queue handling. Each client still has a command queue, |  nicm | 2016-10-16 | 1 | -2/+2 |
* | Fire hooks on the simple notifys (window-renamed and session-renamed), |  nicm | 2016-10-15 | 1 | -1/+19 |
* | Some improvements and bug fixes for hooks: |  nicm | 2016-10-13 | 1 | -4/+20 |
* | Add static in cmd-* and fix a few other nits. |  nicm | 2016-10-10 | 1 | -54/+46 |
* | Accept clients as sessions in cmd_find_get_session. |  nicm | 2016-03-03 | 1 | -2/+10 |
* | Split out getting the current state from the target search so it can be |  nicm | 2016-01-19 | 1 | -13/+18 |
* | I no longer use my SourceForge address so replace it. |  nicm | 2016-01-19 | 1 | -2/+2 |
* | Add hooks for alerts (bell, silence, activity), from Thomas Adam. |  nicm | 2016-01-16 | 1 | -1/+17 |
* | As well as setting up the state, actually use it in cmd_find_target. |  nicm | 2015-12-17 | 1 | -3/+4 |
* | Add infrastructure to work out the best target given a pane or window |  nicm | 2015-12-16 | 1 | -5/+50 |
* | Copy state directly rather than dereferencing wl (which could be NULL). |  nicm | 2015-12-15 | 1 | -3/+3 |
* | We changed somewhat recently to us the pty when tmux was run inside |  nicm | 2015-12-15 | 1 | -6/+15 |
* | Don't copy marked pane when can just point to it. |  nicm | 2015-12-15 | 1 | -10/+11 |