1. e3c2772 Man page fixes from lacygoill at lacygoill dot me. by nicm · 5 years ago
  2. 1d8e545 Add -r to find-window for regex instead of fnmatch. by nicm · 5 years ago
  3. fc1df91 allow-rename and alternate-screen can be pane options. by nicm · 5 years ago
  4. 5f92f92 Add a per-pane option set. Pane options inherit from window options (so by nicm · 5 years ago
  5. cd1fc42 Add a -A flag to show-options to show parent options as well. by nicm · 5 years ago
  6. 4520358 A couple of minor parser changes around conditions: 1) only treat #{ by nicm · 5 years ago
  7. b8a9c74 tweak previous; by jmc · 5 years ago
  8. 3e72e98 Add regular expression support for the format search, match and by nicm · 5 years ago
  9. 8f40796 Add a -v flag to source-file to show the commands and line numbers. by nicm · 5 years ago
  10. 4ca1de1 Add new-session -X and attach-session -x to send SIGHUP to parent when by nicm · 5 years ago
  11. 89d2c7e I had hoped that non-xenl terminals had died out, at least in fairly by nicm · 5 years ago
  12. a4424fb Support \ooo escapes, from Avi Halachmi. by nicm · 5 years ago
  13. 0ec4106 Allow source-file to take multiple arguments. by nicm · 5 years ago
  14. 1225541 Allow menu items to be disabled by putting a - at the start of their by nicm · 5 years ago
  15. 799a154 Change display-menu from taking a single string to a set of arguments, by nicm · 5 years ago
  16. 90cd045 Clarify newlines inside {} a little. by nicm · 5 years ago
  17. 6b33212 Add an additional {} syntax for defining strings in the configuration by nicm · 5 years ago
  18. e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 6 years ago
  19. 6431005 Add a way to append or prepend to a format if the length has been limited. by nicm · 6 years ago
  20. a65a6d6 Add <, >, <=, >= for formats, GitHub issue 1747. by nicm · 6 years ago
  21. 723010b Replace the split parser code (cfg.c and cmd-string.c) with a single by nicm · 6 years ago
  22. ae4cccb Fix a couple of Ta from Alphonse Mariya. by nicm · 6 years ago
  23. 1ee944a Add support for overline (SGR 53), from Ricardo Banffy. by nicm · 6 years ago
  24. c5f660e Fix column width for copy mode commands. by nicm · 6 years ago
  25. 198b0a2 Don't use arguments with It and -enum, pointed out by jmc. by nicm · 6 years ago
  26. 6dcca5f Add support for simple menus usable with mouse or keyboard. New command by nicm · 6 years ago
  27. 299b728 Add formats to show if pane is the marked pane and if any marked pane is set. by nicm · 6 years ago
  28. fcd0e30 Rename the ENVIRONMENT section which was squatting on the standard by schwarze · 6 years ago
  29. 9f75635 Allow panes to be empty (no command), output can be piped to them with by nicm · 6 years ago
  30. 5d9e591 Fix up some bits about window-size that seem to have got lost. by nicm · 6 years ago
  31. c4b0da5 Support multiple occurances of the same argument. Use this for a new by nicm · 6 years ago
  32. dfb7bb6 Merge hooks into options and make each one an array option. This allows by nicm · 6 years ago
  33. 1677bb0 Need to escape ]. by nicm · 6 years ago
  34. 564e44a Add -no-clear variants of copy-selection and copy-pipe which do not by nicm · 6 years ago
  35. 5b9211d Copy the code to infer the option type to show-options and document it. by nicm · 6 years ago
  36. 2219f7c mark up punctuation-as-macro-args properly; by jmc · 6 years ago
  37. 5943cd1 Document that switch-client can change all of session,window,pane and by nicm · 6 years ago
  38. 835ccba select-word was missing from the command list, from pawel-slowik. by nicm · 6 years ago
  39. 7bcc0d1 Add an argument to copy commands to set the prefix for the buffer name, by nicm · 6 years ago
  40. d21f8ec Add StatusDefault binding for the mouse on any otherwise unassigned by nicm · 6 years ago
  41. ff4d7d5 Fix columns of cursor_character format in list. by nicm · 6 years ago
  42. b4a301f Clarify that styles can be space or comma separated, from Stephen Zapatka. by nicm · 6 years ago
  43. 04a1fc9 I forgot to document resize-window, window-size and default-size; by nicm · 6 years ago
  44. 161b578 Add a cursor_character format. by nicm · 6 years ago
  45. b24c9e3 Rename the first KEY BINDINGS section to DEFAULT KEY BINDINGS. by nicm · 6 years ago
  46. c624046 Add some bits to the STATUS LINE section about the new option. by nicm · 6 years ago
  47. 9793138 Extend the #[] style syntax and use that together with previous format by nicm · 6 years ago
  48. 2628af5 Add format variables for the default formats for the various modes by nicm · 6 years ago
  49. bd3332b Break description of styles into its own section. by nicm · 6 years ago
  50. 2757881 Add a -v flag to display-message to show verbose messages as the format by nicm · 6 years ago
  51. 4206bcc Add format flags for start and end window. by nicm · 6 years ago
  52. 38064e7 Add T format modifier like E but also do strftime(3). by nicm · 6 years ago
  53. 1e9f8a3 Missing space in capture-pane usage, from Ben Boeckel. by nicm · 6 years ago
  54. 95ab1aa Add formats to list sessions, windows or panes. by nicm · 6 years ago
  55. 9032ac2 Add E: format to expand a format twice (useful to expand the value of an by nicm · 6 years ago
  56. afd3127 Add -b to display-panes like run-shell, GitHub issue 1559. by nicm · 6 years ago
  57. 7339845 There is no reason wait-for has to be restricted to outside tmux. by nicm · 6 years ago
  58. fc41bf4 Add a "terminal" colour which can be used instead of "default" in style by nicm · 6 years ago
  59. 9feb35b Document new refresh-client flags. by nicm · 6 years ago
  60. a51668c Support OSC 52 ? to read the top buffer inside tmux (when set-clipboard by nicm · 6 years ago
  61. bc0e527 Support for extended underline styles on terminals which offer them, by nicm · 6 years ago
  62. 1b4402c Add q: format prefix to escape sh(1) special characters. Suggested by by nicm · 6 years ago
  63. 55db362 Add StatusLeft and StatusRight mouse key modifiers for the left and by nicm · 6 years ago
  64. 665f046 Add -Z to find-window as well. by nicm · 6 years ago
  65. 5c78b48 Point to glob in section 7 for the actual list of special characters instead by kn · 6 years ago
  66. 28a5bc8 Add a rectangle_toggle format, from Hirokazu Hata. by nicm · 6 years ago
  67. 98c4291 whitespace needed between macro args and punctuation; by jmc · 6 years ago
  68. cc743dc Add set-hook -R to run a hook immediately (useful to set multiple hooks by nicm · 6 years ago
  69. d254293 Add pane focus hooks. by nicm · 6 years ago
  70. ff45b2d Tweak previous - check for a NULL client and simplify manual text. by nicm · 6 years ago
  71. ba31d3a Increment the lines counter when skipping a line to avoid an infinite by nicm · 6 years ago
  72. b602c1f Document escaping inside conditionals, from "sadie-parayno" in GitHub by nicm · 6 years ago
  73. 2a04665 Allow escaping , and } with # in #{}; GitHub issue 1332. by nicm · 7 years ago
  74. 80994a8 Mention allow-rename with \033k. by nicm · 7 years ago
  75. 068d1b9 #aabbcc will use RGB if supported so don't say it is closest match. by nicm · 7 years ago
  76. e64d078 Fix || example. by nicm · 7 years ago
  77. c6975b3 Add x and X to choose-tree (with a confirmation prompt) to kill an by nicm · 7 years ago
  78. 508e2f0 Add -Z flag to choose-tree, choose-client, choose-buffer to by nicm · 7 years ago
  79. 623f4b1 Add exit-empty option to exit server if no sessions (defaults to on). by nicm · 7 years ago
  80. 5849b73 Add -I to pipe-pane to connect pane stdin as well as stdout, suggested by nicm · 7 years ago
  81. 5c82432 Remove duplicate WheelUp/WheelDown entries in list, GitHub issue 1184. by nicm · 7 years ago
  82. e5ae9dd Add -and-cancel variants for scrolling commands to exit copy mode when by nicm · 7 years ago
  83. 3b649d2 Add a common function for spreading out cells and use it for the two by nicm · 7 years ago
  84. 17655e5 Format for group list of "other sessions" is a bit weird, just list all by nicm · 7 years ago
  85. c1f62f1 Only show the first member of session groups in tree mode (-G flag disables). by nicm · 7 years ago
  86. e91e8a2 Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139) by nicm · 7 years ago
  87. be4c016 Note that notifications are also hooks. by nicm · 7 years ago
  88. 578a63b Default allow-rename to off because it is ridiculous that applications by nicm · 7 years ago
  89. 8dd7761 Add P key to paste tagged in buffer mode, and trim some code that should by nicm · 7 years ago
  90. 0b4c408 Fix description of history_size, from Campbell Barton. by nicm · 7 years ago
  91. 9c4caf4 Support %else in config files to match %if, from Brad Town in GitHub issue 1071. by nicm · 7 years ago
  92. d8d6c27 Mention that filter is a format. by nicm · 7 years ago
  93. eadd79a Move to current mouse position not last when clcking in copy mode; fixes by nicm · 7 years ago
  94. f4848b4 Add selectp -T to set pane title. by nicm · 7 years ago
  95. 08b1251 Key (v) and flag (-N) to toggle preview in choose modes. by nicm · 7 years ago
  96. 768740a Fix example for user-keys. by nicm · 7 years ago
  97. 8daa1d5 Add monitor-bell window option to match the activity and silence by nicm · 7 years ago
  98. c6a8ad2 Add -d flag to display-panes to specify timeout, and make 0 mean no by nicm · 7 years ago
  99. 5dd5543 Add -F to choose-tree, choose-client, choose-buffer to specify the by nicm · 7 years ago
  100. 6f9b965 Add selection_present format so commands in copy mode can use it, GitHub by nicm · 7 years ago