1. fa81d83 Accept clients as sessions in cmd_find_get_session. by nicm · 9 years ago
  2. b5b5221 Split out getting the current state from the target search so it can be by nicm · 9 years ago
  3. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  4. c981530 Add hooks for alerts (bell, silence, activity), from Thomas Adam. by nicm · 9 years ago
  5. a337403 As well as setting up the state, actually use it in cmd_find_target. by nicm · 9 years ago
  6. 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
  7. 909b737 Copy state directly rather than dereferencing wl (which could be NULL). by nicm · 9 years ago
  8. 6f417ec We changed somewhat recently to us the pty when tmux was run inside by nicm · 9 years ago
  9. 56d097c Don't copy marked pane when can just point to it. by nicm · 9 years ago
  10. 12da13c Make the marked pane a cmd_find_state. by nicm · 9 years ago
  11. d5999f8 Use cmd_find_clear_state instead of an extra function doing the same. by nicm · 9 years ago
  12. 9f5aca6 Use struct cmd_find_state directly and remove cmd_state_flag, also by nicm · 9 years ago
  13. 9b7697d Change cmd_find_target to use a state struct from the caller. by nicm · 9 years ago
  14. ff599f4 Remove the cmd_find_{session,window,pane,index} functions (which are by nicm · 9 years ago
  15. 9d191a6 Move logging into cmd_find_target rather than each function. by nicm · 9 years ago
  16. bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago
  17. 07b0ea0 Break the common process set up, event loop and imsg dispatch code by nicm · 9 years ago
  18. 1a4ddfa If $TMUX is set, and we are unsure about the session, use it. by nicm · 9 years ago
  19. 3ebcf25 If the pane is still on all_window_panes but not actually connected to by nicm · 9 years ago
  20. 16ee4de Remove some extra blank lines. by nicm · 9 years ago
  21. 46aa924 right-up should be right-of, also rename the values too. by nicm · 9 years ago
  22. 13b7fd8 Rename left/right/up/down relative to active pane to add -of suffix by nicm · 9 years ago
  23. 2f58690 Fix a warning. by nicm · 9 years ago
  24. 4219939 Make it so that if a window or session target is prefixed with an =, by nicm · 9 years ago
  25. a863834 Add support for a single "marked pane". There is one marked pane in the by nicm · 9 years ago
  26. 8e9b6e0 Style spacing nits. by nicm · 9 years ago
  27. e36fab2 If looking for an index, don't fill in window when given a session. by nicm · 9 years ago
  28. 14d8cd6 Do not do a search for the tty path if there isn't one. by nicm · 9 years ago
  29. 094a047 If can't find pane as a pane, try as a window; likewise if can't find by nicm · 9 years ago
  30. c2bc84a Do not include unattached clients when trying to find one for target. by nicm · 9 years ago
  31. 91f6347 Assign to the right variable when comparing clients. by nicm · 9 years ago
  32. 95195f5 Rewrite of the target resolution internals to be simpler and more by nicm · 9 years ago