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