Age | Commit message (Expand) | Author |
2023-07-10 | Use a stack for last panes line windows, from Thomas Bertschinger in | Nicholas Marriott |
2022-11-01 | Use active pane in target window not current window for +/-. GitHub | Nicholas Marriott |
2022-07-06 | Remove debugging code. | Nicholas Marriott |
2022-07-06 | Defer reading from control client until the command line command has | Nicholas Marriott |
2020-05-16 | Add a client flag 'active-pane' which stores the active pane in the | Nicholas Marriott |
2020-04-13 | Move cmdq_state into cmd-queue.c. | Nicholas Marriott |
2020-04-13 | Rename cmdq_shared to cmdq_state which will better reflect what it is | Nicholas Marriott |
2020-04-13 | Store a key event not a mouse event in the shared data. | Nicholas Marriott |
2020-04-13 | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its | Nicholas Marriott |
2020-04-09 | Do not try to use the client if the item containing it is NULL. | Nicholas Marriott |
2019-06-12 | Do not use $TMUX to find the session because for windows in multiple | Nicholas Marriott |
2019-05-08 | Adjust how mouse targets are found so they always have a session, window | Nicholas Marriott |
2019-03-15 | Add a : to make error messages clearer. | Nicholas Marriott |
2019-03-12 | When asked for a window index, return it even if the window exists. | Nicholas Marriott |
2019-03-12 | Tweak target debug logging. | Nicholas Marriott |
2018-08-18 | SESSION_UNATTACHED flag is no longer necessary now we have an attached | Nicholas Marriott |
2018-08-02 | Make key trees and some other bits static. | Nicholas Marriott |
2018-06-26 | Style nit. | Nicholas Marriott |
2018-05-28 | When looking for panes, ignore dead ones (with -1 file | Nicholas Marriott |
2018-05-09 | Another check for NULL window if looking for index. | Nicholas Marriott |
2018-05-04 | Improve logging of sessions. | Nicholas Marriott |
2018-05-03 | Use window target if specified and exists even when looking for an | Nicholas Marriott |
2018-04-18 | Change how display-message uses the client. Originally it was only | Nicholas Marriott |
2018-03-17 | Fix negative window index range check (> not <). Reported by Juan Pablo | Nicholas Marriott |
2018-01-15 | Another redundant check, GitHub issue 1219. | Nicholas Marriott |
2018-01-15 | Some unused code, GitHub issue 1219. | Nicholas Marriott |
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 |