1. 7e6a26c Do not use $TMUX to find the session because for windows in multiple by nicm · 5 years ago
  2. a384245 Adjust how mouse targets are found so they always have a session, window by nicm · 5 years ago
  3. 1d306e9 Add a : to make error messages clearer. by nicm · 6 years ago
  4. 3f0efc0 When asked for a window index, return it even if the window exists. by nicm · 6 years ago
  5. 7b81935 Tweak target debug logging. by nicm · 6 years ago
  6. bd2896b SESSION_UNATTACHED flag is no longer necessary now we have an attached by nicm · 6 years ago
  7. 6048b0f Make key trees and some other bits static. by nicm · 6 years ago
  8. 9773892 Style nit. by nicm · 6 years ago
  9. c177a62 When looking for panes, ignore dead ones (with -1 file by nicm · 6 years ago
  10. f2029f9 Another check for NULL window if looking for index. by nicm · 6 years ago
  11. 988c6bc Improve logging of sessions. by nicm · 6 years ago
  12. e24a077 Use window target if specified and exists even when looking for an by nicm · 6 years ago
  13. 3dceddd Change how display-message uses the client. Originally it was only by nicm · 7 years ago
  14. 0b39116 Fix negative window index range check (> not <). Reported by Juan Pablo by nicm · 7 years ago
  15. 53b2563 Another redundant check, GitHub issue 1219. by nicm · 7 years ago
  16. 481703d Some unused code, GitHub issue 1219. by nicm · 7 years ago
  17. 17cf1b2 Pass flags into cmd_find_from_* to fix prefer-unattached, reported by by nicm · 7 years ago
  18. fe4467a Do not forbid targets to specify non-visible panes - the checks for by nicm · 7 years ago
  19. 1f7ca97 When working out the current client (for example for switch-client with by nicm · 7 years ago
  20. a67df17 Tweak some logging. by nicm · 7 years ago
  21. dec00d3 Add missing error message when no target, GitHub issue 971. by nicm · 7 years ago
  22. ae1a6c2 Do not need getopt.h. by nicm · 7 years ago
  23. ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 7 years ago
  24. c8ecbf3 Log error properly when no current state, and some other minor tweaks. by nicm · 7 years ago
  25. 194a121 Make sure cmd_find_from_* clear the state if they fail. by nicm · 7 years ago
  26. efaf4c1 Make the cmd_find_* functions more obvious when looking for a client, by nicm · 7 years ago
  27. afa4e3e Add cmd_find_from_winlink_pane and use it in a couple of places, and by nicm · 7 years ago
  28. c799425 More unnecessary arguments now winlink points back to session. by nicm · 7 years ago
  29. bba5887 Store state shared between multiple commands in the queue in a shared structure. by nicm · 7 years ago
  30. 36882ec Try again to resolve problems with mistaking sessions for windows: now by nicm · 8 years ago
  31. 9b28200 Give each client a name. This defaults to the tty name as before but by nicm · 8 years ago
  32. fd65210 Revert previous, breaks normal short targets, reported by Theo Buehler. by nicm · 8 years ago
  33. 0fe3b73 Only look for window and pane parts of target as a sesson and window if by nicm · 8 years ago
  34. e88b743 The target validity check used window_pane_visible but that may be false by nicm · 8 years ago
  35. cf72896 Tweak a couple of log statements. by nicm · 8 years ago
  36. 41e633a Use the notify name string instead of going via an enum and change by nicm · 8 years ago
  37. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  38. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  39. 63b2547 Fire hooks on the simple notifys (window-renamed and session-renamed), by nicm · 8 years ago
  40. 4d9e6ea Some improvements and bug fixes for hooks: by nicm · 8 years ago
  41. a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
  42. fa81d83 Accept clients as sessions in cmd_find_get_session. by nicm · 9 years ago
  43. b5b5221 Split out getting the current state from the target search so it can be by nicm · 9 years ago
  44. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  45. c981530 Add hooks for alerts (bell, silence, activity), from Thomas Adam. by nicm · 9 years ago
  46. a337403 As well as setting up the state, actually use it in cmd_find_target. by nicm · 9 years ago
  47. 021c643 Add infrastructure to work out the best target given a pane or window by nicm · 9 years ago
  48. 909b737 Copy state directly rather than dereferencing wl (which could be NULL). by nicm · 9 years ago
  49. 6f417ec We changed somewhat recently to us the pty when tmux was run inside by nicm · 9 years ago
  50. 56d097c Don't copy marked pane when can just point to it. by nicm · 9 years ago
  51. 12da13c Make the marked pane a cmd_find_state. by nicm · 9 years ago
  52. d5999f8 Use cmd_find_clear_state instead of an extra function doing the same. by nicm · 9 years ago
  53. 9f5aca6 Use struct cmd_find_state directly and remove cmd_state_flag, also by nicm · 9 years ago
  54. 9b7697d Change cmd_find_target to use a state struct from the caller. by nicm · 9 years ago
  55. ff599f4 Remove the cmd_find_{session,window,pane,index} functions (which are by nicm · 9 years ago
  56. 9d191a6 Move logging into cmd_find_target rather than each function. by nicm · 9 years ago
  57. bf9c933 Like options, move the environ struct into environ.c. by nicm · 9 years ago
  58. 07b0ea0 Break the common process set up, event loop and imsg dispatch code by nicm · 9 years ago
  59. 1a4ddfa If $TMUX is set, and we are unsure about the session, use it. by nicm · 9 years ago
  60. 3ebcf25 If the pane is still on all_window_panes but not actually connected to by nicm · 9 years ago
  61. 16ee4de Remove some extra blank lines. by nicm · 9 years ago
  62. 46aa924 right-up should be right-of, also rename the values too. by nicm · 9 years ago
  63. 13b7fd8 Rename left/right/up/down relative to active pane to add -of suffix by nicm · 9 years ago
  64. 2f58690 Fix a warning. by nicm · 9 years ago
  65. 4219939 Make it so that if a window or session target is prefixed with an =, by nicm · 9 years ago
  66. a863834 Add support for a single "marked pane". There is one marked pane in the by nicm · 9 years ago
  67. 8e9b6e0 Style spacing nits. by nicm · 9 years ago
  68. e36fab2 If looking for an index, don't fill in window when given a session. by nicm · 9 years ago
  69. 14d8cd6 Do not do a search for the tty path if there isn't one. by nicm · 9 years ago
  70. 094a047 If can't find pane as a pane, try as a window; likewise if can't find by nicm · 9 years ago
  71. c2bc84a Do not include unattached clients when trying to find one for target. by nicm · 9 years ago
  72. 91f6347 Assign to the right variable when comparing clients. by nicm · 9 years ago
  73. 95195f5 Rewrite of the target resolution internals to be simpler and more by nicm · 9 years ago