| Commit message (Expand) | Author | Age |
* | Add static in cmd-* and fix a few other nits. | nicm | 2016-10-10 |
* | Accept clients as sessions in cmd_find_get_session. | nicm | 2016-03-03 |
* | Split out getting the current state from the target search so it can be | nicm | 2016-01-19 |
* | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
* | Add hooks for alerts (bell, silence, activity), from Thomas Adam. | nicm | 2016-01-16 |
* | As well as setting up the state, actually use it in cmd_find_target. | nicm | 2015-12-17 |
* | Add infrastructure to work out the best target given a pane or window | nicm | 2015-12-16 |
* | Copy state directly rather than dereferencing wl (which could be NULL). | nicm | 2015-12-15 |
* | We changed somewhat recently to us the pty when tmux was run inside | nicm | 2015-12-15 |
* | Don't copy marked pane when can just point to it. | nicm | 2015-12-15 |
* | Make the marked pane a cmd_find_state. | nicm | 2015-12-15 |
* | Use cmd_find_clear_state instead of an extra function doing the same. | nicm | 2015-12-14 |
* | Use struct cmd_find_state directly and remove cmd_state_flag, also | nicm | 2015-12-13 |
* | Change cmd_find_target to use a state struct from the caller. | nicm | 2015-12-13 |
* | Remove the cmd_find_{session,window,pane,index} functions (which are | nicm | 2015-12-13 |
* | Move logging into cmd_find_target rather than each function. | nicm | 2015-12-13 |
* | Like options, move the environ struct into environ.c. | nicm | 2015-10-28 |
* | Break the common process set up, event loop and imsg dispatch code | nicm | 2015-10-27 |
* | If $TMUX is set, and we are unsure about the session, use it. | nicm | 2015-10-23 |
* | If the pane is still on all_window_panes but not actually connected to | nicm | 2015-10-22 |
* | Remove some extra blank lines. | nicm | 2015-09-14 |
* | right-up should be right-of, also rename the values too. | nicm | 2015-08-13 |
* | Rename left/right/up/down relative to active pane to add -of suffix | nicm | 2015-08-12 |
* | Fix a warning. | nicm | 2015-06-05 |
* | Make it so that if a window or session target is prefixed with an =, | nicm | 2015-06-05 |
* | Add support for a single "marked pane". There is one marked pane in the | nicm | 2015-06-04 |
* | Style spacing nits. | nicm | 2015-05-07 |
* | If looking for an index, don't fill in window when given a session. | nicm | 2015-04-28 |
* | Do not do a search for the tty path if there isn't one. | nicm | 2015-04-28 |
* | If can't find pane as a pane, try as a window; likewise if can't find | nicm | 2015-04-28 |
* | Do not include unattached clients when trying to find one for target. | nicm | 2015-04-27 |
* | Assign to the right variable when comparing clients. | nicm | 2015-04-27 |
* | Rewrite of the target resolution internals to be simpler and more | nicm | 2015-04-27 |