1. 14fad6a Add -A flag to new-session to make it behave like attach-session if the by Nicholas Marriott · 12 years ago
  2. c71844d Add resize-pane -Z to temporary zoom the active pane to occupy the full by Nicholas Marriott · 12 years ago
  3. a05b8c4 Add a -o option to set-option to prevent setting an option already set, by Nicholas Marriott · 12 years ago
  4. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  5. 66edb33 Expand format variables in the run-shell and if-shell shell commands, by Nicholas Marriott · 12 years ago
  6. 86adcd4 Add pane_tabs format to format_window_pane based on code from George Nachman. by Nicholas Marriott · 12 years ago
  7. a60687f Handle focus events from the terminal, from Aaron Jensen. by Nicholas Marriott · 12 years ago
  8. bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
  9. 3eae71b Do pane resize ioctls once at the end of the server loop rather than by Nicholas Marriott · 12 years ago
  10. 8094e82 Add option command-prefix which is automatically prepended to any by Nicholas Marriott · 12 years ago
  11. 1ec4354 Add support for focus notifications when tmux pane changes, based on by Nicholas Marriott · 12 years ago
  12. ac1fe83 Couple of fixes pointed out by jmc. by Nicholas Marriott · 12 years ago
  13. 702ab8b Add a load of miscellaneous pane formats, from George Nachman. by Nicholas Marriott · 12 years ago
  14. eaaeb28 Add session_set_current helper function, extracted from a diff from by Nicholas Marriott · 12 years ago
  15. 295d869 Add -C and -J to capture pane to escape control sequences and to join by Nicholas Marriott · 12 years ago
  16. c519f9a evbuffer_readline returns allocated storage, don't leak it. by Nicholas Marriott · 12 years ago
  17. 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  18. d644e51 Fix so capture-pane/save-buffer can work in control clients, from George by Nicholas Marriott · 12 years ago
  19. 5893229 Add copy-pipe mode command to copy selection and also pipe to a command. by Nicholas Marriott · 12 years ago
  20. 8478895 Add -e flag to capture-pane to include embedded ANSI SGR escape by Nicholas Marriott · 12 years ago
  21. 8a6fbfa Don't use a target-client for stdout, just always cmdclient. by Nicholas Marriott · 12 years ago
  22. a1722d5 Remove unnecessary initializers of cmd_ctx. by Nicholas Marriott · 12 years ago
  23. 0ff9275 load_cfg can actually use the same context now they are reference counted. by Nicholas Marriott · 12 years ago
  24. d1e6ce2 Add functions to allocate and free command contexts rather than doing it by Nicholas Marriott · 12 years ago
  25. 29613f2 Prevent lock on control clients, not on others. by Nicholas Marriott · 12 years ago
  26. 8c545bb Don't try to print unterminated strings when loading configuration file. by Nicholas Marriott · 12 years ago
  27. f198365 Unbreak line wrapping. by Nicholas Marriott · 12 years ago
  28. 79f5fe6 Use tty_raw on stop, not tty_puts. by Nicholas Marriott · 12 years ago
  29. 2f5fa4e Don't hang when clearing line in choose mode now that the cursor stays by Nicholas Marriott · 12 years ago
  30. db66d85 Fix double space in sessions template. by Nicholas Marriott · 12 years ago
  31. f0efa57 Add resize-pane -x and -y for absolute pane size (much requested). by Nicholas Marriott · 12 years ago
  32. ad5df9b Implement DECAWM (SM/RM 7) using existing MODE_WRAP flag. by Nicholas Marriott · 12 years ago
  33. 22a2949 Correctly handle UTF8 mouse option being toggled, from Egmont Koblinger. by Nicholas Marriott · 12 years ago
  34. 67b4d5b Support the latest theory for mouse input, this is enabled/disabled with by Nicholas Marriott · 12 years ago
  35. ad760b3 Add client_session and client_last_session formats. by Nicholas Marriott · 12 years ago
  36. 8d59b18 No more lint means no more ARGSUSED. by Nicholas Marriott · 12 years ago
  37. 306a3b8 In terminals with XT, turn on modifyOtherKeys=1 with the escape sequence by Nicholas Marriott · 12 years ago
  38. 10682b9 Instead of loads of little screen_write_*_on and off functions which by Nicholas Marriott · 12 years ago
  39. c5504af Add various checks to turn off bits that can't work in control mode by Nicholas Marriott · 12 years ago
  40. 49ac5b5 Do not include status line in size calculations in control mode. by Nicholas Marriott · 12 years ago
  41. d4785fe Don't set key KEYC_NONE on xterm_keys_find match() by Nicholas Marriott · 12 years ago
  42. 3d24c75 Include the \033 in the key tree and adjust key matching for this change. by Nicholas Marriott · 12 years ago
  43. 78543cc Support capture-pane -p to send to stdout. by Nicholas Marriott · 12 years ago
  44. 55bf2ec tweak previous; ok nicm by Jason McIntyre · 12 years ago
  45. 51ac2a3 Fix a couple of memory leaks, from Romain Francoise. by Nicholas Marriott · 12 years ago
  46. 48291f0 Make choose-tree actually work again. by Nicholas Marriott · 12 years ago
  47. d5139d1 Fix a comment for new key table names. by Nicholas Marriott · 12 years ago
  48. 3665be7 Tidy by splitting default key tables into two. by Nicholas Marriott · 12 years ago
  49. 801d64a Add -c to refresh-client to set client size in control mode, based on by Nicholas Marriott · 12 years ago
  50. dd46c95 Aargh. Spaces -> tabs. by Nicholas Marriott · 12 years ago
  51. 4920306 Clarify choose-tree entry in man page. by Nicholas Marriott · 12 years ago
  52. 6641402 Run session command before window in choose-tree. by Nicholas Marriott · 12 years ago
  53. 51d989f Do not crash when calling choose-tree with a command that changes the mode. by Nicholas Marriott · 12 years ago
  54. c982279 Fix constness of cmd_template_replace, window_choose_add_item and by Nicholas Marriott · 12 years ago
  55. 0c0953f Add user options, prefixed with @. May be set to any arbitrary string. by Nicholas Marriott · 12 years ago
  56. 69fe5ca Add -v to set and setw to show only option value. by Nicholas Marriott · 12 years ago
  57. 63b4fd5 Add a format client_prefix which is 1 if prefix key has been by Nicholas Marriott · 12 years ago
  58. dd76497 Show alias in lscm output. by Nicholas Marriott · 12 years ago
  59. 9b7e18f Rework reflow code so it does not do so much allocation which should be by Nicholas Marriott · 12 years ago
  60. 180faf7 Allow choose commands to be used outside tmux, so long as at least one by Nicholas Marriott · 12 years ago
  61. 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
  62. a552159 Don't set some string formats if the string is NULL. by Nicholas Marriott · 12 years ago
  63. 85531fd Unused variable/type nit from Thomas Adam. by Nicholas Marriott · 12 years ago
  64. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  65. c2e2107 Style nits - return (x) not return x. by Nicholas Marriott · 12 years ago
  66. 3a09e01 Do not allow cursor colours to be set beginning with ? as that will by Nicholas Marriott · 12 years ago
  67. d313158 Fix some blank line nits. by Nicholas Marriott · 12 years ago
  68. e33ba57 Remove the layout undo/redo code which never really worked. by Nicholas Marriott · 12 years ago
  69. 44f8e1c Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. by Nicholas Marriott · 12 years ago
  70. bc2e4a3 If timing between keys is less than (by default) 1 millisecond, assume by Nicholas Marriott · 12 years ago
  71. 854e8ae Add ^ and $ special command targets to select lowest and highest by Nicholas Marriott · 12 years ago
  72. 3e6d45a Add -T option to select-window to toggle to last window if already by Nicholas Marriott · 12 years ago
  73. a2c8af9 Add missing function prototype. by Nicholas Marriott · 12 years ago
  74. b18ff67 Add a -u flag to choose-tree to start uncollapsed, from Raghavendra D Prabhu. by Nicholas Marriott · 12 years ago
  75. 6a5adfc We no longer use struct eproc for kinfo_proc in sysctl.h so there by millert · 12 years ago
  76. 9714880 Change load_cfg to fix a crash reported by jasper. by Nicholas Marriott · 12 years ago
  77. 3a0016a Use the CMD_*_USAGE defines consistently, from Thomas Adam. by Nicholas Marriott · 12 years ago
  78. 3fa4f69 Handle resetting 256-colours properly when parsing #[default], by Nicholas Marriott · 12 years ago
  79. 8600fe0 Use strlcat not strncat in load_cfg and some other trivial tidying from by Nicholas Marriott · 12 years ago
  80. 8378be0 Fix argument order in a log statement. by Nicholas Marriott · 12 years ago
  81. 51a1dbf Simplify command string parsing with a helper function from Tiago Cunha. by Nicholas Marriott · 12 years ago
  82. 8264e92 Fix return value of load_cfg, from Thomas Adam. by Nicholas Marriott · 12 years ago
  83. 47c097c Support middle-click paste, based on a diff from Ailin Nemui. by Nicholas Marriott · 12 years ago
  84. 24d7d07 Support the 47 and 1047 SM and RM sequences (alternate screen without by Nicholas Marriott · 12 years ago
  85. 9b8998a Correctly aggregate together errors from nested config files (with by Nicholas Marriott · 12 years ago
  86. 4aa4e9f Allow cmd-run-shell to accept -t to specify the pane to display the by Nicholas Marriott · 12 years ago
  87. 1fcc7f5 When scrolling in copy mode with the mouse, scroll screen rather than by Nicholas Marriott · 12 years ago
  88. 6ef4f8e Revert last, after discussion it isn't necessary. by Nicholas Marriott · 12 years ago
  89. 9322426 Add window-status-last-* options, from Boris Faure. by Nicholas Marriott · 12 years ago
  90. 991bfcf Fix session choice so that preferring unattached sessions actually by Nicholas Marriott · 12 years ago
  91. d762ced Call realpath earlier on the socket directory path rather than on the by Nicholas Marriott · 12 years ago
  92. 260419f Put helper function back, will be needed in a bit. by Nicholas Marriott · 12 years ago
  93. 0679eb6 Add halfpage commands to mode command string table (missed by accident), by Nicholas Marriott · 12 years ago
  94. 9a7e5bd Clarify some points about config files, notably that they are only read by Nicholas Marriott · 12 years ago
  95. 827b311 Use a utility function for common code to show errors in config file, by Nicholas Marriott · 12 years ago
  96. c68efec Show last client activity time in default choose-client list. by Nicholas Marriott · 12 years ago
  97. 241a746 fix an off-by-one by okan · 12 years ago
  98. d210d99 Make mouse event structure clearer by defining events (up, click, drag) by Nicholas Marriott · 12 years ago
  99. 2a609b3 Add ability to active pane in list-windows and find-window formats, from by Nicholas Marriott · 12 years ago
  100. 18236c1 Fix BELL_NONE which had been broken in some code reorganisation or other by Nicholas Marriott · 12 years ago