1. 3f1fc9c Get the whole overlay screen not just the mode so cursor changes are included. by Nicholas Marriott · 6 years ago
  2. 8110c7a Do not hoke into struct window_pane from the tty code and instead set by Nicholas Marriott · 6 years ago
  3. 93dca5a Move size to tty_ctx. by Nicholas Marriott · 6 years ago
  4. 5ce194f Rename some tty_ctx members. by Nicholas Marriott · 6 years ago
  5. cc19203 Add 'e' key in buffer mode to open the buffer in an editor. by Nicholas Marriott · 6 years ago
  6. 2548775 Add -W and -T flags to command-prompt to only complete a window and a target. by Nicholas Marriott · 6 years ago
  7. 6f70090 Copy mode search improvements: by Nicholas Marriott · 6 years ago
  8. b06235c Improve command prompt completion: by Nicholas Marriott · 6 years ago
  9. 24316be Apply a format when redrawing pane borders. by Nicholas Marriott · 6 years ago
  10. 1f8256f Drop having a separate type for style options and make them all strings, which by Nicholas Marriott · 6 years ago
  11. 79b4d83 Use a grid cell not a style for the pane style. by Nicholas Marriott · 6 years ago
  12. c30e765 Add some additional format helper functions. by Nicholas Marriott · 6 years ago
  13. 9b571da Instead of forbidding invalid session names, sanitize them. by Nicholas Marriott · 6 years ago
  14. 527f66e Instead of having a default set of terminals in terminal-overrides that get XT by Nicholas Marriott · 6 years ago
  15. 61550ac Add feature and capabilities for focus reporting. Also document AX and XT even by Nicholas Marriott · 6 years ago
  16. 5d69b9c Add a feature for bracketed paste. by Nicholas Marriott · 6 years ago
  17. 8650f44 Move terminal features into a single file. by Nicholas Marriott · 6 years ago
  18. d53e1fe Add TMUX_SOCK like TMUX_PATH for the socket directory. by Nicholas Marriott · 6 years ago
  19. 0d3fdae Build list of paths and weed out duplicates before loading configs. by Nicholas Marriott · 6 years ago
  20. ac91635 Add extension terminfo(5) capabilities for margins. by Nicholas Marriott · 6 years ago
  21. c74572d Remove support for iTerm2's DSR 1337 extension and use the CSI > q extension by Nicholas Marriott · 6 years ago
  22. cf5f93b Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  23. 899b3d2 Indicate the marked pane in choose mode in reverse and add key to set by nicm · 6 years ago
  24. 8ae3915 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  25. de5163a Change so main-pane-width and height can be given as a percentage. by nicm · 6 years ago
  26. 32c3fe4 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  27. c706aad Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  28. 117ec1b Apply terminal-overrides after terminal detection, it always takes precedence. by nicm · 6 years ago
  29. 2083a6e Change how sync works to always send the end sequence after all output by nicm · 6 years ago
  30. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 6 years ago
  31. 8c9bbc3 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  32. 62ff5e4 The PANE_REDRAW flag bit might be needed by other panes so we can't by nicm · 6 years ago
  33. 7da5418 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  34. 100db55 A resize can realloc so cannot cache the value of the list pointer. by nicm · 6 years ago
  35. 2b83ee5 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  36. ea5fdd5 There is no point in keeping a bunch of different text buffers for each by nicm · 6 years ago
  37. 2ccf15e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  38. 4a93294 Use size_t not u_int for the bytes counters and fix a const missing. by nicm · 6 years ago
  39. e1799ed Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  40. b0a37e7 Bring back previons fix to only redraw panes that need it after a redraw by nicm · 6 years ago
  41. e153b92 Add formats for pane written/skipped bytes for debugging. by nicm · 6 years ago
  42. 349617a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  43. 1d2bd86 Add a flag to protect against nested syncs and add some extra logging to by nicm · 6 years ago
  44. d94bdf7 Revert previous, there is still a problem. by nicm · 6 years ago
  45. 5289d4e When a redraw is deferred because the terminal hasn't finished reading by nicm · 6 years ago
  46. 7a21e91 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  47. 282a7a8 Make sure the cursor position is still on screen after we have trimmed by nicm · 6 years ago
  48. 21eb2ba Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  49. 2e347d6 Only start and stop sync for operations like clear and scroll where by nicm · 6 years ago
  50. 363d950 Send secondary device attributes instead of primary which gives us a bit by nicm · 6 years ago
  51. 5e38d26 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  52. 5ec80bd Move the UTF-8 flag to terminal flags. by nicm · 6 years ago
  53. 4744aa4 Add a helper function to get the terminal flags. by nicm · 6 years ago
  54. b2443aa Add support for the iTerm2 sychronized updates escape sequence which by nicm · 6 years ago
  55. dd66ede Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  56. a2e47b5 Show signal name when process exits rather than number. by nicm · 6 years ago
  57. 6d63090 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  58. 53a29a2 Instead of fixing with the cursor position when the copied screen is by nicm · 6 years ago
  59. ebeb457 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  60. 1e72f5e Use mode-style for selected items, like choose modes. GitHub issue 2166. by nicm · 6 years ago
  61. fe1778e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  62. c7883d5 Use grid_empty_line rather than memset when adding new lines on resize. by nicm · 6 years ago
  63. 6d9b370 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  64. 63ec791 Provide an accessor for the running queue item and use it to not let by nicm · 6 years ago
  65. 653a159 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  66. 2159ff3 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  67. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 6 years ago
  68. 187277e Add helpers for the simple case of parse string and add to command queue. by nicm · 6 years ago
  69. acc00cd Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  70. 34804f2 When parsing strings, put all commands in one group even if there are by nicm · 6 years ago
  71. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 6 years ago
  72. 0a11f16 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  73. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 6 years ago
  74. 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 6 years ago
  75. 77d5b0c Store a key event not a mouse event in the shared data. by nicm · 6 years ago
  76. 53d6b94 Move the NOHOOKS flag into the shared flags. by nicm · 6 years ago
  77. 8f2b5d7 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  78. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 6 years ago
  79. b117c3b Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  80. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 6 years ago
  81. 1c433f1 Remove unused define, also a man fix from jmc. by nicm · 6 years ago
  82. c0602f3 Now that copy mode copies the pane content rather than keeping a by nicm · 6 years ago
  83. 52e3d96 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  84. e9e5fac Some minor style nits. by nicm · 6 years ago
  85. 916c378 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  86. 0e8710f Wait until the initial command sequence is done before sending a device by nicm · 6 years ago
  87. 5d0eb61 Restore pane_current_path format from portable tmux, it is no longer by nicm · 6 years ago
  88. 6a2f32b Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  89. 1c8f7c1 Do not restore history flag if it was never set. by nicm · 6 years ago
  90. 8fa0b0c Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  91. 77b827f Change copy mode to make copy of the pane history so it does not need to by nicm · 6 years ago
  92. 66db12d Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  93. dd2fdcd Support mouse in popups. by nicm · 6 years ago
  94. dfd2997 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  95. 38f1546 Add a way to mark environment variables as "hidden" so they can be used by nicm · 6 years ago
  96. cc8b41f Add a way to mark environment variables as "hidden" so they can be used by nicm · 6 years ago
  97. e6d1b67 Add non-regex search variants to avoid the performance cost for people by nicm · 6 years ago
  98. 2624edd Add non-regex search variants to avoid the performance cost for people by nicm · 6 years ago
  99. 0bb1a50 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  100. 01b3bb8 Add a "second click" key type which is fired for the second click of a by nicm · 6 years ago