1. bae9584 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  2. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 11 years ago
  3. b1a06ef Add a copy mode key binding to copy to a named buffer. From J Raynor. by nicm · 11 years ago
  4. 3dbacbb Add support for named buffers. If you don't name a buffer, things work by nicm · 11 years ago
  5. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  6. 64613b9 #nnT went away a while ago, remove a leftover from the manpage. by nicm · 11 years ago
  7. 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
  8. 877bdb4 Extend the -q flag to set-option to suppress errors about unknown by nicm · 11 years ago
  9. 992ef70 Remove the monitor-content option and associated bits and bobs. It's by nicm · 11 years ago
  10. 14a96df Remove the choose-list command to prepare for some later choose-* work. by nicm · 11 years ago
  11. 0c99c7d Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  12. 252a737 Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make by nicm · 11 years ago
  13. b52b40b pane_start_path has gone away. by nicm · 11 years ago
  14. dca7d1c Make message-limit a server option. by nicm · 11 years ago
  15. 0e4d1d8 Add setb -a to append and a copy mode append command, from J Raynor with by nicm · 11 years ago
  16. b11de5a Make session_attached a count and add session_many_attached flag. by nicm · 11 years ago
  17. 683ca27 Make message-limit a server option. by Nicholas Marriott · 11 years ago
  18. 8c0edcb Add setb -a to append and a copy mode append command, from J Raynor with minor by Nicholas Marriott · 11 years ago
  19. b7f6356 Make session_attached a count and add session_many_attached flag. by Nicholas Marriott · 11 years ago
  20. f182892 Change terminal-overrides to a server option (now that we have them), it by nicm · 11 years ago
  21. b758975 Correct Linux-specific manpage sections by Thomas Adam · 11 years ago
  22. b3de4a3 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  23. 81db6ba Leftovers from removing 88 colour support, from Theo Buehler. by nicm · 11 years ago
  24. 1721056 Remove references to 88colour support by Thomas Adam · 11 years ago
  25. 973de5a fix some minor formatting glitches; by jmc · 11 years ago
  26. d50e47f Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  27. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  28. d23561f Merge server-info into show-messages and remove some not useful output. by nicm · 11 years ago
  29. 1286c56 Replace ## by # in format. by nicm · 11 years ago
  30. 3e498cd Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  31. 7fa55b0 Key to swap to other end of selection (bound to o with vi keys), from J Raynor. by nicm · 11 years ago
  32. 8bcdd8f Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 11 years ago
  33. 7f479ff Merge branch 'obsd-master' into mtemp by Thomas · 11 years ago
  34. 17ec688 Bracket in the wrong place in description of c0-change-trigger. by nicm · 11 years ago
  35. d0566a4 Remove the KERN_PROC_CWD the proc_current_path format (which is the only by nicm · 11 years ago
  36. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  37. b822d24 Support -c for new-session, based on code from J Raynor. by nicm · 11 years ago
  38. 40811eb Add length limit operator for formats. by nicm · 11 years ago
  39. d75dd2a Add formats for window flags. by nicm · 11 years ago
  40. 4538c26 Alter how tmux handles the working directory to internally use file descriptors by Nicholas Marriott · 11 years ago
  41. 7c71c3e Change the default for the default-path option to ~. This is a quick by nicm · 11 years ago
  42. 13360ad Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 11 years ago
  43. 9389cfb Support -c for new-session, based on code from J Raynor. by Nicholas Marriott · 11 years ago
  44. 75ec17f Mark flags as optional and mutually exclusive. by Tiago Cunha · 11 years ago
  45. a0802dd A couple of manpage fixes from Tiago Cunha. by Nicholas Marriott · 11 years ago
  46. 23519fc Add automatic-rename-format option allowing automatic rename to use something by Nicholas Marriott · 11 years ago
  47. 84c22d0 Add length limit operator for formats. by Nicholas Marriott · 11 years ago
  48. bcd9bca Add formats for window flags. by Nicholas Marriott · 11 years ago
  49. 304ea07 use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ by schwarze · 11 years ago
  50. bdea2f9 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  51. f5b041e Add pane_synchronized format, from Romain Francoise. by Nicholas Marriott · 11 years ago
  52. c7a121c Focus events can cause trouble if left on and they can't be turned off by Nicholas Marriott · 11 years ago
  53. 3977dba Focus events can cause trouble if left on and they can't be turned off by Nicholas Marriott · 11 years ago
  54. 06b5805 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  55. ddb52a2 escape "Ss", becuase groff thinks it has found a macro; by Jason McIntyre · 11 years ago
  56. 13441e8 The actual terminfo entries we ended up with for cursor changes are Cs, by Nicholas Marriott · 11 years ago
  57. 399d738 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  58. c231381 Demote the old single-character replacement variables (#S and friends) by Nicholas Marriott · 11 years ago
  59. c30d60f Add host_short format, from Tiago Cunha. by Nicholas Marriott · 11 years ago
  60. 76cb088 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  61. 907ad00 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  62. 5b1cf02 Rename tmux.1.in back to tmux.1 and generate tmux.1.{mdoc,man} instead. by Nicholas Marriott · 12 years ago[Renamed from tmux.1.in]
  63. fce0956 Use $(srcdir) for generating tmux.1, reported by fasta_ on IRC. by Nicholas Marriott · 12 years ago
  64. c24b58e Generate tmux.1 using mdoc2man.awk on Solaris, issue brought up and changes by Nicholas Marriott · 12 years ago[Renamed from tmux.1]
  65. b58bca9 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  66. 20f0d91 Missed -o from set-window-option, from Ben Boeckel. by Nicholas Marriott · 12 years ago
  67. 7f63658 Add TMUX_TMPDIR variable to put the socket directory outside by Nicholas Marriott · 12 years ago
  68. 00af2df Merge branch 'obsd-master' by Thomas · 12 years ago
  69. e44bd9f Revert the command-prefix change which breaks sequences of commands. by Nicholas Marriott · 12 years ago
  70. e97e0d7 Man page fixes. by Nicholas Marriott · 12 years ago
  71. 4119c47 b comes before t. by Nicholas Marriott · 12 years ago
  72. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  73. 748acdc Add wait-for -L and -U for lock and unlock, from Thiago Padilha. by Nicholas Marriott · 12 years ago
  74. 14fad6a Add -A flag to new-session to make it behave like attach-session if the by Nicholas Marriott · 12 years ago
  75. a05b8c4 Add a -o option to set-option to prevent setting an option already set, by Nicholas Marriott · 12 years ago
  76. 66edb33 Expand format variables in the run-shell and if-shell shell commands, by Nicholas Marriott · 12 years ago
  77. ac1fe83 Couple of fixes pointed out by jmc. by Nicholas Marriott · 12 years ago
  78. 7f191c7 Add -P and -F to new-session. by Nicholas Marriott · 12 years ago
  79. 702ab8b Add a load of miscellaneous pane formats, from George Nachman. by Nicholas Marriott · 12 years ago
  80. 8478895 Add -e flag to capture-pane to include embedded ANSI SGR escape by Nicholas Marriott · 12 years ago
  81. f0efa57 Add resize-pane -x and -y for absolute pane size (much requested). by Nicholas Marriott · 12 years ago
  82. ad760b3 Add client_session and client_last_session formats. by Nicholas Marriott · 12 years ago
  83. 78543cc Support capture-pane -p to send to stdout. by Nicholas Marriott · 12 years ago
  84. 55bf2ec tweak previous; ok nicm by Jason McIntyre · 12 years ago
  85. 4920306 Clarify choose-tree entry in man page. by Nicholas Marriott · 12 years ago
  86. 180faf7 Allow choose commands to be used outside tmux, so long as at least one by Nicholas Marriott · 12 years ago
  87. f5de847 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  88. 9e879b4 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  89. 99934bf Write escaped output in control mode rather than hex, from George Nachman. by Nicholas Marriott · 12 years ago
  90. d32a546 Clarify zoom/unzoom, from Romain Francoise. by Nicholas Marriott · 12 years ago
  91. 7c00950 Don't add prefix to %output pane id. by Nicholas Marriott · 12 years ago
  92. b551677 Clean up capture-pane and add -P option to dump pending output, based on code by Nicholas Marriott · 12 years ago
  93. 7b4084a Document control mode in the manpage, from George Nachman. by Nicholas Marriott · 12 years ago
  94. f47a063 Rename session idx to session id throughout and add $ prefix to targets to use by Nicholas Marriott · 12 years ago
  95. bc3580f Add wait-for -L and -U for lock and unlock, from Thiago Padilha. by Nicholas Marriott · 12 years ago
  96. 7fd4d49 Add a wait-for command which blocks a client on a named channel until it is by Nicholas Marriott · 12 years ago
  97. d05debb Unzoom on last-pane and fix a typo, from Romain Francoise. by Nicholas Marriott · 12 years ago
  98. aaeee34 Preserve trailing spaces with capture-pane -J, from George Nachman. by Nicholas Marriott · 12 years ago
  99. 1cb1fb5 Add -q flags to shut up errors to capture-pane and show-options, from George by Nicholas Marriott · 12 years ago
  100. b2a6134 Add -a to capture-pane to capture alternate screen, from George Nachman. by Nicholas Marriott · 12 years ago