1. 3e498cd Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  2. 7fa55b0 Key to swap to other end of selection (bound to o with vi keys), from J Raynor. by nicm · 11 years ago
  3. 8bcdd8f Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 11 years ago
  4. 7f479ff Merge branch 'obsd-master' into mtemp by Thomas · 11 years ago
  5. 17ec688 Bracket in the wrong place in description of c0-change-trigger. by nicm · 11 years ago
  6. d0566a4 Remove the KERN_PROC_CWD the proc_current_path format (which is the only by nicm · 11 years ago
  7. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  8. b822d24 Support -c for new-session, based on code from J Raynor. by nicm · 11 years ago
  9. 40811eb Add length limit operator for formats. by nicm · 11 years ago
  10. d75dd2a Add formats for window flags. by nicm · 11 years ago
  11. 4538c26 Alter how tmux handles the working directory to internally use file descriptors by Nicholas Marriott · 11 years ago
  12. 7c71c3e Change the default for the default-path option to ~. This is a quick by nicm · 11 years ago
  13. 13360ad Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 11 years ago
  14. 9389cfb Support -c for new-session, based on code from J Raynor. by Nicholas Marriott · 11 years ago
  15. 75ec17f Mark flags as optional and mutually exclusive. by Tiago Cunha · 11 years ago
  16. a0802dd A couple of manpage fixes from Tiago Cunha. by Nicholas Marriott · 11 years ago
  17. 23519fc Add automatic-rename-format option allowing automatic rename to use something by Nicholas Marriott · 11 years ago
  18. 84c22d0 Add length limit operator for formats. by Nicholas Marriott · 11 years ago
  19. bcd9bca Add formats for window flags. by Nicholas Marriott · 11 years ago
  20. 304ea07 use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ by schwarze · 11 years ago
  21. bdea2f9 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  22. f5b041e Add pane_synchronized format, from Romain Francoise. by Nicholas Marriott · 11 years ago
  23. c7a121c Focus events can cause trouble if left on and they can't be turned off by Nicholas Marriott · 11 years ago
  24. 3977dba Focus events can cause trouble if left on and they can't be turned off by Nicholas Marriott · 11 years ago
  25. 06b5805 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  26. ddb52a2 escape "Ss", becuase groff thinks it has found a macro; by Jason McIntyre · 11 years ago
  27. 13441e8 The actual terminfo entries we ended up with for cursor changes are Cs, by Nicholas Marriott · 11 years ago
  28. 399d738 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  29. c231381 Demote the old single-character replacement variables (#S and friends) by Nicholas Marriott · 11 years ago
  30. c30d60f Add host_short format, from Tiago Cunha. by Nicholas Marriott · 11 years ago
  31. 76cb088 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  32. 907ad00 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  33. 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]
  34. fce0956 Use $(srcdir) for generating tmux.1, reported by fasta_ on IRC. by Nicholas Marriott · 12 years ago
  35. c24b58e Generate tmux.1 using mdoc2man.awk on Solaris, issue brought up and changes by Nicholas Marriott · 12 years ago[Renamed from tmux.1]
  36. b58bca9 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  37. 20f0d91 Missed -o from set-window-option, from Ben Boeckel. by Nicholas Marriott · 12 years ago
  38. 7f63658 Add TMUX_TMPDIR variable to put the socket directory outside by Nicholas Marriott · 12 years ago
  39. 00af2df Merge branch 'obsd-master' by Thomas · 12 years ago
  40. e44bd9f Revert the command-prefix change which breaks sequences of commands. by Nicholas Marriott · 12 years ago
  41. e97e0d7 Man page fixes. by Nicholas Marriott · 12 years ago
  42. 4119c47 b comes before t. by Nicholas Marriott · 12 years ago
  43. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  44. 748acdc Add wait-for -L and -U for lock and unlock, from Thiago Padilha. by Nicholas Marriott · 12 years ago
  45. 14fad6a Add -A flag to new-session to make it behave like attach-session if the by Nicholas Marriott · 12 years ago
  46. a05b8c4 Add a -o option to set-option to prevent setting an option already set, by Nicholas Marriott · 12 years ago
  47. 66edb33 Expand format variables in the run-shell and if-shell shell commands, by Nicholas Marriott · 12 years ago
  48. ac1fe83 Couple of fixes pointed out by jmc. by Nicholas Marriott · 12 years ago
  49. 7f191c7 Add -P and -F to new-session. by Nicholas Marriott · 12 years ago
  50. 702ab8b Add a load of miscellaneous pane formats, from George Nachman. by Nicholas Marriott · 12 years ago
  51. 8478895 Add -e flag to capture-pane to include embedded ANSI SGR escape by Nicholas Marriott · 12 years ago
  52. f0efa57 Add resize-pane -x and -y for absolute pane size (much requested). by Nicholas Marriott · 12 years ago
  53. ad760b3 Add client_session and client_last_session formats. by Nicholas Marriott · 12 years ago
  54. 78543cc Support capture-pane -p to send to stdout. by Nicholas Marriott · 12 years ago
  55. 55bf2ec tweak previous; ok nicm by Jason McIntyre · 12 years ago
  56. 4920306 Clarify choose-tree entry in man page. by Nicholas Marriott · 12 years ago
  57. 180faf7 Allow choose commands to be used outside tmux, so long as at least one by Nicholas Marriott · 12 years ago
  58. f5de847 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  59. 9e879b4 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  60. 99934bf Write escaped output in control mode rather than hex, from George Nachman. by Nicholas Marriott · 12 years ago
  61. d32a546 Clarify zoom/unzoom, from Romain Francoise. by Nicholas Marriott · 12 years ago
  62. 7c00950 Don't add prefix to %output pane id. by Nicholas Marriott · 12 years ago
  63. b551677 Clean up capture-pane and add -P option to dump pending output, based on code by Nicholas Marriott · 12 years ago
  64. 7b4084a Document control mode in the manpage, from George Nachman. by Nicholas Marriott · 12 years ago
  65. f47a063 Rename session idx to session id throughout and add $ prefix to targets to use by Nicholas Marriott · 12 years ago
  66. bc3580f Add wait-for -L and -U for lock and unlock, from Thiago Padilha. by Nicholas Marriott · 12 years ago
  67. 7fd4d49 Add a wait-for command which blocks a client on a named channel until it is by Nicholas Marriott · 12 years ago
  68. d05debb Unzoom on last-pane and fix a typo, from Romain Francoise. by Nicholas Marriott · 12 years ago
  69. aaeee34 Preserve trailing spaces with capture-pane -J, from George Nachman. by Nicholas Marriott · 12 years ago
  70. 1cb1fb5 Add -q flags to shut up errors to capture-pane and show-options, from George by Nicholas Marriott · 12 years ago
  71. b2a6134 Add -a to capture-pane to capture alternate screen, from George Nachman. by Nicholas Marriott · 12 years ago
  72. f339cfd Add -A flag to new-session to make it behave like attach-session if the session by Nicholas Marriott · 12 years ago
  73. c5239c5 Add resize-pane -Z to temporary zoom the active pane to occupy the full window by Nicholas Marriott · 12 years ago
  74. be13479 Add a -o option to set-option to prevent setting an option already set, from by Nicholas Marriott · 12 years ago
  75. 69a8d64 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  76. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  77. 497b27d Expand format variables in the run-shell and if-shell shell commands, from by Nicholas Marriott · 12 years ago
  78. 5f904aa Add pane_tags format to format_window_pane based on code from George Nachman. by Nicholas Marriott · 12 years ago
  79. ce7bf10 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  80. 1db4ec6 Add pane_current_command format. by Nicholas Marriott · 12 years ago
  81. 31407b7 Add option command-prefix which is automatically prepended to any command by Nicholas Marriott · 12 years ago
  82. 374dae6 Add a load of miscellaneous pane formats, from George Nachman. by Nicholas Marriott · 12 years ago
  83. b8b5631 Add -C and -J to capture pane to escape control sequences and to join wrapped by Nicholas Marriott · 12 years ago
  84. c3859d1 Add copy-pipe mode command to copy selection and also pipe to a command. by Nicholas Marriott · 12 years ago
  85. 4d1d4d6 Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, from by Nicholas Marriott · 12 years ago
  86. a96dd19 Don't use a target-client for stdout, just always cmdclient. by Nicholas Marriott · 12 years ago
  87. e4bb870 Add resize-pane -x and -y for absolute pane size. by Nicholas Marriott · 12 years ago
  88. d826101 Add client_session and client_last_session formats. by Nicholas Marriott · 12 years ago
  89. 1d591ad Support capture-pane -p to send to stdout. by Nicholas Marriott · 12 years ago
  90. 931b010 Clarify choose-tree entry in man page. by Nicholas Marriott · 12 years ago
  91. 36fe146 Fix choose-tree usage. by Nicholas Marriott · 12 years ago
  92. caa29af Add user options, prefixed with @. May be set to any arbitrary string. by Nicholas Marriott · 12 years ago
  93. 102cb77 Add -v to set and setw to show only option value. by Nicholas Marriott · 12 years ago
  94. a6fd92b Remove stray change accidentally committed. by Nicholas Marriott · 12 years ago
  95. 06ac4b6 Add a format client_prefix which is 1 if prefix key has been pressed, used for by Nicholas Marriott · 12 years ago
  96. f1ce959 Allow choose commands to be used outside tmux, so long as at least one client by Nicholas Marriott · 12 years ago
  97. de19401 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  98. e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
  99. bc2e4a3 If timing between keys is less than (by default) 1 millisecond, assume by Nicholas Marriott · 12 years ago
  100. 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago