1. 51b80b9 Restore utf8proc code. by Nicholas Marriott · 1 year, 1 month ago
  2. 789a989 Reply to SMGRAPHICS. by Nicholas Marriott · 1 year, 1 month ago
  3. b202a2f Merge branch 'obsd-master' by Thomas Adam · 1 year, 1 month ago
  4. f09cde2 Change UTF-8 combining to inspect the previous character at the cursor by nicm · 1 year, 1 month ago
  5. 9f9156c Merge branch 'obsd-master' by Thomas Adam · 1 year, 1 month ago
  6. d394293 Add -t to source-file, GitHub issue 3473. by nicm · 1 year, 1 month ago
  7. 1742138 Merge branch 'obsd-master' by Thomas Adam · 1 year, 1 month ago
  8. c767d62 Request terminal colours again on SIGWINCH but at most once every 30 by nicm · 1 year, 1 month ago
  9. 7ad29b9 Merge branch 'obsd-master' by Thomas Adam · 1 year, 2 months ago
  10. d209fe9 Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHub by nicm · 1 year, 2 months ago
  11. 1aec420 Merge branch 'obsd-master' by Thomas Adam · 1 year, 2 months ago
  12. 9456258 Rewrite combined character handling to be more consistent and to support by nicm · 1 year, 2 months ago
  13. dfbc6b1 Merge SIXEL branch. by Nicholas Marriott · 1 year, 2 months ago
  14. e3a8b84 Merge branch 'obsd-master' by Thomas Adam · 1 year, 2 months ago
  15. 8636848 Add a session, pane and user mouse range types for the status line and by nicm · 1 year, 2 months ago
  16. 6a45e6c Merge branch 'obsd-master' by Thomas Adam · 1 year, 2 months ago
  17. b770a42 Add an option menu-selected-style to configure the currently selected by nicm · 1 year, 2 months ago
  18. 4c60afd Merge branch 'obsd-master' by Thomas Adam · 1 year, 2 months ago
  19. ed689cd Merge branch 'obsd-master' by Thomas Adam · 1 year, 2 months ago
  20. 7a44984 Add flag to next-prompt/previous-prompt to go to command output instead, by nicm · 1 year, 2 months ago
  21. 1071ef8 Extend the menu drawing function to support custom characters and by nicm · 1 year, 2 months ago
  22. 269dab4 Merge branch 'obsd-master' by Thomas Adam · 1 year, 3 months ago
  23. 8b3e2ea Use a stack for last panes line windows, from Thomas Bertschinger in by nicm · 1 year, 3 months ago
  24. 1a11c97 Merge branch 'obsd-master' by Thomas Adam · 1 year, 4 months ago
  25. 43b841f Add support for marking lines with a shell prompt based on the OSC 133 by nicm · 1 year, 4 months ago
  26. f41c536 Merge branch 'obsd-master' by Thomas Adam · 1 year, 4 months ago
  27. bdd05bd Fix mismatch between function prototype and definition, from Anindya Mukherjee. by nicm · 1 year, 4 months ago
  28. 149d9cc Merge branch 'obsd-master' by Thomas Adam · 1 year, 5 months ago
  29. 204d8f3 Reorder struct grid_cell_entry by tb · 1 year, 5 months ago
  30. 9d8131c Merge branch 'obsd-master' by Thomas Adam · 1 year, 6 months ago
  31. 0ff991b Set default lock command to vlock on Linux if present at build time, from Josh by Nicholas Marriott · 1 year, 6 months ago
  32. 8f34504 Tidy tparm wrapper functions to have more obvious names and check tparm by nicm · 1 year, 6 months ago
  33. 48eba4c Ignore the user keys range when checking if a key is Unicode. by nicm · 1 year, 6 months ago
  34. c21af7e Add a format to show if there are unseen changes while in a mode, from by nicm · 1 year, 7 months ago
  35. e25926d Merge branch 'obsd-master' by Thomas Adam · 1 year, 8 months ago
  36. 93b1b78 Extend display-message to work for control clients. GitHub issue 3449. by nicm · 1 year, 8 months ago
  37. c42087c Merge branch 'obsd-master' by Thomas Adam · 1 year, 9 months ago
  38. 3aa458e Add a flag to display-menu to select the manu item chosen first, GitHub by nicm · 1 year, 9 months ago
  39. 789cb91 Merge branch 'obsd-master' by Thomas Adam · 1 year, 9 months ago
  40. eb1f8d7 Mark keys sent by command and skip paste handling for them. by nicm · 1 year, 9 months ago
  41. 42895ef Merge branch 'obsd-master' by Thomas Adam · 1 year, 9 months ago
  42. 483cc77 Have tmux recognise pasted texts wrapped in bracket paste sequences, by nicm · 1 year, 9 months ago
  43. 21e00e4 Merge branch 'obsd-master' by Thomas Adam · 1 year, 9 months ago
  44. 09afc6c If a pane is killed, cancel reading from the file. GitHub issue 3422. by nicm · 1 year, 9 months ago
  45. a41a927 Query the client terminal for foreground and background colours and if by nicm · 1 year, 10 months ago
  46. 3fe01ff spelling fixes; from paul tagliamonte amendments to his diff are noted on tech by jmc · 1 year, 10 months ago
  47. 3b3f420 Add send-keys -K to handle keys directly as if typed (so look up in key by nicm · 1 year, 10 months ago
  48. 6249a4b Merge branch 'obsd-master' by Thomas Adam · 1 year, 10 months ago
  49. 7e497c7 Process escape sequences in show-buffer, GitHub issue 3401. by nicm · 1 year, 10 months ago
  50. 1536b7e Merge branch 'obsd-master' by Thomas Adam · 1 year, 11 months ago
  51. fe475bd Parse primary device attributes as well as secondary and add a SIXEL by nicm · 1 year, 11 months ago
  52. 36896f6 Merge branch 'obsd-master' by Thomas Adam · 1 year, 12 months ago
  53. 2d08235 Add modified Tab key sequences, from Aaron Jensen, GitHub issue 3368. by nicm · 1 year, 12 months ago
  54. 9dd1f44 Merge branch 'obsd-master' by Thomas Adam · 1 year, 12 months ago
  55. 8edece2 Add paste-buffer-deleted notification and fix name of paste-buffer-changed. by nicm · 1 year, 12 months ago
  56. 9ef854f Merge branch 'obsd-master' by Thomas Adam · 2 years, 1 month ago
  57. 9cc8e40 Add a -T flag to capture-pane to stop at the last used cell instead of by nicm · 2 years, 1 month ago
  58. 9c34aad Merge branch 'obsd-master' by Thomas Adam · 2 years, 2 months ago
  59. 7c2dcd7 Notify when a paste buffer is deleted, GitHub issue 3302 from George Nachman. by nicm · 2 years, 2 months ago
  60. 03149bf Add a Nobr terminfo capability to tell tmux the terminal does not use by nicm · 2 years, 2 months ago
  61. 7b8ecec Merge branch 'obsd-master' by Thomas Adam · 2 years, 3 months ago
  62. 42ba6c1 Add a third state "all" to allow-passthrough to work even in invisible by nicm · 2 years, 3 months ago
  63. dc6bc0e Merge branch 'obsd-master' by Thomas Adam · 2 years, 3 months ago
  64. b130e95 Merge branch 'obsd-master' by Thomas Adam · 2 years, 3 months ago
  65. 9e03df5 Defer reading from control client until the command line command has completed. by nicm · 2 years, 3 months ago
  66. d0d2c39 Support hyperlinks with capture-pane -e and add a mouse_hyperlink by nicm · 2 years, 3 months ago
  67. 01c4919 Merge branch 'obsd-master' by Thomas Adam · 2 years, 4 months ago
  68. cdacc12 Add support for OSC 8 hyperlinks (a VTE extension now supported by other by nicm · 2 years, 4 months ago
  69. b63afae Merge branch 'obsd-master' by Thomas Adam · 2 years, 4 months ago
  70. 9c89f7c Store time lines are scrolled into history and display in copy mode. by nicm · 2 years, 4 months ago
  71. 8ff3091 Merge branch 'obsd-master' by Thomas Adam · 2 years, 4 months ago
  72. d9f8485 Check cursor options when a pane is created, not just when they are changed. by nicm · 2 years, 4 months ago
  73. 810daef Merge branch 'obsd-master' by Thomas Adam · 2 years, 4 months ago
  74. ccc9dc3 If an application gives the first parameter to OSC 52, validate and pass by nicm · 2 years, 4 months ago
  75. be2eb57 Merge branch 'obsd-master' by Thomas Adam · 2 years, 4 months ago
  76. c07d582 Expand arguments to some commands where it makes sense, GitHub issue by nicm · 2 years, 4 months ago
  77. afb3a5f Merge branch 'obsd-master' by Thomas Adam · 2 years, 5 months ago
  78. 020c403 When picking a buffer because one isn't specified by the user, ignore by nicm · 2 years, 5 months ago
  79. 2b60ff5 If a mouse position was above the maximum supported by the normal mouse by nicm · 2 years, 5 months ago
  80. cd89000 Add a way for lines added to copy mode to be passed through the parser by nicm · 2 years, 5 months ago
  81. c6b51ce If a mouse position was above the maximum supported by the normal mouse by Nicholas Marriott · 2 years, 6 months ago
  82. 58d1a20 Add a way for lines added to copy mode to be passed through the parser to by Nicholas Marriott · 2 years, 6 months ago
  83. 996e547 Better error reporting when applying custom layouts. by Nicholas Marriott · 2 years, 6 months ago
  84. d6306b6 Add an ACL list for users connecting to the tmux socket. Users may be forbidden by Nicholas Marriott · 2 years, 6 months ago
  85. fc7f1e7 Add support for systemd socket activation (where systemd creates the Unix by Nicholas Marriott · 2 years, 7 months ago
  86. 5e491e7 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 7 months ago
  87. 792d13a Add a capability for OSC 7 and use it similarly to how the title is set by nicm · 2 years, 7 months ago
  88. 5d4c3ef Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 7 months ago
  89. e6e737a Add an option to set the character used for unused areas of the by nicm · 2 years, 7 months ago
  90. 25337ac Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 7 months ago
  91. a3d9209 Add remain-on-exit-format to set text shown when pane is dead. by nicm · 2 years, 7 months ago
  92. 2fb6089 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 7 months ago
  93. ad9b805 Add argument to refresh-client -l to forward clipboard to a pane. GitHub by nicm · 2 years, 7 months ago
  94. 2be5488 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 8 months ago
  95. fa71e9a Add next_session_id format with the next session ID, GitHub issue 3078. by nicm · 2 years, 8 months ago
  96. 722f395 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 8 months ago
  97. 0027ee1 Support more mouse buttons when the terminal sends them, GitHub issue 3055. by nicm · 2 years, 8 months ago
  98. 85ef735 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 8 months ago
  99. f852086 Do not create a buffer from an OSC 52 response if we have not sent a query. by nicm · 2 years, 8 months ago
  100. a4f336a Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago