summaryrefslogtreecommitdiffstats
path: root/cmd-find.c
AgeCommit message (Expand)Author
2016-11-16Merge branch 'obsd-master'Thomas Adam
2016-11-16The target validity check used window_pane_visible but that may be falsenicm
2016-10-18Merge branch 'obsd-master'Thomas Adam
2016-10-18Tweak a couple of log statements.nicm
2016-10-17Merge branch 'obsd-master'Thomas Adam
2016-10-16Use the notify name string instead of going via an enum and changenicm
2016-10-16Merge branch 'obsd-master'Thomas Adam
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.nicm
2016-10-16Merge branch 'obsd-master'Thomas Adam
2016-10-16Rewrite command queue handling. Each client still has a command queue,nicm
2016-10-15Merge branch 'obsd-master'Thomas Adam
2016-10-15Fire hooks on the simple notifys (window-renamed and session-renamed),nicm
2016-10-13Merge branch 'obsd-master'Thomas Adam
2016-10-13Some improvements and bug fixes for hooks:nicm
2016-10-12Merge branch 'obsd-master'Thomas Adam
2016-10-10Add static in cmd-* and fix a few other nits.nicm
2016-03-03Merge branch 'obsd-master'Thomas Adam
2016-03-03Accept clients as sessions in cmd_find_get_session.nicm
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19Split out getting the current state from the target search so it can benicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2016-01-16Merge branch 'obsd-master'Thomas Adam
2016-01-16Add hooks for alerts (bell, silence, activity), from Thomas Adam.nicm
2015-12-18Merge branch 'obsd-master'Thomas Adam
2015-12-17As well as setting up the state, actually use it in cmd_find_target.nicm
2015-12-17Merge branch 'obsd-master'Thomas Adam
2015-12-16Add infrastructure to work out the best target given a pane or windownicm
2015-12-15Merge branch 'obsd-master'Thomas Adam
2015-12-15Copy state directly rather than dereferencing wl (which could be NULL).nicm
2015-12-15Merge branch 'obsd-master'Thomas Adam
2015-12-15We changed somewhat recently to us the pty when tmux was run insidenicm
2015-12-15Don't copy marked pane when can just point to it.nicm
2015-12-15Merge branch 'obsd-master'Thomas Adam
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-13Merge branch 'obsd-master'Thomas Adam
2015-12-13Merge branch 'obsd-master'Thomas Adam
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-13Merge branch 'obsd-master'Thomas Adam
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-28Merge branch 'obsd-master'Thomas Adam
2015-10-28Like options, move the environ struct into environ.c.nicm
2015-10-27Merge branch 'obsd-master'Thomas Adam
2015-10-27Break the common process set up, event loop and imsg dispatch codenicm
2015-10-25-sys/types.hNicholas Marriott
2015-10-25Add missing headers for getpid()Thomas Adam
2015-10-25Merge branch 'obsd-master'Thomas Adam
2015-10-23If $TMUX is set, and we are unsure about the session, use it.nicm