1. 0868512 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  2. b519551 Expand formats in option names and add -F flag to do so in option values as well. by nicm · 8 years ago
  3. a651b08 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  4. 5fee463 Add a format for the name of the pane's mode, lets it be used as a by nicm · 8 years ago
  5. 2fef10b Add some formats to look at the session window stack, suggested by Scott by nicm · 8 years ago
  6. f322194 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  7. d98d316 Some new notifications, mainly for active pane and current window and session: by nicm · 8 years ago
  8. 97ecb4f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  9. ca6a121 Add a format for the last search string in copy mode and fix the prompt by nicm · 8 years ago
  10. 99b0f48 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  11. c12711a Default for xterm-keys was wrong, stop documenting it. by nicm · 8 years ago
  12. d8398af Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  13. 59ff9b8 Typo in example. by nicm · 8 years ago
  14. 4837121 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  15. 0b44ad9 If a #() command doesn't exit, use its most recent line of output (it by nicm · 8 years ago
  16. 85af9c9 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  17. fa6deb5 When the data we have buffered to write to a terminal grows beyond a by nicm · 8 years ago
  18. a543091 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  19. fb3c5ef Add a format for number of bytes writtent to client, useful for debugging. by nicm · 8 years ago
  20. 5f662d9 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  21. 9b28200 Give each client a name. This defaults to the tty name as before but by nicm · 8 years ago
  22. 843e605 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  23. df3ab87 Add support for the strikethrough attribute (SGR 9), using the new smxx by nicm · 8 years ago
  24. 631a899 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  25. 640d9e5 "status bar" -> "status line" for consistency, from Benjamin Dopplinger. by nicm · 8 years ago
  26. 02e0447 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  27. d22c151 Don't use a bufferevent for the tty, so we can keep better track of what by nicm · 8 years ago
  28. c6a3446 Instead of numbering session groups, give them a name which may be given by nicm · 8 years ago
  29. 8de4c15 Document refresh-client -C. by nicm · 8 years ago
  30. 96ad1d7 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  31. b7ddfb3 Don't lie about the default size in the man page. by nicm · 8 years ago
  32. 9b1f620 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  33. dd0c814 Implement "all event" (1003) mouse mode but in a way that works. The by nicm · 8 years ago
  34. 9094f01 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  35. b6099f3 Add -n to break-pane. by nicm · 8 years ago
  36. 21d8f77 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  37. 0a63ab4 If xterm-keys is on, use xterm(1) style keys for Home and End as well as by nicm · 8 years ago
  38. 418ab1a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  39. 4b2821f Make update-environment an array as well. by nicm · 8 years ago
  40. b77dd75 Convert terminal-overrides to an array option. by nicm · 8 years ago
  41. 16e43d6 Remove some lies about terminal-overrides from tmux.1. by nicm · 8 years ago
  42. 85338bb Add support for custom command aliases, this is an array option which by nicm · 8 years ago
  43. 2311bbd Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  44. 95950bf Add -E to detach-client to exec a command to replace the client instead by nicm · 8 years ago
  45. d87ab0c Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  46. bf6a5c0 Add a format for terminal type. by nicm · 8 years ago
  47. 1e12e1d Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  48. e781422 Some manpage fixes: rephrase a convoluted sentence, make the names of by nicm · 8 years ago
  49. 628f3ad Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  50. 40fddfb avoid unneccessary markup; tweaked and ok nicm by jmc · 8 years ago
  51. 2c862b0 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  52. 3661960 Add a format for the version. by Nicholas Marriott · 8 years ago
  53. d2d9846 Add %if/%endif for conditionals when parsing configuration files, the by nicm · 8 years ago
  54. 844f2ea Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b" by nicm · 8 years ago
  55. 95f5d40 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  56. 5330a2a Run the source-file pattern through glob(3). by nicm · 8 years ago
  57. 325c85a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  58. c05002b Add note about ccc and initc so people who want it can see it is possible. by nicm · 8 years ago
  59. a342848 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  60. 461217d Incremental search in copy mode (on for emacs keys by default) - much by nicm · 8 years ago
  61. 1fccfd7 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  62. 6b46c62 Make send -N work for all keys, not just in copy mode. From Artem Fokin. by nicm · 8 years ago
  63. a02d95a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  64. 7e6c2cb Make the selection able to exist independent of the cursor position, so by nicm · 8 years ago
  65. fe7d9af Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  66. 9fe43d6 Add copy-pipe-and-cancel, from Artem Fokin. by nicm · 8 years ago
  67. 5f9ba2f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  68. 8084a2c Add %%% to substitute with quotes escaped (convert " to \"). Use this by nicm · 8 years ago
  69. 3a6beea Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  70. fb109ae xterm-keys was in the wrong place in the list; Dilyan Palauzov. by nicm · 8 years ago
  71. d54e990 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  72. 41e633a Use the notify name string instead of going via an enum and change by nicm · 8 years ago
  73. 1a6e696 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  74. d15d54c Add hook_session and hook_window formats to get information on the by nicm · 8 years ago
  75. c67b702 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  76. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  77. a15939b Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  78. 4fbf564 zap double .Pp; by jmc · 8 years ago
  79. 623e547 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  80. 63b2547 Fire hooks on the simple notifys (window-renamed and session-renamed), by nicm · 8 years ago
  81. 33fbf82 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  82. 0ec18e5 Missing flags in capture-pane, and tweak choose-tree text. From Dilyan Palauzov. by nicm · 8 years ago
  83. 117737c Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  84. a7ce193 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  85. 4289a1e Trying to do hooks generically is way too complicated and unreliable and by nicm · 8 years ago
  86. 7a1a01f Remove the set-remain-on-exit option, it was always a hack and can now by nicm · 8 years ago
  87. ad5a561 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  88. 1bd08f9 Remove mention of key tables than no longer exist. by nicm · 8 years ago
  89. 6270392 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  90. 05dac2e -f missed from splitw usage, from Felix Rosencrantz. by nicm · 8 years ago
  91. 6551f4b Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  92. 4025304 bind-key -c has gone, remove from man page, and unused table declarations. by nicm · 8 years ago
  93. c484c5a Drop the edit mode key tables and just use fixed key bindings for the by nicm · 8 years ago
  94. 68bebe1 The repeat prompt in both emacs and vi (and the old one in tmux) doesn't by nicm · 8 years ago
  95. b9dc855 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  96. 85d7afa Support double and triple clicks (they are cumulative, so double is by nicm · 8 years ago
  97. 76d6d36 Fundamental change to how copy mode key bindings work: by nicm · 8 years ago
  98. ddfed25 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  99. 305c832 Document set-hook -u. by nicm · 8 years ago
  100. a5b29a1 Merge branch 'obsd-master' by Thomas Adam · 8 years ago