1. 8c9bbc3 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  2. 62ff5e4 The PANE_REDRAW flag bit might be needed by other panes so we can't by nicm · 4 years, 7 months ago
  3. 7da5418 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  4. 100db55 A resize can realloc so cannot cache the value of the list pointer. by nicm · 4 years, 7 months ago
  5. 2b83ee5 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  6. ea5fdd5 There is no point in keeping a bunch of different text buffers for each by nicm · 4 years, 7 months ago
  7. 2ccf15e Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  8. 4a93294 Use size_t not u_int for the bytes counters and fix a const missing. by nicm · 4 years, 7 months ago
  9. e1799ed Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  10. b0a37e7 Bring back previons fix to only redraw panes that need it after a redraw by nicm · 4 years, 7 months ago
  11. e153b92 Add formats for pane written/skipped bytes for debugging. by nicm · 4 years, 7 months ago
  12. 349617a Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  13. 1d2bd86 Add a flag to protect against nested syncs and add some extra logging to by nicm · 4 years, 7 months ago
  14. d94bdf7 Revert previous, there is still a problem. by nicm · 4 years, 7 months ago
  15. 5289d4e When a redraw is deferred because the terminal hasn't finished reading by nicm · 4 years, 7 months ago
  16. 7a21e91 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  17. 282a7a8 Make sure the cursor position is still on screen after we have trimmed by nicm · 4 years, 7 months ago
  18. 21eb2ba Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  19. 2e347d6 Only start and stop sync for operations like clear and scroll where by nicm · 4 years, 7 months ago
  20. 363d950 Send secondary device attributes instead of primary which gives us a bit by nicm · 4 years, 7 months ago
  21. 5e38d26 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  22. 5ec80bd Move the UTF-8 flag to terminal flags. by nicm · 4 years, 7 months ago
  23. 4744aa4 Add a helper function to get the terminal flags. by nicm · 4 years, 7 months ago
  24. b2443aa Add support for the iTerm2 sychronized updates escape sequence which by nicm · 4 years, 7 months ago
  25. dd66ede Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  26. a2e47b5 Show signal name when process exits rather than number. by nicm · 4 years, 7 months ago
  27. 6d63090 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  28. 53a29a2 Instead of fixing with the cursor position when the copied screen is by nicm · 4 years, 7 months ago
  29. ebeb457 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  30. 1e72f5e Use mode-style for selected items, like choose modes. GitHub issue 2166. by nicm · 4 years, 7 months ago
  31. fe1778e Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  32. c7883d5 Use grid_empty_line rather than memset when adding new lines on resize. by nicm · 4 years, 7 months ago
  33. 6d9b370 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  34. 63ec791 Provide an accessor for the running queue item and use it to not let by nicm · 4 years, 7 months ago
  35. 653a159 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  36. 2159ff3 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  37. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 7 months ago
  38. 187277e Add helpers for the simple case of parse string and add to command queue. by nicm · 4 years, 7 months ago
  39. acc00cd Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  40. 34804f2 When parsing strings, put all commands in one group even if there are by nicm · 4 years, 7 months ago
  41. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 4 years, 7 months ago
  42. 0a11f16 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  43. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 4 years, 7 months ago
  44. 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 4 years, 7 months ago
  45. 77d5b0c Store a key event not a mouse event in the shared data. by nicm · 4 years, 7 months ago
  46. 53d6b94 Move the NOHOOKS flag into the shared flags. by nicm · 4 years, 7 months ago
  47. 8f2b5d7 Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  48. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 7 months ago
  49. b117c3b Merge branch 'obsd-master' by Thomas Adam · 4 years, 7 months ago
  50. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 8 months ago
  51. 1c433f1 Remove unused define, also a man fix from jmc. by nicm · 4 years, 8 months ago
  52. c0602f3 Now that copy mode copies the pane content rather than keeping a by nicm · 4 years, 8 months ago
  53. 52e3d96 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  54. e9e5fac Some minor style nits. by nicm · 4 years, 8 months ago
  55. 916c378 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  56. 0e8710f Wait until the initial command sequence is done before sending a device by nicm · 4 years, 8 months ago
  57. 5d0eb61 Restore pane_current_path format from portable tmux, it is no longer by nicm · 4 years, 8 months ago
  58. 6a2f32b Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  59. 1c8f7c1 Do not restore history flag if it was never set. by nicm · 4 years, 8 months ago
  60. 8fa0b0c Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  61. 77b827f Change copy mode to make copy of the pane history so it does not need to by nicm · 4 years, 8 months ago
  62. 66db12d Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  63. dd2fdcd Support mouse in popups. by nicm · 4 years, 8 months ago
  64. dfd2997 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  65. 38f1546 Add a way to mark environment variables as "hidden" so they can be used by nicm · 4 years, 8 months ago
  66. cc8b41f Add a way to mark environment variables as "hidden" so they can be used by nicm · 4 years, 8 months ago
  67. e6d1b67 Add non-regex search variants to avoid the performance cost for people by nicm · 4 years, 8 months ago
  68. 2624edd Add non-regex search variants to avoid the performance cost for people by nicm · 4 years, 8 months ago
  69. 0bb1a50 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  70. 01b3bb8 Add a "second click" key type which is fired for the second click of a by nicm · 4 years, 8 months ago
  71. c9cd8f9 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  72. 3bbd66c Move alternate screen into the screen rather than the pane. by nicm · 4 years, 8 months ago
  73. 5888651 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  74. 1fb504d Tweak key numbers to avoid some special keys crossing over with modifier bits. by nicm · 4 years, 8 months ago
  75. 374f5ea Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  76. 88ca500 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  77. 593fddf Make two -E only close popup automatically if the command exited with 0. by nicm · 4 years, 8 months ago
  78. 4346098 Fix how popup height is calculated to take embedded newlines into account. by nicm · 4 years, 8 months ago
  79. 8a57d14 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  80. 8a838b0 Add support for overlay popup boxes to show text or output temporarily by nicm · 4 years, 8 months ago
  81. 5123bb7 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  82. 8828b95 Break code to convert an argument as a percentage into a common function. by nicm · 4 years, 8 months ago
  83. e4efd59 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  84. 06c3079 Make the mouse_word and mouse_line formats work in copy mode and enable by nicm · 4 years, 8 months ago
  85. 35c4897 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  86. de34436 Change input path so it doesn't require a pane. by nicm · 4 years, 8 months ago
  87. 17e4f23 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  88. e8273a9 Add a flag to run a background process in a pty as well, not used for by nicm · 4 years, 8 months ago
  89. 0610f66 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  90. 115bb33 Ignore default-shell (and use /bin/sh) if it invalid not just if it is by nicm · 4 years, 8 months ago
  91. f584fe1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 8 months ago
  92. d162ff4 Send mouse down event immediately rather than waiting for double click by nicm · 4 years, 8 months ago
  93. 6385bd1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  94. f7bc753 Change how double and triple clicks works so that one or the other is by nicm · 4 years, 9 months ago
  95. 1a2e66f Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  96. 2a5702a When the server socket is given by the user with -S, create it with by nicm · 4 years, 9 months ago
  97. e512a36 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  98. c820585 Add some number operators for formats, from Tyler Culp. by nicm · 4 years, 9 months ago
  99. 19d5f4a Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  100. 265164d Instead of passing titles through vis() which doubles backslashes, just by nicm · 4 years, 10 months ago