1. 4f34e25 Support -x and -y for new-session to specify the initial size of the by Nicholas Marriott · 14 years ago
  2. 9ad9e8c The maximum history-limit was accidentally reduced, fix it back to INT_MAX. by Nicholas Marriott · 14 years ago
  3. fa4a75c Clarify alternate-screen description a little. by Nicholas Marriott · 14 years ago
  4. 2d82567 Er, fix next and previous session functions to actually work, part 2. by Nicholas Marriott · 14 years ago
  5. 588ebb5 Fix next and previous session functions to actually work. by Nicholas Marriott · 14 years ago
  6. 96ab50a Log termios backspace for each client since it is used to recognise by Nicholas Marriott · 14 years ago
  7. b3438c8 Use TMPDIR if set, from Han Boetes. by Nicholas Marriott · 14 years ago
  8. 47e18f4 unbind-key -a is allowed no arguments. by Nicholas Marriott · 14 years ago
  9. 17f1cd5 Remove a bit of text that makes exit-unattached description unclear. by Nicholas Marriott · 14 years ago
  10. c3041eb Add missing arguments to some options. by Nicholas Marriott · 14 years ago
  11. 69cb1f8 Move all calls to fcntl(...O_NONBLOCK) into a function and clear the by Nicholas Marriott · 14 years ago
  12. 703160b Accept colours of the hex form #ffffff and translate to the nearest from by Nicholas Marriott · 14 years ago
  13. 64f02da Whoops, command-prompt can take 0 or 1 argument. by Nicholas Marriott · 14 years ago
  14. 96c37fa Now that parsing is common, merge some of the small, related commands by Nicholas Marriott · 14 years ago
  15. 55346b0 argc will be 1 not 2 with no option value. by Nicholas Marriott · 14 years ago
  16. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  17. ac3b78a Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 by Nicholas Marriott · 14 years ago
  18. 5158dd9 Handle a # at the end of a replacement string (such as status-left) by Nicholas Marriott · 14 years ago
  19. 3e81240 Move the user-visible parts of all options (names, types, limit, default by Nicholas Marriott · 14 years ago
  20. a4515ce suspend-client has used -t for the client target (like everything else) by Nicholas Marriott · 14 years ago
  21. f833b88 Last few tables that should be const. by Nicholas Marriott · 14 years ago
  22. 67ee860 Sprinkle a little more const. by Nicholas Marriott · 14 years ago
  23. 5d0cfe0 Another table that should be const. by Nicholas Marriott · 14 years ago
  24. 1c86713 Key table should be const. by Nicholas Marriott · 14 years ago
  25. b6950ed Add a -P option to new-window and split-window to print the new window by Nicholas Marriott · 14 years ago
  26. 04b32fa Don't reset the activity timer for unattached sessions every second, by Nicholas Marriott · 14 years ago
  27. 91218f8 Remove unused variable. by Nicholas Marriott · 14 years ago
  28. 1a1efd5 fix trailing whitespace; by Jason McIntyre · 14 years ago
  29. 4fb1045 Remove some unused defines. by Nicholas Marriott · 14 years ago
  30. 2b3c2fd Fix BUFFERS section now they are global. by Nicholas Marriott · 14 years ago
  31. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  32. 2231e72 Add a function to create window flags rather than doing the same thing by Nicholas Marriott · 14 years ago
  33. f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
  34. 230e39e Allow the config file parser and source-file to return "don't exit" to by Nicholas Marriott · 14 years ago
  35. efa8c93 tweak previous; by Jason McIntyre · 14 years ago
  36. 3e0bc05 Add a missing .Pp and sort options alphabetically, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  37. d3d2536 server_kill_window can modify the RB tree so don't use RB_FOREACH, fixes by Nicholas Marriott · 14 years ago
  38. 6fd2b5b Style tweaks. by Nicholas Marriott · 14 years ago
  39. acf13ce Store sessions in an RB tree by name rather than a list, this is tidier by Nicholas Marriott · 14 years ago
  40. 1b8488e Fix another stray addition that was too early. Oops. by Nicholas Marriott · 14 years ago
  41. 6fcdc71 Undo a change to next/previous session that got mixed in prematurely. by Nicholas Marriott · 14 years ago
  42. 8705c6b Dead sessions are never on the active sessions list, so the SESSION_DEAD by Nicholas Marriott · 14 years ago
  43. 9358cfa Use pointer rather than index for the client's last session. by Nicholas Marriott · 14 years ago
  44. a51dcdc Unify the way sessions are used by callbacks - store the address and use by Nicholas Marriott · 14 years ago
  45. c65d422 Don't nuke the index counter when a session group comes up. by Nicholas Marriott · 14 years ago
  46. c198664 Add other-pane-height and other-pane-width options, allowing the width by Nicholas Marriott · 14 years ago
  47. 8715247 Read ${X} environment variables in strings and $HOME from the global by Nicholas Marriott · 14 years ago
  48. 51487ed Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 14 years ago
  49. 20ed20e Fix rectangle copy to behave like emacs - the cursor is not part of the by Nicholas Marriott · 14 years ago
  50. 9802fea Oops, these functions return a const char *, so make the local variable by Nicholas Marriott · 14 years ago
  51. 7ce77ff Make the prompt history global for all clients which is much more useful than per-client history. by Nicholas Marriott · 14 years ago
  52. 6be32c8 Rephrase a confusing sentence. by Nicholas Marriott · 14 years ago
  53. 1f18523 In the built-in layouts, distribute the panes more evenly. Set the by Nicholas Marriott · 14 years ago
  54. e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
  55. ebd0eb4 If VISUAL or EDITOR contains "vi", configure mode-keys and status-keys to vi. by Nicholas Marriott · 14 years ago
  56. ef9b2eb There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't by Nicholas Marriott · 14 years ago
  57. 9a1b4f9 Show more window and pane flags in list-* output, and put layout on the by Nicholas Marriott · 14 years ago
  58. 7e542d1 Update man page for update-environment. by Nicholas Marriott · 14 years ago
  59. 503edae Don't allow last and active window to become the same - a very bad move by Nicholas Marriott · 14 years ago
  60. e4e7286 Add XAUTHORITY to update-environment, requested by Andreas Kloeckner. by Nicholas Marriott · 14 years ago
  61. 17b5656 Flag to flush all key bindings from Rob Paisley. by Nicholas Marriott · 14 years ago
  62. c7fccfa Declaration in header should be extern. by Nicholas Marriott · 14 years ago
  63. 023137a Typo, from Rob Paisley. by Nicholas Marriott · 14 years ago
  64. 34d05ea We now send argv to the server after parsing it in the client to get the by Nicholas Marriott · 14 years ago
  65. 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
  66. a3efd2a When removing a pane, don't change the active pane unless the active by Nicholas Marriott · 14 years ago
  67. 139754b Mark repeating keys with "(repeat)" in the key list. by Nicholas Marriott · 14 years ago
  68. 248fb14 Merge the before and after attach client code into one in client.c by Nicholas Marriott · 14 years ago
  69. 3195433 Make stdio blocking again before calling shell command with -c. by Nicholas Marriott · 14 years ago
  70. f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
  71. 6c42f1a Fall back on normal session choice method if $TMUX exists but is invalid by Nicholas Marriott · 14 years ago
  72. 65ff5b0 Use an explicit event rather than event_once for the main event so it by Nicholas Marriott · 14 years ago
  73. f6cd034 Treat the meta bit in the xterm extended modifier key set as the same as by Nicholas Marriott · 14 years ago
  74. 1580afd Put "or" on new line from command with .Ic. by Nicholas Marriott · 14 years ago
  75. 7aef299 Set cause when failing due to linking a window to itself, from Martin Pieuchot. by Nicholas Marriott · 14 years ago
  76. 08bcd69 Skip NULL entries in the sessions list when choosing the next session, by Nicholas Marriott · 14 years ago
  77. 4789a4e Nuke a leftover RB tree declaration spotted by blambert. by Nicholas Marriott · 14 years ago
  78. 9a7cde0 Two new options: by Nicholas Marriott · 14 years ago
  79. 6615201 Modify the permissions on the socket when adding or removing +x to show by Nicholas Marriott · 14 years ago
  80. 2772557 detach-on-destroy is a session option, not server. by Nicholas Marriott · 14 years ago
  81. ea4487c Ugh. Pass the right type into tty_term_has. Teaches me to make last by Nicholas Marriott · 14 years ago
  82. cb564bb Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid by Nicholas Marriott · 14 years ago
  83. 3696cce Ignore terminal overrides settings without a value. by Nicholas Marriott · 14 years ago
  84. c1c5f43 When resizing the copy mode screen, don't allow it to end up with the by Nicholas Marriott · 14 years ago
  85. a22a6de Add -n and -p flags to switch-client to move to the next and previous by Nicholas Marriott · 14 years ago
  86. bbf7437 Do not crash if the screen size is too small for the indicator in copy mode. by Nicholas Marriott · 14 years ago
  87. de68c2a Simplify xterm modifier detection by treating as a bitmask + 1. Spotted by Nicholas Marriott · 14 years ago
  88. 5309252 Reset running jobs when the status line is enabled or disabled as well, by Nicholas Marriott · 14 years ago
  89. 8e8e0f1 Add missing prototype. by Nicholas Marriott · 14 years ago
  90. f69ce39 When destroying a pane, reset any mode (which reenables pane by Nicholas Marriott · 14 years ago
  91. fc9f082 Can't call event_del() without event_set() first - so call event_set() by Nicholas Marriott · 14 years ago
  92. 5f5104e MSG_EXIT can now have a return code in the message, so check for that by Nicholas Marriott · 14 years ago
  93. e3be9b1 Do not call event_del() for signals after fork(), just use sigaction() by Nicholas Marriott · 14 years ago
  94. c2822ca Do not need to dup() the tty fd sent from the client because it is by Nicholas Marriott · 14 years ago
  95. 828f12b Do not allow duplicate session names to be created, reported by Dominik by Nicholas Marriott · 14 years ago
  96. ae70071 Handle failure to change mode, to avoid dying when switching into copy by Nicholas Marriott · 14 years ago
  97. 3999886 Usage string fixes from Ben Boeckel. by Nicholas Marriott · 14 years ago
  98. cc474b4 Treat trying to link or move to the same window as an error to avoid by Nicholas Marriott · 14 years ago
  99. 8363e31 Change the way backoff works. Instead of stopping reading from the pty by Nicholas Marriott · 14 years ago
  100. 933dc48 Show which pane is active in the list-panes output, suggested by Dominik Honnef. by Nicholas Marriott · 14 years ago