1. 54773d2 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  2. 7789639 Add a menu when a popup is present (mouse only for now). by nicm · 3 years, 4 months ago
  3. 2bb0b9d Change focus to be driven by events rather than walking all panes at end by nicm · 3 years, 4 months ago
  4. e3fa6cd Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  5. 93cc8df Do not freeze output in panes when a popup is open, let them continue to by nicm · 3 years, 4 months ago
  6. 4b88872 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  7. 42490f4 Add a client-active hook, from ncfavier in GitHub issue 2803. by nicm · 3 years, 4 months ago
  8. 7cbf4c9 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  9. f0e0238 Do not close popups on resize, instead adjust them to fit, from Anindya by nicm · 3 years, 4 months ago
  10. 02a6b39 Improve logging of screen mode changes. by nicm · 3 years, 6 months ago
  11. 84e2216 Change resize timers and flags into one timer and a queue which is by nicm · 3 years, 6 months ago
  12. c46a607 Adjust latest client when a client detaches, GitHub issue 2657. by nicm · 3 years, 6 months ago
  13. 2e7ec8c Improve logging of screen mode changes. by Nicholas Marriott · 3 years, 7 months ago
  14. cf6034d Change resize timers and flags into one timer and a queue to fix problems with by Nicholas Marriott · 3 years, 7 months ago
  15. 9af78c8 Adjust latest client when a client detaches, GitHub issue 2657. by Nicholas Marriott · 3 years, 8 months ago
  16. bedf2bd Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 8 months ago
  17. e6abe55 Add a flag to disable keys to close a message, GitHub issue 2625. by nicm · 3 years, 8 months ago
  18. db97bef Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 8 months ago
  19. 10470ce Move client-detached into server_client_lost so it is fired even if a by nicm · 3 years, 8 months ago
  20. 3a76a56 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  21. ce5de76 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  22. af3ffa9 Move the call to setupterm() into the client and have it pass the by nicm · 3 years, 9 months ago
  23. e40831a Move file handling protocol stuff all into file.c so it can be reused by nicm · 3 years, 10 months ago
  24. fe3ab51 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
  25. c579be1 Include "focused" in client flags, from Dan Aloni in GitHub issue 2558. by nicm · 3 years, 10 months ago
  26. 8242397 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
  27. 0730dce Hide some warnings on newer GCC versions, GitHUb issue 2525. by nicm · 3 years, 10 months ago
  28. a3011be Look for libevent2 differently from libevent for platforms with both. by Nicholas Marriott · 3 years, 10 months ago
  29. e288ea1 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 12 months ago
  30. fd451aa Redraw any visible modes when status line changes so that formats like by nicm · 3 years, 12 months ago
  31. ffe39ed Merge branch 'obsd-master' by Thomas Adam · 4 years, 1 month ago
  32. 95841ba With csh, a tmux client gets SIGTERM before SIGCONT when killed with by nicm · 4 years, 1 month ago
  33. 970e8f7 Merge branch 'obsd-master' by Thomas Adam · 4 years, 1 month ago
  34. 910457f There is no reason not to fire focus events when a pane is in a mode, by nicm · 4 years, 1 month ago
  35. 649e597 Add a -O flag to display-menu to change the mouse behaviour and not by nicm · 4 years, 1 month ago
  36. d5fac75 Merge branch 'obsd-master' by Thomas Adam · 4 years, 1 month ago
  37. b33a302 Do not require that there be no other clients before loading the config, by nicm · 4 years, 1 month ago
  38. a34ceb1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 2 months ago
  39. 86d6ac2 Fix warnings on some platforms with %llx and add a new message to handle by nicm · 4 years, 2 months ago
  40. 9f0973b Merge branch 'obsd-master' by Thomas Adam · 4 years, 4 months ago
  41. df7fbcd Change searching to behave more like emacs and so that regex searching by nicm · 4 years, 4 months ago
  42. aa4f3a9 Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
  43. 66d5e5d Add a way for control mode clients to subscribe to a format and be by nicm · 4 years, 5 months ago
  44. 6c437d4 Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
  45. 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 4 years, 5 months ago
  46. ea4425b Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  47. 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 4 years, 6 months ago
  48. 92c8cc1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  49. d919fa1 Change how panes are resized so that the code is clearer and if the pane by nicm · 4 years, 6 months ago
  50. a06cf90 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  51. c586208 Add support for pausing a pane when the output buffered for a control by nicm · 4 years, 6 months ago
  52. 31a51ca Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  53. f393149 Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control by nicm · 4 years, 6 months ago
  54. 8339702 Check the right thing for maximum client buffer size. by nicm · 4 years, 6 months ago
  55. 91e40de Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  56. a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 6 months ago
  57. a4cb700 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  58. ea610a3 Pass the stdout file descriptor from the client as well as stdin and use by nicm · 4 years, 6 months ago
  59. e16191d Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  60. 14a9fd5 Remove leftover call to control_free_offsets and do not use for by nicm · 4 years, 6 months ago
  61. aeefd58 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  62. 18aab90 Give control code its own state struct. by nicm · 4 years, 6 months ago
  63. 6c82982 Now the tty has a pointer back to the client there is no point (and a by nicm · 4 years, 6 months ago
  64. e71c5ef Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  65. 033d647 FocusIn keys can also update the latest client, like normal keys. by nicm · 4 years, 6 months ago
  66. d48f0e1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  67. 9a0763c Move client offset stuff into control.c since only control clients will need it. by nicm · 4 years, 6 months ago
  68. 40126ee Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  69. 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 4 years, 6 months ago
  70. 574a9e4 Move lazy resize from the pane to the window, there is no point in by nicm · 4 years, 7 months ago
  71. 303d342 Add a client flag 'active-pane' which stores the active pane in the by nicm · 4 years, 7 months ago
  72. c914abf Expand target from client and use it to expand the prompt. by nicm · 4 years, 7 months ago
  73. dceb6a1 Add a -D flag to ask tmux not to daemonize, useful both for running a by nicm · 4 years, 7 months ago
  74. 367b4e4 Change message log to be per server rather than per client and include by nicm · 4 years, 7 months ago
  75. cf9badd Change the existing client flags for control mode to apply for any by nicm · 4 years, 7 months ago
  76. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 7 months ago
  77. 80e5254 Improve command prompt completion: by nicm · 4 years, 7 months ago
  78. 21a39c9 Do not redraw or update mode if nothing has changed. by nicm · 4 years, 7 months ago
  79. 57fe03d Move lazy resize from the pane to the window, there is no point in resizing the by Nicholas Marriott · 4 years, 7 months ago
  80. 340fd69 Separate key flags and modifiers, log key flags, make the "xterm" flag more by Nicholas Marriott · 4 years, 7 months ago
  81. 031d486 Rename KEYC_ESCAPE to KEYC_META. by Nicholas Marriott · 4 years, 7 months ago
  82. 0bdbf47 Add a client flag 'active-pane' which stores the active pane in the client and by Nicholas Marriott · 4 years, 7 months ago
  83. 09a2246 Use safe loop for freeing client files. by Nicholas Marriott · 4 years, 7 months ago
  84. 0070313 Fix comparison of tty name. by Nicholas Marriott · 4 years, 7 months ago
  85. d01e7aa Add a -D flag to ask tmux not to daemonize, useful both for running a debugger by Nicholas Marriott · 4 years, 7 months ago
  86. 7a95e9b Change message log to be per server rather than per client and include every by Nicholas Marriott · 4 years, 7 months ago
  87. 2f89d2e Change the existing client flags for control mode to apply for any client, use by Nicholas Marriott · 4 years, 7 months ago
  88. cb1131a menu_mode_cb needs to return a screen also. by Nicholas Marriott · 4 years, 7 months ago
  89. 3f1fc9c Get the whole overlay screen not just the mode so cursor changes are included. by Nicholas Marriott · 4 years, 7 months ago
  90. b06235c Improve command prompt completion: by Nicholas Marriott · 4 years, 7 months ago
  91. a477c03 Do not update mode until actually drawing something. by Nicholas Marriott · 4 years, 7 months ago
  92. 8650f44 Move terminal features into a single file. by Nicholas Marriott · 4 years, 7 months ago
  93. 2cbca7c Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  94. 57bd6e0 Turn off the block flag to reset the state or the cursor will not be by nicm · 4 years, 7 months ago
  95. 32c3fe4 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  96. c706aad Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  97. 2083a6e Change how sync works to always send the end sequence after all output by nicm · 4 years, 7 months ago
  98. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 7 months ago
  99. 3898d4e Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  100. 86862c9 Also redraw panes which aren't pane 0. Problem reported by tb@. by nicm · 4 years, 7 months ago