1. 43b841f Add support for marking lines with a shell prompt based on the OSC 133 by nicm · 1 year, 5 months ago
  2. ff8882a Add "us" to styles for underscore colour, GitHub issue 3589. by nicm · 1 year, 5 months ago
  3. 1d98394 Add format for server_sessions, from Magnus Gross. by nicm · 1 year, 6 months ago
  4. 41b318a Add options to change the confirm key and default behaviour of by nicm · 1 year, 7 months ago
  5. a2018b2 Clarify text for new -A slightly, GitHub issue 3508. by nicm · 1 year, 8 months ago
  6. c21af7e Add a format to show if there are unseen changes while in a mode, from by nicm · 1 year, 8 months ago
  7. 0bd78b4 Add an L modifier like P, W, S to loop over clients. Also fix some long by nicm · 1 year, 10 months ago
  8. 7acc8d7 Add -f to list-clients like the other list commands, from Andy Walker in by nicm · 1 year, 10 months ago
  9. 93b1b78 Extend display-message to work for control clients. GitHub issue 3449. by nicm · 1 year, 10 months ago
  10. e7e112f Too many \s in example, GitHub issue 3445. by nicm · 1 year, 10 months ago
  11. 3aa458e Add a flag to display-menu to select the manu item chosen first, GitHub by nicm · 1 year, 10 months ago
  12. cb51942 Quotes are now required in select-layout example. by nicm · 1 year, 11 months ago
  13. b5ab4d2 Denote multiple arguments with 'arg ...' not 'args' by kn · 1 year, 11 months ago
  14. 3b3f420 Add send-keys -K to handle keys directly as if typed (so look up in key by nicm · 1 year, 11 months ago
  15. fe475bd Parse primary device attributes as well as secondary and add a SIXEL by nicm · 2 years ago
  16. 079f48e Document alternative delimiters for substitution, from Jim Wisniewski. by nicm · 2 years ago
  17. 48f41e4 - sort options; from josiah frentsos ok nicm by jmc · 2 years ago
  18. 3be3695 Add a -l flag to display-message to disable format expansion, from Aaron by nicm · 2 years, 1 month ago
  19. 8edece2 Add paste-buffer-deleted notification and fix name of paste-buffer-changed. by nicm · 2 years, 1 month ago
  20. a10452b Add scroll-top and scroll-bottom commands to scroll so cursor is at top by nicm · 2 years, 2 months ago
  21. f03c3ca Add message-line option to control where message and prompt go, from by nicm · 2 years, 2 months ago
  22. 416c27c Add scroll-middle copy mode command to make cursor line in the middle, by nicm · 2 years, 3 months ago
  23. 7c2dcd7 Notify when a paste buffer is deleted, GitHub issue 3302 from George Nachman. by nicm · 2 years, 3 months ago
  24. 03149bf Add a Nobr terminfo capability to tell tmux the terminal does not use by nicm · 2 years, 3 months ago
  25. 42ba6c1 Add a third state "all" to allow-passthrough to work even in invisible by nicm · 2 years, 4 months ago
  26. 36d9040 -u is no longer equivalent to -TUTF-8 so don't say it is. by nicm · 2 years, 4 months ago
  27. dd602ea Mention whether time is creation/activity for sort orders. by nicm · 2 years, 5 months ago
  28. d0d2c39 Support hyperlinks with capture-pane -e and add a mouse_hyperlink by nicm · 2 years, 5 months ago
  29. cdacc12 Add support for OSC 8 hyperlinks (a VTE extension now supported by other by nicm · 2 years, 5 months ago
  30. a888ce9 Do not display configuration file errors in a pane when in control mode, by nicm · 2 years, 5 months ago
  31. 616bde0 kf* terminfo capabilities are poorly defined and rxvt uses them in a by nicm · 2 years, 5 months ago
  32. 2f2bb82 Add pane_start_path to match start_command. by nicm · 2 years, 6 months ago
  33. 384f0ee Fix property name from Sergei Dyshel, and a typo from imcusg at gmail dot com. by nicm · 2 years, 6 months ago
  34. cd692b5 Add an ACL list for users connecting to the tmux socket. Users may be by nicm · 2 years, 6 months ago
  35. d4423dc Fix clearphist alias, from Jacqueline Jolicoeur via jmc@. by nicm · 2 years, 7 months ago
  36. 2d9f4ca man pages: add missing commas between subordinate and main clauses by naddy · 2 years, 8 months ago
  37. 792d13a Add a capability for OSC 7 and use it similarly to how the title is set by nicm · 2 years, 8 months ago
  38. 10d689e Add an option (scroll-on-clear) to control if tmux scrolls into history by nicm · 2 years, 8 months ago
  39. e6e737a Add an option to set the character used for unused areas of the by nicm · 2 years, 8 months ago
  40. a3d9209 Add remain-on-exit-format to set text shown when pane is dead. by nicm · 2 years, 9 months ago
  41. ad9b805 Add argument to refresh-client -l to forward clipboard to a pane. GitHub by nicm · 2 years, 9 months ago
  42. fa71e9a Add next_session_id format with the next session ID, GitHub issue 3078. by nicm · 2 years, 9 months ago
  43. 5076beb Add an option (default off) to control the passthrough escape sequence. by nicm · 2 years, 9 months ago
  44. 5080acc Add a key in copy mode to toggle position indicator. by nicm · 2 years, 10 months ago
  45. 7e34645 Add option to show arrows for active pane indicator, GitHub issue 3022 by nicm · 2 years, 10 months ago
  46. 7a4ba6d Mention that if-shell and #() use /bin/sh. by nicm · 2 years, 10 months ago
  47. 9c1633a Missed unlinked control notifications, GitHub issue 2996. by nicm · 2 years, 12 months ago
  48. 1f9aad2 Mention XParseColor(3) for the cursor colour escape sequence. by nicm · 2 years, 12 months ago
  49. 630c592 If trimming menu item text, show key if it would take up less than a by nicm · 3 years ago
  50. 8f1cc0e Fix mandoc HTML rendering for command aliases by kn · 3 years, 1 month ago
  51. 5710037 Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960. by nicm · 3 years, 1 month ago
  52. 8d2286b Add a cursor-colour option, from Alexis Hildebrandt in GitHub issue 2959. by nicm · 3 years, 1 month ago
  53. 197a116 Add a way to force a colour to RGB and a format to display it. by nicm · 3 years, 1 month ago
  54. eb82ad5 Missing Pp, from Alexis Hildebrandt. by nicm · 3 years, 1 month ago
  55. ef46eb9 Add -s and -S to display-popup to set popup and border style, from by nicm · 3 years, 1 month ago
  56. 8a9bfd0 Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941. by nicm · 3 years, 1 month ago
  57. cc27a43 Remove duplicate options, spotted by Ricky Cintron. by nicm · 3 years, 1 month ago
  58. add2063 Add popup-border-lines option to set popup line style, from Alexis by nicm · 3 years, 1 month ago
  59. 837ca17 Add popup-style and popup-border-style options, from Alexis Hildebrandt by nicm · 3 years, 1 month ago
  60. 759efe1 Add -e flag to set environment for popup, from Alexis Hildebrandt in by nicm · 3 years, 1 month ago
  61. 7800a43 remove extra .El; by jmc · 3 years, 2 months ago
  62. 50a77f4 Add tags for command aliases by kn · 3 years, 2 months ago
  63. 5f63181 Add a missing El, from Alexis Hildebrandt in GitHub issue 2918. by nicm · 3 years, 2 months ago
  64. 9f6164a Make send-keys without any arguments send the key it is bound to (if by nicm · 3 years, 2 months ago
  65. fd756a1 Allow control mode clients to set a hard limit on the window width and by nicm · 3 years, 3 months ago
  66. 7789639 Add a menu when a popup is present (mouse only for now). by nicm · 3 years, 3 months ago
  67. 614611a Add -B flag to remove border from popup. by nicm · 3 years, 3 months ago
  68. a2b8506 Set return code for confirm-before and make command-prompt also block, by nicm · 3 years, 3 months ago
  69. 163908f Move hook format setup earlier and add a hook_client, GitHub issue 2809. by nicm · 3 years, 3 months ago
  70. 7eea3d7 Break the colour palette into a struct rather than just a single array by nicm · 3 years, 3 months ago
  71. 338ec85 Make confirm-before optionally block the invoking client like run-shell, by nicm · 3 years, 3 months ago
  72. be59884 Change copy-line and copy-end-of-line not to cancel and add -and-cancel by nicm · 3 years, 4 months ago
  73. 19812b2 Add client focus hooks. by nicm · 3 years, 4 months ago
  74. 42490f4 Add a client-active hook, from ncfavier in GitHub issue 2803. by nicm · 3 years, 4 months ago
  75. 1d4296f Mention %1 under choose-tree also. by nicm · 3 years, 5 months ago
  76. 0d0683c fix some formatting errors; by jmc · 3 years, 6 months ago
  77. 1e879ef Feature for the mouse since FreeBSD termcap does not have kmous. by nicm · 3 years, 6 months ago
  78. 77b1290 More accurate vi(1) word navigation in copy mode and on the status line. by nicm · 3 years, 6 months ago
  79. 1bbdd2a Add -F for command-prompt and use it to fix "Rename" on the window menu, by nicm · 3 years, 6 months ago
  80. 8661176 Add different command historys for different types of prompts by nicm · 3 years, 6 months ago
  81. 84e2216 Change resize timers and flags into one timer and a queue which is by nicm · 3 years, 6 months ago
  82. 0c5cbbb Three changes to fix problems with xterm in VT340 mode, reported by by nicm · 3 years, 6 months ago
  83. 64c276c Add an "always" value to the extended-keys option to always forward by nicm · 3 years, 6 months ago
  84. 33f9b08 %begin now has three arguments, not two. GitHubs issue 2646. by nicm · 3 years, 7 months ago
  85. e6abe55 Add a flag to disable keys to close a message, GitHub issue 2625. by nicm · 3 years, 7 months ago
  86. cd208c9 Permit shortcut keys in buffer, client, tree modes to be configured with by nicm · 3 years, 8 months ago
  87. 71fc9f3 Add a current_file format for the config file being parsed. Originally by nicm · 3 years, 8 months ago
  88. 6c98f22 Missing commas, from Vipul Kumar. by nicm · 3 years, 8 months ago
  89. 8b800b4 Add client-detached notification in control mode, from Mohsin Kaleem. by nicm · 3 years, 8 months ago
  90. 3eb91ef Add an "absolute-centre" alignment to use the centre of the total space by nicm · 3 years, 9 months ago
  91. d98f9f7 Add split-window -Z to start the pane zoomed, GitHub issue 2591. by nicm · 3 years, 9 months ago
  92. c447507 Drop support for popups where the content is provided directly to tmux by nicm · 3 years, 9 months ago
  93. de3a898 escape quotes and remove some unneccessary Pp; ok nicm by jmc · 3 years, 9 months ago
  94. b6dfb99 Add some text with examples of ; as a separator, GitHub issues 2522 and 2580. by nicm · 3 years, 9 months ago
  95. dd7006c Add a couple of format variables for active and last window index. by nicm · 3 years, 9 months ago
  96. 6876381 Move config file path expansion much earlier, keep the list of paths by nicm · 3 years, 9 months ago
  97. 6642706 Support X11 colour names and some other variations for OSC 10/11, also by nicm · 3 years, 9 months ago
  98. 3218695 Use ~/.tmux.conf as an example rather than /etc/passwd, suggested by deraadt@. by nicm · 3 years, 10 months ago
  99. e3005e5 Add "pipe" variants of the "copy-pipe" commands which do not copy, from by nicm · 3 years, 10 months ago
  100. 1e29ebd In the end UTF-8 did not become a terminal feature, should not be listed by nicm · 3 years, 10 months ago