Age | Commit message (Expand) | Author |
2017-08-30 | Pass flags into cmd_find_from_* to fix prefer-unattached, reported by | Nicholas Marriott |
2017-08-28 | Do not forbid targets to specify non-visible panes - the checks for | Nicholas Marriott |
2017-07-07 | When working out the current client (for example for switch-client with | Nicholas Marriott |
2017-06-16 | Tweak some logging. | Nicholas Marriott |
2017-06-14 | Add missing error message when no target, GitHub issue 971. | Nicholas Marriott |
2017-04-22 | Do not need getopt.h. | Nicholas Marriott |
2017-04-22 | Get rid of the extra layer of flags and cmd_prepare() and just store the | Nicholas Marriott |
2017-04-21 | Log error properly when no current state, and some other minor tweaks. | Nicholas Marriott |
2017-04-21 | Make sure cmd_find_from_* clear the state if they fail. | Nicholas Marriott |
2017-04-21 | Make the cmd_find_* functions more obvious when looking for a client, | Nicholas Marriott |
2017-04-21 | Add cmd_find_from_winlink_pane and use it in a couple of places, and | Nicholas Marriott |
2017-04-21 | More unnecessary arguments now winlink points back to session. | Nicholas Marriott |
2017-04-21 | Store state shared between multiple commands in the queue in a shared | Nicholas Marriott |
2017-04-05 | Try again to resolve problems with mistaking sessions for windows: now | Nicholas Marriott |
2017-04-05 | Give each client a name. This defaults to the tty name as before but | Nicholas Marriott |
2017-03-13 | Revert previous, breaks normal short targets, reported by Theo Buehler. | Nicholas Marriott |
2017-03-11 | Only look for window and pane parts of target as a sesson and window if | Nicholas Marriott |
2016-11-16 | The target validity check used window_pane_visible but that may be false | Nicholas Marriott |
2016-10-18 | Tweak a couple of log statements. | Nicholas Marriott |
2016-10-16 | Use the notify name string instead of going via an enum and change | Nicholas Marriott |
2016-10-16 | Mass rename struct cmd_q to struct cmdq_item and related. | Nicholas Marriott |
2016-10-16 | Rewrite command queue handling. Each client still has a command queue, | Nicholas Marriott |
2016-10-15 | Fire hooks on the simple notifys (window-renamed and session-renamed), | Nicholas Marriott |
2016-10-13 | Some improvements and bug fixes for hooks: | Nicholas Marriott |
2016-10-10 | Add static in cmd-* and fix a few other nits. | Nicholas Marriott |
2016-03-03 | Accept clients as sessions in cmd_find_get_session. | Nicholas Marriott |
2016-01-19 | Split out getting the current state from the target search so it can be | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2016-01-16 | Add hooks for alerts (bell, silence, activity), from Thomas Adam. | Nicholas Marriott |
2015-12-17 | As well as setting up the state, actually use it in cmd_find_target. | Nicholas Marriott |
2015-12-16 | Add infrastructure to work out the best target given a pane or window | Nicholas Marriott |
2015-12-15 | Copy state directly rather than dereferencing wl (which could be NULL). | Nicholas Marriott |
2015-12-15 | We changed somewhat recently to us the pty when tmux was run inside | Nicholas Marriott |
2015-12-15 | Don't copy marked pane when can just point to it. | Nicholas Marriott |
2015-12-15 | Make the marked pane a cmd_find_state. | Nicholas Marriott |
2015-12-14 | Use cmd_find_clear_state instead of an extra function doing the same. | Nicholas Marriott |
2015-12-13 | Use struct cmd_find_state directly and remove cmd_state_flag, also | Nicholas Marriott |
2015-12-13 | Change cmd_find_target to use a state struct from the caller. | Nicholas Marriott |
2015-12-13 | Remove the cmd_find_{session,window,pane,index} functions (which are | Nicholas Marriott |
2015-12-13 | Move logging into cmd_find_target rather than each function. | Nicholas Marriott |
2015-10-28 | Like options, move the environ struct into environ.c. | Nicholas Marriott |
2015-10-27 | Break the common process set up, event loop and imsg dispatch code | Nicholas Marriott |
2015-10-23 | If $TMUX is set, and we are unsure about the session, use it. | Nicholas Marriott |
2015-10-22 | If the pane is still on all_window_panes but not actually connected to | Nicholas Marriott |
2015-09-14 | Remove some extra blank lines. | Nicholas Marriott |
2015-08-13 | right-up should be right-of, also rename the values too. | Nicholas Marriott |
2015-08-12 | Rename left/right/up/down relative to active pane to add -of suffix | Nicholas Marriott |
2015-06-05 | Fix a warning. | Nicholas Marriott |
2015-06-05 | Make it so that if a window or session target is prefixed with an =, | Nicholas Marriott |
2015-06-04 | Add support for a single "marked pane". There is one marked pane in the | Nicholas Marriott |