1. a34ceb1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 2 months ago
  2. 86d6ac2 Fix warnings on some platforms with %llx and add a new message to handle by nicm · 4 years, 2 months ago
  3. 9f0973b Merge branch 'obsd-master' by Thomas Adam · 4 years, 4 months ago
  4. df7fbcd Change searching to behave more like emacs and so that regex searching by nicm · 4 years, 4 months ago
  5. aa4f3a9 Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
  6. 66d5e5d Add a way for control mode clients to subscribe to a format and be by nicm · 4 years, 5 months ago
  7. 6c437d4 Merge branch 'obsd-master' by Thomas Adam · 4 years, 5 months ago
  8. 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 4 years, 5 months ago
  9. ea4425b Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  10. 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 4 years, 6 months ago
  11. 92c8cc1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  12. d919fa1 Change how panes are resized so that the code is clearer and if the pane by nicm · 4 years, 6 months ago
  13. a06cf90 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  14. c586208 Add support for pausing a pane when the output buffered for a control by nicm · 4 years, 6 months ago
  15. 31a51ca Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  16. f393149 Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control by nicm · 4 years, 6 months ago
  17. 8339702 Check the right thing for maximum client buffer size. by nicm · 4 years, 6 months ago
  18. 91e40de Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  19. a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 6 months ago
  20. a4cb700 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  21. ea610a3 Pass the stdout file descriptor from the client as well as stdin and use by nicm · 4 years, 6 months ago
  22. e16191d Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  23. 14a9fd5 Remove leftover call to control_free_offsets and do not use for by nicm · 4 years, 6 months ago
  24. aeefd58 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  25. 18aab90 Give control code its own state struct. by nicm · 4 years, 6 months ago
  26. 6c82982 Now the tty has a pointer back to the client there is no point (and a by nicm · 4 years, 6 months ago
  27. e71c5ef Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  28. 033d647 FocusIn keys can also update the latest client, like normal keys. by nicm · 4 years, 6 months ago
  29. d48f0e1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  30. 9a0763c Move client offset stuff into control.c since only control clients will need it. by nicm · 4 years, 6 months ago
  31. 40126ee Merge branch 'obsd-master' by Thomas Adam · 4 years, 6 months ago
  32. 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 4 years, 6 months ago
  33. 574a9e4 Move lazy resize from the pane to the window, there is no point in by nicm · 4 years, 6 months ago
  34. 303d342 Add a client flag 'active-pane' which stores the active pane in the by nicm · 4 years, 6 months ago
  35. c914abf Expand target from client and use it to expand the prompt. by nicm · 4 years, 6 months ago
  36. dceb6a1 Add a -D flag to ask tmux not to daemonize, useful both for running a by nicm · 4 years, 6 months ago
  37. 367b4e4 Change message log to be per server rather than per client and include by nicm · 4 years, 6 months ago
  38. cf9badd Change the existing client flags for control mode to apply for any by nicm · 4 years, 6 months ago
  39. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 6 months ago
  40. 80e5254 Improve command prompt completion: by nicm · 4 years, 6 months ago
  41. 21a39c9 Do not redraw or update mode if nothing has changed. by nicm · 4 years, 6 months ago
  42. 57fe03d Move lazy resize from the pane to the window, there is no point in resizing the by Nicholas Marriott · 4 years, 6 months ago
  43. 340fd69 Separate key flags and modifiers, log key flags, make the "xterm" flag more by Nicholas Marriott · 4 years, 6 months ago
  44. 031d486 Rename KEYC_ESCAPE to KEYC_META. by Nicholas Marriott · 4 years, 6 months ago
  45. 0bdbf47 Add a client flag 'active-pane' which stores the active pane in the client and by Nicholas Marriott · 4 years, 6 months ago
  46. 09a2246 Use safe loop for freeing client files. by Nicholas Marriott · 4 years, 6 months ago
  47. 0070313 Fix comparison of tty name. by Nicholas Marriott · 4 years, 7 months ago
  48. 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
  49. 7a95e9b Change message log to be per server rather than per client and include every by Nicholas Marriott · 4 years, 7 months ago
  50. 2f89d2e Change the existing client flags for control mode to apply for any client, use by Nicholas Marriott · 4 years, 7 months ago
  51. cb1131a menu_mode_cb needs to return a screen also. by Nicholas Marriott · 4 years, 7 months ago
  52. 3f1fc9c Get the whole overlay screen not just the mode so cursor changes are included. by Nicholas Marriott · 4 years, 7 months ago
  53. b06235c Improve command prompt completion: by Nicholas Marriott · 4 years, 7 months ago
  54. a477c03 Do not update mode until actually drawing something. by Nicholas Marriott · 4 years, 7 months ago
  55. 8650f44 Move terminal features into a single file. by Nicholas Marriott · 4 years, 7 months ago
  56. 2cbca7c Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  57. 57bd6e0 Turn off the block flag to reset the state or the cursor will not be by nicm · 4 years, 7 months ago
  58. 32c3fe4 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  59. c706aad Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  60. 2083a6e Change how sync works to always send the end sequence after all output by nicm · 4 years, 7 months ago
  61. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 7 months ago
  62. 3898d4e Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  63. 86862c9 Also redraw panes which aren't pane 0. Problem reported by tb@. by nicm · 4 years, 7 months ago
  64. b1be668 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  65. 4bc0a83 Need to check for pane redrawing even if just the window flag is set by nicm · 4 years, 7 months ago
  66. 8c9bbc3 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  67. 62ff5e4 The PANE_REDRAW flag bit might be needed by other panes so we can't by nicm · 4 years, 7 months ago
  68. e1799ed Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  69. b0a37e7 Bring back previons fix to only redraw panes that need it after a redraw by nicm · 4 years, 7 months ago
  70. 349617a Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  71. baf1fca Only update mode when actually going to redraw something. by nicm · 4 years, 7 months ago
  72. 1d2bd86 Add a flag to protect against nested syncs and add some extra logging to by nicm · 4 years, 7 months ago
  73. d94bdf7 Revert previous, there is still a problem. by nicm · 4 years, 7 months ago
  74. 5289d4e When a redraw is deferred because the terminal hasn't finished reading by nicm · 4 years, 7 months ago
  75. 87d79e6 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  76. a7a9460 Set mode properly before and after redrawing, and don't bother by nicm · 4 years, 7 months ago
  77. 5e38d26 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  78. 5ec80bd Move the UTF-8 flag to terminal flags. by nicm · 4 years, 7 months ago
  79. acc00cd Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  80. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 4 years, 7 months ago
  81. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 4 years, 7 months ago
  82. 8f2b5d7 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  83. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 8 months ago
  84. 52e3d96 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  85. b96ac80 Some unnecessary assignments and unused variables. by nicm · 4 years, 8 months ago
  86. 916c378 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  87. 0e8710f Wait until the initial command sequence is done before sending a device by nicm · 4 years, 8 months ago
  88. 7e6db00 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  89. 05a1521 Do not ignore triple-click and send to pane. by nicm · 4 years, 8 months ago
  90. dfd2997 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  91. cc8b41f Add a way to mark environment variables as "hidden" so they can be used by nicm · 4 years, 8 months ago
  92. 0bb1a50 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  93. 01b3bb8 Add a "second click" key type which is fired for the second click of a by nicm · 4 years, 8 months ago
  94. c9cd8f9 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  95. 3bbd66c Move alternate screen into the screen rather than the pane. by nicm · 4 years, 8 months ago
  96. 8a57d14 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  97. 8a838b0 Add support for overlay popup boxes to show text or output temporarily by nicm · 4 years, 8 months ago
  98. 0610f66 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  99. 115bb33 Ignore default-shell (and use /bin/sh) if it invalid not just if it is by nicm · 4 years, 8 months ago
  100. f584fe1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago