1. e97e0d7 Man page fixes. by Nicholas Marriott · 12 years ago
  2. c7d1849 Process ^[ as meta when a partial key is found. by Nicholas Marriott · 12 years ago
  3. 7f191c7 Add -P and -F to new-session. by Nicholas Marriott · 12 years ago
  4. 0ccd84d Instead of skipping del_curterm on FreeBSD < 7, skip it on ncurses < 5.7. It by Nicholas Marriott · 12 years ago
  5. 041a911 Create a new context when copying instead of using the input context. The input by Nicholas Marriott · 12 years ago
  6. 6ddb06d Extend jobs to support writing and use that for copy-pipe instead of popen, by Nicholas Marriott · 12 years ago
  7. 69d97f6 Handle empty pending output (not a failure) and add \n. From George Nachman. by Nicholas Marriott · 12 years ago
  8. f5de847 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  9. 6bdc947 Handle no client better in display-message. by Nicholas Marriott · 12 years ago
  10. 919bde7 When only two panes in a window, only draw half the separating line as active. by Nicholas Marriott · 12 years ago
  11. 3d974b7 Don't let display-message crash if no client, from George Nachman. by Nicholas Marriott · 12 years ago
  12. c5ad47e Only send end guard if begin was sent, from George Nachman. by Nicholas Marriott · 12 years ago
  13. 4d38b6d Include prefix on ids, from George Nachman. by Nicholas Marriott · 12 years ago
  14. 9e879b4 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  15. 99934bf Write escaped output in control mode rather than hex, from George Nachman. by Nicholas Marriott · 12 years ago
  16. 8840f2d Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  17. d32a546 Clarify zoom/unzoom, from Romain Francoise. by Nicholas Marriott · 12 years ago
  18. 8aa40ec Don't zoom windows with one pane, from Romain Francoise. by Nicholas Marriott · 12 years ago
  19. 543420c Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  20. 0640225 We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when becoming by Nicholas Marriott · 12 years ago
  21. 7c00950 Don't add prefix to %output pane id. by Nicholas Marriott · 12 years ago
  22. b551677 Clean up capture-pane and add -P option to dump pending output, based on code by Nicholas Marriott · 12 years ago
  23. 7b4084a Document control mode in the manpage, from George Nachman. by Nicholas Marriott · 12 years ago
  24. 412ac6b Use single stdout and stderr for control clients. by Nicholas Marriott · 12 years ago
  25. a6ad44f Fix if-shell and run-shell if there are no sessions. Batted around through by Nicholas Marriott · 12 years ago
  26. 97620bb Add a home and end as modified by xterm in keypad mode, from Chris Johnsen. by Nicholas Marriott · 12 years ago
  27. 49ed75d Fix a warning. by Nicholas Marriott · 12 years ago
  28. c41d92d Add time and a command count to control mode guards, based on code from George by Nicholas Marriott · 12 years ago
  29. a060aa2 Fix handling of short (< 4 character) checksums and a bug with parsing by Nicholas Marriott · 12 years ago
  30. 2ac6501 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  31. 06ac399 Zoom script is no longer needed. by Nicholas Marriott · 12 years ago
  32. dde5d49 Do not redraw panes if invisible. by Nicholas Marriott · 12 years ago
  33. 89d3f13 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  34. f47a063 Rename session idx to session id throughout and add $ prefix to targets to use by Nicholas Marriott · 12 years ago
  35. e964ff7 Fix --disable-static, reported by Shea Levy. by Nicholas Marriott · 12 years ago
  36. bc3580f Add wait-for -L and -U for lock and unlock, from Thiago Padilha. by Nicholas Marriott · 12 years ago
  37. 7fd4d49 Add a wait-for command which blocks a client on a named channel until it is by Nicholas Marriott · 12 years ago
  38. ec75f9d Allow lastgc to be NULL in grid_string_cells so find-window doesn't crash, by Nicholas Marriott · 12 years ago
  39. 6405fce Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  40. f9e46a3 Do not leak command in formats, from Romain Francoise. by Nicholas Marriott · 12 years ago
  41. d05debb Unzoom on last-pane and fix a typo, from Romain Francoise. by Nicholas Marriott · 12 years ago
  42. f8c86a9 Add some additional debug logging. by Nicholas Marriott · 12 years ago
  43. 2c9cddd Continue the parent cmdq after sourcing a file. by Nicholas Marriott · 12 years ago
  44. aaeee34 Preserve trailing spaces with capture-pane -J, from George Nachman. by Nicholas Marriott · 12 years ago
  45. 70397e4 Print %%error not %%end guard on error, from George Nachman. by Nicholas Marriott · 12 years ago
  46. 43d904d tty.path can be NULL, don't dereference it. From George Nachman. by Nicholas Marriott · 12 years ago
  47. 1da64bf Remove some unused/unnecessary control notifications, from George Nachman. by Nicholas Marriott · 12 years ago
  48. 1cb1fb5 Add -q flags to shut up errors to capture-pane and show-options, from George by Nicholas Marriott · 12 years ago
  49. 208881a Send DSC 1000p at the beginning of a -CC client's lifetime and ST and the end, by Nicholas Marriott · 12 years ago
  50. a2f52d4 Remove previous by Thomas Adam · 12 years ago
  51. 2ccb67c Plug small memory leak in run-shell by Thomas Adam · 12 years ago
  52. b2a6134 Add -a to capture-pane to capture alternate screen, from George Nachman. by Nicholas Marriott · 12 years ago
  53. 234f6d2 Use \\ not \ for escaping \. by Nicholas Marriott · 12 years ago
  54. f339cfd Add -A flag to new-session to make it behave like attach-session if the session by Nicholas Marriott · 12 years ago
  55. c5239c5 Add resize-pane -Z to temporary zoom the active pane to occupy the full window by Nicholas Marriott · 12 years ago
  56. be13479 Add a -o option to set-option to prevent setting an option already set, from by Nicholas Marriott · 12 years ago
  57. 69a8d64 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  58. 3964309 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  59. 243244d Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  60. 497b27d Expand format variables in the run-shell and if-shell shell commands, from by Nicholas Marriott · 12 years ago
  61. ca6d9f7 Tidy TODO and nuke stuff that is done in some form or not going to happen. by Nicholas Marriott · 12 years ago
  62. f1aa5f6 Add to TODO. by Nicholas Marriott · 12 years ago
  63. dc50de7 The visit -> Visit by Nicholas Marriott · 12 years ago
  64. 2e85eee www Project Page -> SourceForge Page by Nicholas Marriott · 12 years ago
  65. 357da03 Merge send-prefix into send-keys. by Nicholas Marriott · 12 years ago
  66. 5aa54c8 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  67. 42735d4 Merge show-buffer into save-buffer. by Nicholas Marriott · 12 years ago
  68. 57eb334 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  69. 5f904aa Add pane_tags format to format_window_pane based on code from George Nachman. by Nicholas Marriott · 12 years ago
  70. ee0f8ad Handle focus events from the terminal, from Aaron Jensen. by Nicholas Marriott · 12 years ago
  71. 1ed3738 Use -O2 without debugging. by Nicholas Marriott · 12 years ago
  72. 3a2e9d8 Fix error reporting for client commands by adding a flag to cmd_find_client to by Nicholas Marriott · 12 years ago
  73. 911ef4e Allow display-message with no curclient. by Nicholas Marriott · 12 years ago
  74. 1994ae4 Missing PANE_RESIZE define. by Nicholas Marriott · 12 years ago
  75. dbd8e47 Do pane resize ioctls once at the end of the server loop rather than by Nicholas Marriott · 12 years ago
  76. ce7bf10 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  77. 1db4ec6 Add pane_current_command format. by Nicholas Marriott · 12 years ago
  78. 1c82cf7 Remove a couple of FAQ bits that are out of date and not frequent. by Nicholas Marriott · 12 years ago
  79. e43fc6f Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  80. 31407b7 Add option command-prefix which is automatically prepended to any command by Nicholas Marriott · 12 years ago
  81. 7d3c101 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  82. 4c9f943 Add support for focus notifications when tmux pane changes, based on work by by Nicholas Marriott · 12 years ago
  83. 374dae6 Add a load of miscellaneous pane formats, from George Nachman. by Nicholas Marriott · 12 years ago
  84. 8c50f62 Add session_set_current helper function, extracted from a diff from Aaron by Nicholas Marriott · 12 years ago
  85. 6fc9697 Add to TODO. by Nicholas Marriott · 12 years ago
  86. 8e3767e Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  87. b8b5631 Add -C and -J to capture pane to escape control sequences and to join wrapped by Nicholas Marriott · 12 years ago
  88. c577b47 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  89. cb6f366 evbuffer_readline returns allocated storage, don't leak it. by Nicholas Marriott · 12 years ago
  90. 7905f46 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  91. 41c39e9 Remove stray blank line. by Nicholas Marriott · 12 years ago
  92. f81d723 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  93. afd5e97 Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  94. e68b9ab Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code by Nicholas Marriott · 12 years ago
  95. e487b87 Clear last attributes after reset in string_cells, from George Nachman. by Nicholas Marriott · 12 years ago
  96. 1e20153 Fix so capture-pane/save-buffer can work in control clients, from George by Nicholas Marriott · 12 years ago
  97. 4621a52 Include ML and IRC in the text. by Nicholas Marriott · 12 years ago
  98. e90a742 Tweak bold link. by Nicholas Marriott · 12 years ago
  99. b219d54 Simplify main www page. by Nicholas Marriott · 12 years ago
  100. 3108d80 Move NOTES->README, move Vim syntax file documentation to the file itself and by Nicholas Marriott · 12 years ago