1. 9e879b4 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  2. 99934bf Write escaped output in control mode rather than hex, from George Nachman. by Nicholas Marriott · 12 years ago
  3. d32a546 Clarify zoom/unzoom, from Romain Francoise. by Nicholas Marriott · 12 years ago
  4. 7c00950 Don't add prefix to %output pane id. by Nicholas Marriott · 12 years ago
  5. 7b4084a Document control mode in the manpage, from George Nachman. by Nicholas Marriott · 12 years ago
  6. f47a063 Rename session idx to session id throughout and add $ prefix to targets to use by Nicholas Marriott · 12 years ago
  7. bc3580f Add wait-for -L and -U for lock and unlock, from Thiago Padilha. by Nicholas Marriott · 12 years ago
  8. 7fd4d49 Add a wait-for command which blocks a client on a named channel until it is by Nicholas Marriott · 12 years ago
  9. d05debb Unzoom on last-pane and fix a typo, from Romain Francoise. by Nicholas Marriott · 12 years ago
  10. aaeee34 Preserve trailing spaces with capture-pane -J, from George Nachman. by Nicholas Marriott · 12 years ago
  11. 1cb1fb5 Add -q flags to shut up errors to capture-pane and show-options, from George by Nicholas Marriott · 12 years ago
  12. b2a6134 Add -a to capture-pane to capture alternate screen, from George Nachman. by Nicholas Marriott · 12 years ago
  13. f339cfd Add -A flag to new-session to make it behave like attach-session if the session by Nicholas Marriott · 12 years ago
  14. c5239c5 Add resize-pane -Z to temporary zoom the active pane to occupy the full window by Nicholas Marriott · 12 years ago
  15. be13479 Add a -o option to set-option to prevent setting an option already set, from by Nicholas Marriott · 12 years ago
  16. 69a8d64 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  17. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  18. 497b27d Expand format variables in the run-shell and if-shell shell commands, from by Nicholas Marriott · 12 years ago
  19. 5f904aa Add pane_tags format to format_window_pane based on code from George Nachman. by Nicholas Marriott · 12 years ago
  20. ce7bf10 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  21. 1db4ec6 Add pane_current_command format. by Nicholas Marriott · 12 years ago
  22. 31407b7 Add option command-prefix which is automatically prepended to any command by Nicholas Marriott · 12 years ago
  23. 374dae6 Add a load of miscellaneous pane formats, from George Nachman. by Nicholas Marriott · 12 years ago
  24. b8b5631 Add -C and -J to capture pane to escape control sequences and to join wrapped by Nicholas Marriott · 12 years ago
  25. c3859d1 Add copy-pipe mode command to copy selection and also pipe to a command. by Nicholas Marriott · 12 years ago
  26. 4d1d4d6 Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, from by Nicholas Marriott · 12 years ago
  27. a96dd19 Don't use a target-client for stdout, just always cmdclient. by Nicholas Marriott · 12 years ago
  28. e4bb870 Add resize-pane -x and -y for absolute pane size. by Nicholas Marriott · 12 years ago
  29. d826101 Add client_session and client_last_session formats. by Nicholas Marriott · 12 years ago
  30. 1d591ad Support capture-pane -p to send to stdout. by Nicholas Marriott · 12 years ago
  31. 931b010 Clarify choose-tree entry in man page. by Nicholas Marriott · 12 years ago
  32. 36fe146 Fix choose-tree usage. by Nicholas Marriott · 12 years ago
  33. caa29af Add user options, prefixed with @. May be set to any arbitrary string. by Nicholas Marriott · 12 years ago
  34. 102cb77 Add -v to set and setw to show only option value. by Nicholas Marriott · 12 years ago
  35. a6fd92b Remove stray change accidentally committed. by Nicholas Marriott · 12 years ago
  36. 06ac4b6 Add a format client_prefix which is 1 if prefix key has been pressed, used for by Nicholas Marriott · 12 years ago
  37. f1ce959 Allow choose commands to be used outside tmux, so long as at least one client by Nicholas Marriott · 12 years ago
  38. de19401 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  39. e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
  40. bc2e4a3 If timing between keys is less than (by default) 1 millisecond, assume by Nicholas Marriott · 12 years ago
  41. 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  42. 854e8ae Add ^ and $ special command targets to select lowest and highest by Nicholas Marriott · 12 years ago
  43. 39631ed Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  44. 4aa4e9f Allow cmd-run-shell to accept -t to specify the pane to display the by Nicholas Marriott · 12 years ago
  45. 9322426 Add window-status-last-* options, from Boris Faure. by Nicholas Marriott · 12 years ago
  46. c04aa90 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  47. 9a7e5bd Clarify some points about config files, notably that they are only read by Nicholas Marriott · 12 years ago
  48. 31f93d8 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  49. 589b4b8 Fix typo bell->bells from Thomas Adam. by Nicholas Marriott · 12 years ago
  50. 619ffe1 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  51. ea289bc Remove some out of date text from man page, from Thomas Adam. by Nicholas Marriott · 12 years ago
  52. 28fd3a3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  53. 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  54. 061027f Sync OpenBSD patchset 1158: by Tiago Cunha · 12 years ago
  55. 30b801d Sync OpenBSD patchset 1155: by Tiago Cunha · 12 years ago
  56. ca3f92e Sync OpenBSD patchset 1154: by Tiago Cunha · 12 years ago
  57. cf2e65c Another missing format from sam at sltosis.org. by Nicholas Marriott · 12 years ago
  58. ff4097e Add some missing formats from Samuel Le Thiec. by Nicholas Marriott · 12 years ago
  59. 89a96b0 Document pane_index variable, from sam at sltosis dot org. by Nicholas Marriott · 12 years ago
  60. bbd3e82 Sync OpenBSD patchset 1147: by Tiago Cunha · 12 years ago
  61. a10143a Sync OpenBSD patchset 1146: by Tiago Cunha · 12 years ago
  62. b0f4f94 remove extraneous line; by Jason McIntyre · 12 years ago
  63. f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago
  64. 1c15848 Sync OpenBSD patchset 1134: by Tiago Cunha · 12 years ago
  65. 4a634a7 Sync OpenBSD patchset 1133: by Tiago Cunha · 12 years ago
  66. 576f269 Sync OpenBSD patchset 1132: by Tiago Cunha · 12 years ago
  67. 2113115 Add -a for kill-session, from Thomas Adam. by Nicholas Marriott · 12 years ago
  68. 038e8b7 Add -a flag for detach-client, from Thomas Adam. by Nicholas Marriott · 12 years ago
  69. 04ac61e Simplify references to alerts in the man page, from Thomas Adam. by Nicholas Marriott · 12 years ago
  70. 5cc4961 Sync OpenBSD patchset 1119: by Tiago Cunha · 13 years ago
  71. 04bf0d8 Sync OpenBSD patchset 1113: by Tiago Cunha · 13 years ago
  72. ebf94bc Switch all of the various choose- and list- commands over to the format by Nicholas Marriott · 13 years ago
  73. ac7e2f1 Ignore line continuation when escaped as \\, from Simon Nicolussi. by Nicholas Marriott · 13 years ago
  74. e79c647 Sync OpenBSD patchset 1105: by Tiago Cunha · 13 years ago
  75. b728970 Sync OpenBSD patchset 1104: by Tiago Cunha · 13 years ago
  76. cc979bd default-path has the same possibilities as new-window -c now. by Nicholas Marriott · 13 years ago
  77. a6c22d6 Add a flag to move-window to renumber the windows in a session (closing by Nicholas Marriott · 13 years ago
  78. 6df8953 Sync OpenBSD patchset 1097: by Tiago Cunha · 13 years ago
  79. 00e2e35 Sync OpenBSD patchset 1096: by Tiago Cunha · 13 years ago
  80. e02d1bc Add window-status-separator option, from Thomas Adam. by Nicholas Marriott · 13 years ago
  81. ed58b2d Add -a flag to kill-window, from Thomas Adam. by Nicholas Marriott · 13 years ago
  82. f99de22 Sync OpenBSD patchset 1084: by Tiago Cunha · 13 years ago
  83. 2ce636a Sync OpenBSD patchset 1083: by Tiago Cunha · 13 years ago
  84. 85f5485 Add a layout history which can be stepped through with select-layout -u by Nicholas Marriott · 13 years ago
  85. b831f86 Add pane_current_path format, suggested by Mikolaj Kucharski. by Nicholas Marriott · 13 years ago
  86. faf51d7 Sync OpenBSD patchset 1079: by Tiago Cunha · 13 years ago
  87. 65748fb Sync OpenBSD patchset 1075: by Tiago Cunha · 13 years ago
  88. 8ff20a5 Sync OpenBSD patchset 1073: by Tiago Cunha · 13 years ago
  89. f9f6eea Sync OpenBSD patchset 1072: by Tiago Cunha · 13 years ago
  90. c0cfbe1 Accept an argument to show-environment to show one variable, based on a by Nicholas Marriott · 13 years ago
  91. 90bf560 Add -C -N -T flags to find-window to find in content, name, title. From by Nicholas Marriott · 13 years ago
  92. 01f2b5d 50 is a too low trigger default on larger terminals, bump to 250. by Nicholas Marriott · 13 years ago
  93. f599712 Add a simple form of output rate limiting by counting the number of by Nicholas Marriott · 13 years ago
  94. e4eb43e Sync OpenBSD patchset 1066: by Tiago Cunha · 13 years ago
  95. 68ba537 Sync OpenBSD patchset 1063: by Tiago Cunha · 13 years ago
  96. 3893cc1 Sync OpenBSD patchset 1049: by Tiago Cunha · 13 years ago
  97. 95f48a2 Add a wrap-search option to turn off wrapping of searches in copy by Nicholas Marriott · 13 years ago
  98. f152379 Add -q option to set-option to turn off info message, from marcel partap. by Nicholas Marriott · 13 years ago
  99. 4e05a2c Add -P/-F flags to break-pane too, from George Nachman. by Nicholas Marriott · 13 years ago
  100. 3d98ada Sync OpenBSD patchset 1041: by Tiago Cunha · 13 years ago