1. b58bca9 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  2. 9823547 Remove tmux's (already minimal) 88 colour support. Such terminals are by Nicholas Marriott · 12 years ago
  3. 43fb983 Add -P and -F to new-session. by Nicholas Marriott · 12 years ago
  4. 6fee3e9 Rename session idx to session id throughout and add $ prefix to targets by Nicholas Marriott · 12 years ago
  5. 410a3ab Add a wait-for command which blocks a client on a named channel until it by Nicholas Marriott · 12 years ago
  6. 14fad6a Add -A flag to new-session to make it behave like attach-session if the by Nicholas Marriott · 12 years ago
  7. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  8. a60687f Handle focus events from the terminal, from Aaron Jensen. by Nicholas Marriott · 12 years ago
  9. 7f191c7 Add -P and -F to new-session. by Nicholas Marriott · 12 years ago
  10. eaaeb28 Add session_set_current helper function, extracted from a diff from by Nicholas Marriott · 12 years ago
  11. 8478895 Add -e flag to capture-pane to include embedded ANSI SGR escape by Nicholas Marriott · 12 years ago
  12. db66d85 Fix double space in sessions template. by Nicholas Marriott · 12 years ago
  13. f0efa57 Add resize-pane -x and -y for absolute pane size (much requested). by Nicholas Marriott · 12 years ago
  14. 67b4d5b Support the latest theory for mouse input, this is enabled/disabled with by Nicholas Marriott · 12 years ago
  15. 10682b9 Instead of loads of little screen_write_*_on and off functions which by Nicholas Marriott · 12 years ago
  16. 3665be7 Tidy by splitting default key tables into two. by Nicholas Marriott · 12 years ago
  17. c982279 Fix constness of cmd_template_replace, window_choose_add_item and by Nicholas Marriott · 12 years ago
  18. 180faf7 Allow choose commands to be used outside tmux, so long as at least one by Nicholas Marriott · 12 years ago
  19. 6ddb06d Extend jobs to support writing and use that for copy-pipe instead of popen, by Nicholas Marriott · 12 years ago
  20. c5ad47e Only send end guard if begin was sent, from George Nachman. by Nicholas Marriott · 12 years ago
  21. c41d92d Add time and a command count to control mode guards, based on code from George by Nicholas Marriott · 12 years ago
  22. f47a063 Rename session idx to session id throughout and add $ prefix to targets to use by Nicholas Marriott · 12 years ago
  23. 7fd4d49 Add a wait-for command which blocks a client on a named channel until it is by Nicholas Marriott · 12 years ago
  24. aaeee34 Preserve trailing spaces with capture-pane -J, from George Nachman. by Nicholas Marriott · 12 years ago
  25. f339cfd Add -A flag to new-session to make it behave like attach-session if the session by Nicholas Marriott · 12 years ago
  26. c5239c5 Add resize-pane -Z to temporary zoom the active pane to occupy the full window by Nicholas Marriott · 12 years ago
  27. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  28. ee0f8ad Handle focus events from the terminal, from Aaron Jensen. by Nicholas Marriott · 12 years ago
  29. 3a2e9d8 Fix error reporting for client commands by adding a flag to cmd_find_client to by Nicholas Marriott · 12 years ago
  30. 1994ae4 Missing PANE_RESIZE define. by Nicholas Marriott · 12 years ago
  31. 4c9f943 Add support for focus notifications when tmux pane changes, based on work by by Nicholas Marriott · 12 years ago
  32. 8c50f62 Add session_set_current helper function, extracted from a diff from Aaron by Nicholas Marriott · 12 years ago
  33. b8b5631 Add -C and -J to capture pane to escape control sequences and to join wrapped by Nicholas Marriott · 12 years ago
  34. afd5e97 Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  35. c3859d1 Add copy-pipe mode command to copy selection and also pipe to a command. by Nicholas Marriott · 12 years ago
  36. 4d1d4d6 Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, from by Nicholas Marriott · 12 years ago
  37. 293e331 Add functions to allocate and free command contexts rather than doing it all on by Nicholas Marriott · 12 years ago
  38. 4445282 Fix double space in sessions template. by Nicholas Marriott · 12 years ago
  39. e4bb870 Add resize-pane -x and -y for absolute pane size. by Nicholas Marriott · 12 years ago
  40. e5eee7d Support the latest theory for mouse input, this is enabled/disabled with SM/RM by Nicholas Marriott · 12 years ago
  41. cf2c023 Instead of loads of little screen_write_*_on and off functions which just by Nicholas Marriott · 12 years ago
  42. 10db7ec Include the \033 in the key tree and adjust key matching for this change. by Nicholas Marriott · 12 years ago
  43. 82355d2 Tidy by splitting default key tables into two. by Nicholas Marriott · 12 years ago
  44. 68e3705 Fix constness of window_choose_add_item and _window. by Nicholas Marriott · 12 years ago
  45. 544c80d Fix constness of cmd_template_replace. by Nicholas Marriott · 12 years ago
  46. 102cb77 Add -v to set and setw to show only option value. by Nicholas Marriott · 12 years ago
  47. 99cc001 Rework reflow code so it does not do so much allocation which should be faster by Nicholas Marriott · 12 years ago
  48. f1ce959 Allow choose commands to be used outside tmux, so long as at least one client by Nicholas Marriott · 12 years ago
  49. aadc87f Remove free callback for window_choose_data objects. by Nicholas Marriott · 12 years ago
  50. 4d382ae Miscellaneous tidying of choose API, including: by Nicholas Marriott · 12 years ago
  51. 64da762 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  52. 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
  53. a3f4eb7 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  54. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  55. de19401 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  56. e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
  57. 44f8e1c Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. by Nicholas Marriott · 12 years ago
  58. bc2e4a3 If timing between keys is less than (by default) 1 millisecond, assume by Nicholas Marriott · 12 years ago
  59. 675c6b3 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  60. a2c8af9 Add missing function prototype. by Nicholas Marriott · 12 years ago
  61. fb83914 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  62. 8264e92 Fix return value of load_cfg, from Thomas Adam. by Nicholas Marriott · 12 years ago
  63. 739a766 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  64. 47c097c Support middle-click paste, based on a diff from Ailin Nemui. by Nicholas Marriott · 12 years ago
  65. 24d7d07 Support the 47 and 1047 SM and RM sequences (alternate screen without by Nicholas Marriott · 12 years ago
  66. 39631ed Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  67. 9b8998a Correctly aggregate together errors from nested config files (with by Nicholas Marriott · 12 years ago
  68. 1bc910a Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  69. 260419f Put helper function back, will be needed in a bit. by Nicholas Marriott · 12 years ago
  70. c04aa90 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  71. 827b311 Use a utility function for common code to show errors in config file, by Nicholas Marriott · 12 years ago
  72. be10e8e Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  73. c68efec Show last client activity time in default choose-client list. by Nicholas Marriott · 12 years ago
  74. 47fbf87 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  75. d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 12 years ago
  76. 619ffe1 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  77. 9107b0c Allow session tree (C-b s) to expand and collapse sessions with by Nicholas Marriott · 12 years ago
  78. 4875002 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  79. 17bbf90 Add notification for input from a pane, from George Nachman. by Nicholas Marriott · 12 years ago
  80. 149f5ba Merge branch 'master' of ssh://tmux.git.sourceforge.net/gitroot/tmux/tmux by Nicholas Marriott · 12 years ago
  81. e342304 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  82. 84612a8 Add control_write_buffer, from George Nachman. by Nicholas Marriott · 12 years ago
  83. 5d60bc7 Use pgrp of pty fd not pid of immediate child when recovering current working by Nicholas Marriott · 12 years ago
  84. 42272df Use pgrp of pty fd not pid of immediate child when recovering current by Nicholas Marriott · 12 years ago
  85. c914fcf When choosing a pane found by find-window, switch to that pane rather by Nicholas Marriott · 12 years ago
  86. 28fd3a3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  87. 41a4481 Send notifications to control clients. Also don't redraw client when suspended. by Nicholas Marriott · 12 years ago
  88. 9e7bbc7 When choosing a pane found by find-window, switch to that pane rather by Nicholas Marriott · 12 years ago
  89. 7263fa3 add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. by Nicholas Marriott · 12 years ago
  90. 9247c90 Send notifications to control clients. Also don't redraw client when suspended. by Nicholas Marriott · 12 years ago
  91. 56e3748 Sync OpenBSD patchset 1165: by Tiago Cunha · 12 years ago
  92. 1c60803 Sync OpenBSD patchset 1162: by Tiago Cunha · 12 years ago
  93. 58e8e0e Fix up window reference counting and don't crash if the rename timer by Nicholas Marriott · 12 years ago
  94. 73c6785 Use a separate define for each default format template and strip clutter by Nicholas Marriott · 12 years ago
  95. 200b0e5 Sync OpenBSD patchset 1156: by Tiago Cunha · 12 years ago
  96. c8849ac Sync OpenBSD patchset 1153: by Tiago Cunha · 12 years ago
  97. a3dec6b Instead of numbering choose mode items 0-9a-z and then nothing, number by Nicholas Marriott · 12 years ago
  98. 5385a9b Add a queue of notifys and a way to turn them off and on (we do not want by Nicholas Marriott · 12 years ago
  99. 1f5e6e3 Sync OpenBSD patchset 1151: by Tiago Cunha · 12 years ago
  100. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago