1. 77118f3 portable: remove vis.h by Thomas Adam · 1 year, 10 months ago
  2. e25926d Merge branch 'obsd-master' by Thomas Adam · 1 year, 10 months ago
  3. 93b1b78 Extend display-message to work for control clients. GitHub issue 3449. by nicm · 1 year, 10 months ago
  4. 789cb91 Merge branch 'obsd-master' by Thomas Adam · 1 year, 10 months ago
  5. eb1f8d7 Mark keys sent by command and skip paste handling for them. by nicm · 1 year, 10 months ago
  6. 42895ef Merge branch 'obsd-master' by Thomas Adam · 1 year, 10 months ago
  7. 483cc77 Have tmux recognise pasted texts wrapped in bracket paste sequences, by nicm · 1 year, 10 months ago
  8. ab1d18d Merge branch 'obsd-master' by Thomas Adam · 2 years, 4 months ago
  9. ee431d4 Do not ignore the "off" flag when checking if a pane should be stopped, by nicm · 2 years, 4 months ago
  10. dc6bc0e Merge branch 'obsd-master' by Thomas Adam · 2 years, 5 months ago
  11. 9e03df5 Defer reading from control client until the command line command has completed. by nicm · 2 years, 5 months ago
  12. 0a8f356 Spacing/style nits. by nicm · 2 years, 6 months ago
  13. 3a6d82b Some style nits. by Nicholas Marriott · 2 years, 8 months ago
  14. d6306b6 Add an ACL list for users connecting to the tmux socket. Users may be forbidden by Nicholas Marriott · 2 years, 8 months ago
  15. 5e491e7 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 8 months ago
  16. 792d13a Add a capability for OSC 7 and use it similarly to how the title is set by nicm · 2 years, 8 months ago
  17. 2fb6089 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
  18. ad9b805 Add argument to refresh-client -l to forward clipboard to a pane. GitHub by nicm · 2 years, 9 months ago
  19. 722f395 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
  20. 0027ee1 Support more mouse buttons when the terminal sends them, GitHub issue 3055. by nicm · 2 years, 9 months ago
  21. 138ffc7 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 12 months ago
  22. b55f0ac Leave the hardware cursor at the position of the selected line in choose by nicm · 3 years ago
  23. 60cacdf Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  24. 49d33a4 Allow detach even if suspend flag set, GitHub issue 2932. by nicm · 3 years, 1 month ago
  25. aff2a47 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 1 month ago
  26. b8581ec Make positions hidden by overlays range-based rather than character-based, by nicm · 3 years, 1 month ago
  27. bf595a0 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 2 months ago
  28. 68c8905 Do not call recalculate_sizes while clearing a client session because it by nicm · 3 years, 2 months ago
  29. 609baea Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  30. daec63e Replace %% in command lists (by copying them) for template arguments , by nicm · 3 years, 3 months ago
  31. fd756a1 Allow control mode clients to set a hard limit on the window width and by nicm · 3 years, 3 months ago
  32. 0305459 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  33. 72d905f Do not double free expanded path in source-file, also remove some by nicm · 3 years, 3 months ago
  34. 921991c Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  35. 5241dae Stop caring about empty commands, just treat as a null command. by nicm · 3 years, 3 months ago
  36. b0da0ce Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  37. c76b28d Remove some unnecessary blank lines. by nicm · 3 years, 3 months ago
  38. 944fde7 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  39. e463e86 Remove stray spaces after function names. by nicm · 3 years, 3 months ago
  40. 54773d2 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 3 months ago
  41. 7789639 Add a menu when a popup is present (mouse only for now). by nicm · 3 years, 3 months ago
  42. 2bb0b9d Change focus to be driven by events rather than walking all panes at end by nicm · 3 years, 3 months ago
  43. e3fa6cd Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  44. 93cc8df Do not freeze output in panes when a popup is open, let them continue to by nicm · 3 years, 4 months ago
  45. 4b88872 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  46. 42490f4 Add a client-active hook, from ncfavier in GitHub issue 2803. by nicm · 3 years, 4 months ago
  47. 7cbf4c9 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  48. f0e0238 Do not close popups on resize, instead adjust them to fit, from Anindya by nicm · 3 years, 4 months ago
  49. 02a6b39 Improve logging of screen mode changes. by nicm · 3 years, 6 months ago
  50. 84e2216 Change resize timers and flags into one timer and a queue which is by nicm · 3 years, 6 months ago
  51. c46a607 Adjust latest client when a client detaches, GitHub issue 2657. by nicm · 3 years, 6 months ago
  52. 2e7ec8c Improve logging of screen mode changes. by Nicholas Marriott · 3 years, 7 months ago
  53. cf6034d Change resize timers and flags into one timer and a queue to fix problems with by Nicholas Marriott · 3 years, 7 months ago
  54. 9af78c8 Adjust latest client when a client detaches, GitHub issue 2657. by Nicholas Marriott · 3 years, 7 months ago
  55. bedf2bd Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 7 months ago
  56. e6abe55 Add a flag to disable keys to close a message, GitHub issue 2625. by nicm · 3 years, 7 months ago
  57. db97bef Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 8 months ago
  58. 10470ce Move client-detached into server_client_lost so it is fired even if a by nicm · 3 years, 8 months ago
  59. 3a76a56 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  60. ce5de76 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 9 months ago
  61. af3ffa9 Move the call to setupterm() into the client and have it pass the by nicm · 3 years, 9 months ago
  62. e40831a Move file handling protocol stuff all into file.c so it can be reused by nicm · 3 years, 10 months ago
  63. fe3ab51 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
  64. c579be1 Include "focused" in client flags, from Dan Aloni in GitHub issue 2558. by nicm · 3 years, 10 months ago
  65. 8242397 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 10 months ago
  66. 0730dce Hide some warnings on newer GCC versions, GitHUb issue 2525. by nicm · 3 years, 10 months ago
  67. a3011be Look for libevent2 differently from libevent for platforms with both. by Nicholas Marriott · 3 years, 10 months ago
  68. e288ea1 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 12 months ago
  69. fd451aa Redraw any visible modes when status line changes so that formats like by nicm · 3 years, 12 months ago
  70. ffe39ed Merge branch 'obsd-master' by Thomas Adam · 4 years, 1 month ago
  71. 95841ba With csh, a tmux client gets SIGTERM before SIGCONT when killed with by nicm · 4 years, 1 month ago
  72. 970e8f7 Merge branch 'obsd-master' by Thomas Adam · 4 years, 1 month ago
  73. 910457f There is no reason not to fire focus events when a pane is in a mode, by nicm · 4 years, 1 month ago
  74. 649e597 Add a -O flag to display-menu to change the mouse behaviour and not by nicm · 4 years, 1 month ago
  75. d5fac75 Merge branch 'obsd-master' by Thomas Adam · 4 years, 1 month ago
  76. b33a302 Do not require that there be no other clients before loading the config, by nicm · 4 years, 1 month ago
  77. a34ceb1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 2 months ago
  78. 86d6ac2 Fix warnings on some platforms with %llx and add a new message to handle by nicm · 4 years, 2 months ago
  79. 9f0973b Merge branch 'obsd-master' by Thomas Adam · 4 years, 4 months ago
  80. df7fbcd Change searching to behave more like emacs and so that regex searching by nicm · 4 years, 4 months ago
  81. aa4f3a9 Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
  82. 66d5e5d Add a way for control mode clients to subscribe to a format and be by nicm · 4 years, 5 months ago
  83. 6c437d4 Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
  84. 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 4 years, 5 months ago
  85. ea4425b Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  86. 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 4 years, 6 months ago
  87. 92c8cc1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  88. d919fa1 Change how panes are resized so that the code is clearer and if the pane by nicm · 4 years, 6 months ago
  89. a06cf90 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  90. c586208 Add support for pausing a pane when the output buffered for a control by nicm · 4 years, 6 months ago
  91. 31a51ca Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  92. f393149 Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control by nicm · 4 years, 6 months ago
  93. 8339702 Check the right thing for maximum client buffer size. by nicm · 4 years, 6 months ago
  94. 91e40de Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  95. a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 6 months ago
  96. a4cb700 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  97. ea610a3 Pass the stdout file descriptor from the client as well as stdin and use by nicm · 4 years, 6 months ago
  98. e16191d Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  99. 14a9fd5 Remove leftover call to control_free_offsets and do not use for by nicm · 4 years, 6 months ago
  100. aeefd58 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago