summaryrefslogtreecommitdiffstats
path: root/cmd-find.c
AgeCommit message (Expand)Author
2015-12-15Make the marked pane a cmd_find_state.nicm
2015-12-14Use cmd_find_clear_state instead of an extra function doing the same.nicm
2015-12-13Use struct cmd_find_state directly and remove cmd_state_flag, alsonicm
2015-12-13Change cmd_find_target to use a state struct from the caller.nicm
2015-12-13Remove the cmd_find_{session,window,pane,index} functions (which arenicm
2015-12-13Move logging into cmd_find_target rather than each function.nicm
2015-10-28Like options, move the environ struct into environ.c.nicm
2015-10-27Break the common process set up, event loop and imsg dispatch codenicm
2015-10-23If $TMUX is set, and we are unsure about the session, use it.nicm
2015-10-22If the pane is still on all_window_panes but not actually connected tonicm
2015-09-14Remove some extra blank lines.nicm
2015-08-13right-up should be right-of, also rename the values too.nicm
2015-08-12Rename left/right/up/down relative to active pane to add -of suffixnicm
2015-06-05Fix a warning.nicm
2015-06-05Make it so that if a window or session target is prefixed with an =,nicm
2015-06-04Add support for a single "marked pane". There is one marked pane in thenicm
2015-05-07Style spacing nits.nicm
2015-04-28If looking for an index, don't fill in window when given a session.nicm
2015-04-28Do not do a search for the tty path if there isn't one.nicm
2015-04-28If can't find pane as a pane, try as a window; likewise if can't findnicm
2015-04-27Do not include unattached clients when trying to find one for target.nicm
2015-04-27Assign to the right variable when comparing clients.nicm
2015-04-27Rewrite of the target resolution internals to be simpler and morenicm