1. 5f8138f Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  2. 7a0c94b Add pane_dead_status for exit status of dead panes. by nicm · 10 years ago
  3. ccbe254 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  4. 575fd1e Permit option values to be used in formats. by nicm · 10 years ago
  5. c8bf8ee Check ZOOMED flag on window. by nicm · 10 years ago
  6. fc05bf2 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  7. c6129f9 Empty strings should be false too for #{?}, from Marc Finet. by nicm · 10 years ago
  8. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  9. 35ffd09 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  10. 428b51e Add pane_input_off format, from Anish R Athalye. by nicm · 10 years ago
  11. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  12. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  13. 2874a43 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  14. 9bda7e8 Add window_last_flag and window_zoomed_flag. From John Morrissey. by nicm · 10 years ago
  15. a131b82 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  16. 1ac9620 Remove support for the continuous reporting "any" mouse mode which never by nicm · 10 years ago
  17. 814e405 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  18. 7160b8c Add some formats for pane bounds. by nicm · 10 years ago
  19. bae9584 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  20. b3e8d44 If multiple arguments are given to new-session, new-window, by nicm · 11 years ago
  21. 3dbacbb Add support for named buffers. If you don't name a buffer, things work by nicm · 11 years ago
  22. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  23. 806520f Add some UTF-8 utility functions and use them to prevent the width limit by nicm · 11 years ago
  24. 992ef70 Remove the monitor-content option and associated bits and bobs. It's by nicm · 11 years ago
  25. 0c99c7d Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  26. 252a737 Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also make by nicm · 11 years ago
  27. b11de5a Make session_attached a count and add session_many_attached flag. by nicm · 11 years ago
  28. b7f6356 Make session_attached a count and add session_many_attached flag. by Nicholas Marriott · 11 years ago
  29. d02c4bd Merge branch 'obsd-master' by Thomas · 11 years ago
  30. 1286c56 Replace ## by # in format. by nicm · 11 years ago
  31. 334c28a Fix previous by Thomas Adam · 11 years ago
  32. 5944230 Fix up missing cwd definition by Thomas Adam · 11 years ago
  33. 8bcdd8f Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 11 years ago
  34. f703a30 Fixup osdep-* specific code by Thomas · 11 years ago
  35. 7f479ff Merge branch 'obsd-master' into mtemp by Thomas · 11 years ago
  36. 98b81e9 And get it right this time... don't leak if it is an empty string either. by nicm · 11 years ago
  37. 0b77d17 Fix leak in format_get_command. by nicm · 11 years ago
  38. d0566a4 Remove the KERN_PROC_CWD the proc_current_path format (which is the only by nicm · 11 years ago
  39. 282c5f9 Alter how tmux handles the working directory to internally use file by nicm · 11 years ago
  40. 1a49eba First period not last for host_short, from Michael Scholz. by nicm · 11 years ago
  41. 2bf2f5d Allow nested format expansion. by nicm · 11 years ago
  42. 40811eb Add length limit operator for formats. by nicm · 11 years ago
  43. d75dd2a Add formats for window flags. by nicm · 11 years ago
  44. 4538c26 Alter how tmux handles the working directory to internally use file descriptors by Nicholas Marriott · 11 years ago
  45. 884a21d First period not last for host_short, from Michael Scholz. 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. 04288fc Allow nested format expansion. by Nicholas Marriott · 11 years ago
  48. 84c22d0 Add length limit operator for formats. by Nicholas Marriott · 11 years ago
  49. bcd9bca Add formats for window flags. by Nicholas Marriott · 11 years ago
  50. 939f796 Don't leak formats if they are added multiple times. by Nicholas Marriott · 11 years ago
  51. 2736434 Don't add client formats when they are NULL. by Nicholas Marriott · 11 years ago
  52. bdea2f9 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  53. f5b041e Add pane_synchronized format, from Romain Francoise. by Nicholas Marriott · 11 years ago
  54. 399d738 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  55. c30d60f Add host_short format, from Tiago Cunha. by Nicholas Marriott · 11 years ago
  56. cd60e57 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  57. 55640a3 (long long) and %lld for time_t output ok nicm by Theo Deraadt · 12 years ago
  58. 87fe1c0 Include prefix on ids, from George Nachman. by Nicholas Marriott · 12 years ago
  59. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  60. 35452b3 Do not leak command in formats, from Romain Francoise. by Nicholas Marriott · 12 years ago
  61. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  62. 86adcd4 Add pane_tabs format to format_window_pane based on code from George Nachman. by Nicholas Marriott · 12 years ago
  63. 702ab8b Add a load of miscellaneous pane formats, from George Nachman. by Nicholas Marriott · 12 years ago
  64. ad760b3 Add client_session and client_last_session formats. by Nicholas Marriott · 12 years ago
  65. 63b4fd5 Add a format client_prefix which is 1 if prefix key has been by Nicholas Marriott · 12 years ago
  66. 4d38b6d Include prefix on ids, from George Nachman. by Nicholas Marriott · 12 years ago
  67. f47a063 Rename session idx to session id throughout and add $ prefix to targets to use by Nicholas Marriott · 12 years ago
  68. f9e46a3 Do not leak command in formats, from Romain Francoise. by Nicholas Marriott · 12 years ago
  69. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  70. 5f904aa Add pane_tags format to format_window_pane based on code from George Nachman. by Nicholas Marriott · 12 years ago
  71. 1db4ec6 Add pane_current_command format. by Nicholas Marriott · 12 years ago
  72. 374dae6 Add a load of miscellaneous pane formats, from George Nachman. by Nicholas Marriott · 12 years ago
  73. d826101 Add client_session and client_last_session formats. by Nicholas Marriott · 12 years ago
  74. 06ac4b6 Add a format client_prefix which is 1 if prefix key has been pressed, used for by Nicholas Marriott · 12 years ago
  75. 6c53a1e Allow formats in status options. by Nicholas Marriott · 12 years ago
  76. 6d6e158 Use osdep_get_cwd() for format change by Thomas Adam · 12 years ago
  77. 64da762 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  78. a552159 Don't set some string formats if the string is NULL. by Nicholas Marriott · 12 years ago
  79. a3f4eb7 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  80. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  81. 5d60bc7 Use pgrp of pty fd not pid of immediate child when recovering current working by Nicholas Marriott · 12 years ago
  82. 42272df Use pgrp of pty fd not pid of immediate child when recovering current by Nicholas Marriott · 12 years ago
  83. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  84. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  85. 5cc4961 Sync OpenBSD patchset 1119: by Tiago Cunha · 13 years ago
  86. ebf94bc Switch all of the various choose- and list- commands over to the format by Nicholas Marriott · 13 years ago
  87. b58d7f7 Adjust OpenBSD patchset 1083 to the portable version. by Tiago Cunha · 13 years ago
  88. 2ce636a Sync OpenBSD patchset 1083: by Tiago Cunha · 13 years ago
  89. b831f86 Add pane_current_path format, suggested by Mikolaj Kucharski. by Nicholas Marriott · 13 years ago
  90. 98e24b9 Sync OpenBSD patchset 1022: by Tiago Cunha · 13 years ago
  91. d1ae2d9 Get client_width and client_height the right way round, from Stephen Thirlwall. by Nicholas Marriott · 13 years ago
  92. 2ee0d85 Sync OpenBSD patchset 1017: by Tiago Cunha · 13 years ago
  93. 0e59bc7 Give each window a unique id, like panes but prefixed with @. Based on by Nicholas Marriott · 13 years ago
  94. 5cc3d50 Sync OpenBSD patchset 980: by Tiago Cunha · 13 years ago
  95. 7c9bc37 Add a pane_index format string and use it, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  96. 1c1797e Sync OpenBSD patchset 965: by Tiago Cunha · 13 years ago
  97. 16d75a6 Add client formats, from Ben Boeckel. by Nicholas Marriott · 13 years ago
  98. 521bf41 Sync OpenBSD patchset 962: by Tiago Cunha · 13 years ago
  99. 49ef0b4 Add a few more formats for panes (tty, pid, start cmd/cwd). by Nicholas Marriott · 13 years ago
  100. 40af1a8 Sync OpenBSD patchset 953: by Tiago Cunha · 13 years ago