1. 374dae6 Add a load of miscellaneous pane formats, from George Nachman. by Nicholas Marriott · 12 years ago
  2. b8b5631 Add -C and -J to capture pane to escape control sequences and to join wrapped by Nicholas Marriott · 12 years ago
  3. c3859d1 Add copy-pipe mode command to copy selection and also pipe to a command. by Nicholas Marriott · 12 years ago
  4. 4d1d4d6 Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, from by Nicholas Marriott · 12 years ago
  5. a96dd19 Don't use a target-client for stdout, just always cmdclient. by Nicholas Marriott · 12 years ago
  6. e4bb870 Add resize-pane -x and -y for absolute pane size. by Nicholas Marriott · 12 years ago
  7. d826101 Add client_session and client_last_session formats. by Nicholas Marriott · 12 years ago
  8. 1d591ad Support capture-pane -p to send to stdout. by Nicholas Marriott · 12 years ago
  9. 931b010 Clarify choose-tree entry in man page. by Nicholas Marriott · 12 years ago
  10. 36fe146 Fix choose-tree usage. by Nicholas Marriott · 12 years ago
  11. caa29af Add user options, prefixed with @. May be set to any arbitrary string. by Nicholas Marriott · 12 years ago
  12. 102cb77 Add -v to set and setw to show only option value. by Nicholas Marriott · 12 years ago
  13. a6fd92b Remove stray change accidentally committed. by Nicholas Marriott · 12 years ago
  14. 06ac4b6 Add a format client_prefix which is 1 if prefix key has been pressed, used for by Nicholas Marriott · 12 years ago
  15. f1ce959 Allow choose commands to be used outside tmux, so long as at least one client by Nicholas Marriott · 12 years ago
  16. de19401 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  17. e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
  18. bc2e4a3 If timing between keys is less than (by default) 1 millisecond, assume by Nicholas Marriott · 12 years ago
  19. 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  20. 854e8ae Add ^ and $ special command targets to select lowest and highest by Nicholas Marriott · 12 years ago
  21. 39631ed Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  22. 4aa4e9f Allow cmd-run-shell to accept -t to specify the pane to display the by Nicholas Marriott · 12 years ago
  23. 9322426 Add window-status-last-* options, from Boris Faure. by Nicholas Marriott · 12 years ago
  24. c04aa90 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  25. 9a7e5bd Clarify some points about config files, notably that they are only read by Nicholas Marriott · 12 years ago
  26. 31f93d8 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  27. 589b4b8 Fix typo bell->bells from Thomas Adam. by Nicholas Marriott · 12 years ago
  28. 619ffe1 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  29. ea289bc Remove some out of date text from man page, from Thomas Adam. by Nicholas Marriott · 12 years ago
  30. 28fd3a3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  31. 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  32. 061027f Sync OpenBSD patchset 1158: by Tiago Cunha · 12 years ago
  33. 30b801d Sync OpenBSD patchset 1155: by Tiago Cunha · 12 years ago
  34. ca3f92e Sync OpenBSD patchset 1154: by Tiago Cunha · 12 years ago
  35. cf2e65c Another missing format from sam at sltosis.org. by Nicholas Marriott · 12 years ago
  36. ff4097e Add some missing formats from Samuel Le Thiec. by Nicholas Marriott · 12 years ago
  37. 89a96b0 Document pane_index variable, from sam at sltosis dot org. by Nicholas Marriott · 12 years ago
  38. bbd3e82 Sync OpenBSD patchset 1147: by Tiago Cunha · 12 years ago
  39. a10143a Sync OpenBSD patchset 1146: by Tiago Cunha · 12 years ago
  40. b0f4f94 remove extraneous line; by Jason McIntyre · 12 years ago
  41. f20c6fe Add choose-tree command to show windows and sessions in the same by Nicholas Marriott · 12 years ago
  42. 1c15848 Sync OpenBSD patchset 1134: by Tiago Cunha · 12 years ago
  43. 4a634a7 Sync OpenBSD patchset 1133: by Tiago Cunha · 12 years ago
  44. 576f269 Sync OpenBSD patchset 1132: by Tiago Cunha · 12 years ago
  45. 2113115 Add -a for kill-session, from Thomas Adam. by Nicholas Marriott · 12 years ago
  46. 038e8b7 Add -a flag for detach-client, from Thomas Adam. by Nicholas Marriott · 12 years ago
  47. 04ac61e Simplify references to alerts in the man page, from Thomas Adam. by Nicholas Marriott · 12 years ago
  48. 5cc4961 Sync OpenBSD patchset 1119: by Tiago Cunha · 12 years ago
  49. 04bf0d8 Sync OpenBSD patchset 1113: by Tiago Cunha · 12 years ago
  50. ebf94bc Switch all of the various choose- and list- commands over to the format by Nicholas Marriott · 12 years ago
  51. ac7e2f1 Ignore line continuation when escaped as \\, from Simon Nicolussi. by Nicholas Marriott · 12 years ago
  52. e79c647 Sync OpenBSD patchset 1105: by Tiago Cunha · 12 years ago
  53. b728970 Sync OpenBSD patchset 1104: by Tiago Cunha · 12 years ago
  54. cc979bd default-path has the same possibilities as new-window -c now. by Nicholas Marriott · 12 years ago
  55. a6c22d6 Add a flag to move-window to renumber the windows in a session (closing by Nicholas Marriott · 12 years ago
  56. 6df8953 Sync OpenBSD patchset 1097: by Tiago Cunha · 12 years ago
  57. 00e2e35 Sync OpenBSD patchset 1096: by Tiago Cunha · 12 years ago
  58. e02d1bc Add window-status-separator option, from Thomas Adam. by Nicholas Marriott · 12 years ago
  59. ed58b2d Add -a flag to kill-window, from Thomas Adam. by Nicholas Marriott · 12 years ago
  60. f99de22 Sync OpenBSD patchset 1084: by Tiago Cunha · 13 years ago
  61. 2ce636a Sync OpenBSD patchset 1083: by Tiago Cunha · 13 years ago
  62. 85f5485 Add a layout history which can be stepped through with select-layout -u by Nicholas Marriott · 13 years ago
  63. b831f86 Add pane_current_path format, suggested by Mikolaj Kucharski. by Nicholas Marriott · 13 years ago
  64. faf51d7 Sync OpenBSD patchset 1079: by Tiago Cunha · 13 years ago
  65. 65748fb Sync OpenBSD patchset 1075: by Tiago Cunha · 13 years ago
  66. 8ff20a5 Sync OpenBSD patchset 1073: by Tiago Cunha · 13 years ago
  67. f9f6eea Sync OpenBSD patchset 1072: by Tiago Cunha · 13 years ago
  68. c0cfbe1 Accept an argument to show-environment to show one variable, based on a by Nicholas Marriott · 13 years ago
  69. 90bf560 Add -C -N -T flags to find-window to find in content, name, title. From by Nicholas Marriott · 13 years ago
  70. 01f2b5d 50 is a too low trigger default on larger terminals, bump to 250. by Nicholas Marriott · 13 years ago
  71. f599712 Add a simple form of output rate limiting by counting the number of by Nicholas Marriott · 13 years ago
  72. e4eb43e Sync OpenBSD patchset 1066: by Tiago Cunha · 13 years ago
  73. 68ba537 Sync OpenBSD patchset 1063: by Tiago Cunha · 13 years ago
  74. 3893cc1 Sync OpenBSD patchset 1049: by Tiago Cunha · 13 years ago
  75. 95f48a2 Add a wrap-search option to turn off wrapping of searches in copy by Nicholas Marriott · 13 years ago
  76. f152379 Add -q option to set-option to turn off info message, from marcel partap. by Nicholas Marriott · 13 years ago
  77. 4e05a2c Add -P/-F flags to break-pane too, from George Nachman. by Nicholas Marriott · 13 years ago
  78. 3d98ada Sync OpenBSD patchset 1041: by Tiago Cunha · 13 years ago
  79. 3275e9b Sync OpenBSD patchset 1037: by Tiago Cunha · 13 years ago
  80. 03dca66 Add -F format to new-window and split-window to use with the -P flag, by Nicholas Marriott · 13 years ago
  81. f4fdddc Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if by Nicholas Marriott · 13 years ago
  82. e4f1fbd Sync OpenBSD patchset 1035: by Tiago Cunha · 13 years ago
  83. 95f427c Sync OpenBSD patchset 1032: by Tiago Cunha · 13 years ago
  84. e0d2221 Sync OpenBSD patchset 1031: by Tiago Cunha · 13 years ago
  85. 07ac168 Add move-pane command (like join-pane but allows the same window). Also by Nicholas Marriott · 13 years ago
  86. 4e7de21 Allow a single option to be specified to show-options to show just that option. by Nicholas Marriott · 13 years ago
  87. aaf0bfc Use format for display-message, based on a diff from George Nachman. by Nicholas Marriott · 13 years ago
  88. 6e6e804 Sync OpenBSD patchset 1026: by Tiago Cunha · 13 years ago
  89. fe7cf0b Document option values, particularly that omitting on|off for a flag is by Nicholas Marriott · 13 years ago
  90. 94e46dd Sync OpenBSD patchset 1025: by Tiago Cunha · 13 years ago
  91. 4bb01c1 Sync OpenBSD patchset 1021: by Tiago Cunha · 13 years ago
  92. efb639e Add -l flag to send-keys to send input literally (without translating by Nicholas Marriott · 13 years ago
  93. 908a22e Provide defined ways to set the various default-path possibilities: ~ by Nicholas Marriott · 13 years ago
  94. 6b3988b Sync OpenBSD patchset 1019: by Tiago Cunha · 13 years ago
  95. 2ee0d85 Sync OpenBSD patchset 1017: by Tiago Cunha · 13 years ago
  96. 677ed3e id -> ID; ok nicm by Jason McIntyre · 13 years ago
  97. 0e59bc7 Give each window a unique id, like panes but prefixed with @. Based on by Nicholas Marriott · 13 years ago
  98. e4a7cef Sync OpenBSD patchset 1015: by Tiago Cunha · 13 years ago
  99. 230d0fb Add an option to move the status line to the top of the screen, by Nicholas Marriott · 13 years ago
  100. ebce251 Sync OpenBSD patchset 1009: by Tiago Cunha · 13 years ago