1. 4fb1045 Remove some unused defines. by Nicholas Marriott · 14 years ago
  2. 2b3c2fd Fix BUFFERS section now they are global. by Nicholas Marriott · 14 years ago
  3. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  4. 2231e72 Add a function to create window flags rather than doing the same thing by Nicholas Marriott · 14 years ago
  5. f7c42c2 Support all four of the xterm mouse modes. Based on a diff from hsim at gmx.li. by Nicholas Marriott · 14 years ago
  6. 230e39e Allow the config file parser and source-file to return "don't exit" to by Nicholas Marriott · 14 years ago
  7. efa8c93 tweak previous; by Jason McIntyre · 14 years ago
  8. 3e0bc05 Add a missing .Pp and sort options alphabetically, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  9. d3d2536 server_kill_window can modify the RB tree so don't use RB_FOREACH, fixes by Nicholas Marriott · 14 years ago
  10. 6fd2b5b Style tweaks. by Nicholas Marriott · 14 years ago
  11. acf13ce Store sessions in an RB tree by name rather than a list, this is tidier by Nicholas Marriott · 14 years ago
  12. 1b8488e Fix another stray addition that was too early. Oops. by Nicholas Marriott · 14 years ago
  13. 6fcdc71 Undo a change to next/previous session that got mixed in prematurely. by Nicholas Marriott · 14 years ago
  14. 8705c6b Dead sessions are never on the active sessions list, so the SESSION_DEAD by Nicholas Marriott · 14 years ago
  15. 9358cfa Use pointer rather than index for the client's last session. by Nicholas Marriott · 14 years ago
  16. a51dcdc Unify the way sessions are used by callbacks - store the address and use by Nicholas Marriott · 14 years ago
  17. c65d422 Don't nuke the index counter when a session group comes up. by Nicholas Marriott · 14 years ago
  18. c198664 Add other-pane-height and other-pane-width options, allowing the width by Nicholas Marriott · 14 years ago
  19. 8715247 Read ${X} environment variables in strings and $HOME from the global by Nicholas Marriott · 14 years ago
  20. 51487ed Track the last session for a client and add a flag to switch-client and by Nicholas Marriott · 14 years ago
  21. 20ed20e Fix rectangle copy to behave like emacs - the cursor is not part of the by Nicholas Marriott · 14 years ago
  22. 9802fea Oops, these functions return a const char *, so make the local variable by Nicholas Marriott · 14 years ago
  23. 7ce77ff Make the prompt history global for all clients which is much more useful than per-client history. by Nicholas Marriott · 14 years ago
  24. 6be32c8 Rephrase a confusing sentence. by Nicholas Marriott · 14 years ago
  25. 1f18523 In the built-in layouts, distribute the panes more evenly. Set the by Nicholas Marriott · 14 years ago
  26. e26a351 Add an option to alert (monitor) for silence (lack of activity) in a by Nicholas Marriott · 14 years ago
  27. ebd0eb4 If VISUAL or EDITOR contains "vi", configure mode-keys and status-keys to vi. by Nicholas Marriott · 14 years ago
  28. ef9b2eb There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't by Nicholas Marriott · 14 years ago
  29. 9a1b4f9 Show more window and pane flags in list-* output, and put layout on the by Nicholas Marriott · 14 years ago
  30. 7e542d1 Update man page for update-environment. by Nicholas Marriott · 14 years ago
  31. 503edae Don't allow last and active window to become the same - a very bad move by Nicholas Marriott · 14 years ago
  32. e4e7286 Add XAUTHORITY to update-environment, requested by Andreas Kloeckner. by Nicholas Marriott · 14 years ago
  33. 17b5656 Flag to flush all key bindings from Rob Paisley. by Nicholas Marriott · 14 years ago
  34. c7fccfa Declaration in header should be extern. by Nicholas Marriott · 14 years ago
  35. 023137a Typo, from Rob Paisley. by Nicholas Marriott · 14 years ago
  36. 34d05ea We now send argv to the server after parsing it in the client to get the by Nicholas Marriott · 14 years ago
  37. 5de84ec Add a last-pane command (bound to ; by default). Requested ages ago by by Nicholas Marriott · 14 years ago
  38. a3efd2a When removing a pane, don't change the active pane unless the active by Nicholas Marriott · 14 years ago
  39. 139754b Mark repeating keys with "(repeat)" in the key list. by Nicholas Marriott · 14 years ago
  40. 248fb14 Merge the before and after attach client code into one in client.c by Nicholas Marriott · 14 years ago
  41. 3195433 Make stdio blocking again before calling shell command with -c. by Nicholas Marriott · 14 years ago
  42. f56b4ec Trying to set FD_CLOEXEC on every fd is a lost cause, just use by Nicholas Marriott · 14 years ago
  43. 6c42f1a Fall back on normal session choice method if $TMUX exists but is invalid by Nicholas Marriott · 14 years ago
  44. 65ff5b0 Use an explicit event rather than event_once for the main event so it by Nicholas Marriott · 14 years ago
  45. f6cd034 Treat the meta bit in the xterm extended modifier key set as the same as by Nicholas Marriott · 14 years ago
  46. 1580afd Put "or" on new line from command with .Ic. by Nicholas Marriott · 14 years ago
  47. 7aef299 Set cause when failing due to linking a window to itself, from Martin Pieuchot. by Nicholas Marriott · 14 years ago
  48. 08bcd69 Skip NULL entries in the sessions list when choosing the next session, by Nicholas Marriott · 14 years ago
  49. 4789a4e Nuke a leftover RB tree declaration spotted by blambert. by Nicholas Marriott · 14 years ago
  50. 9a7cde0 Two new options: by Nicholas Marriott · 14 years ago
  51. 6615201 Modify the permissions on the socket when adding or removing +x to show by Nicholas Marriott · 14 years ago
  52. 2772557 detach-on-destroy is a session option, not server. by Nicholas Marriott · 14 years ago
  53. ea4487c Ugh. Pass the right type into tty_term_has. Teaches me to make last by Nicholas Marriott · 14 years ago
  54. cb564bb Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid by Nicholas Marriott · 14 years ago
  55. 3696cce Ignore terminal overrides settings without a value. by Nicholas Marriott · 14 years ago
  56. c1c5f43 When resizing the copy mode screen, don't allow it to end up with the by Nicholas Marriott · 14 years ago
  57. a22a6de Add -n and -p flags to switch-client to move to the next and previous by Nicholas Marriott · 14 years ago
  58. bbf7437 Do not crash if the screen size is too small for the indicator in copy mode. by Nicholas Marriott · 14 years ago
  59. de68c2a Simplify xterm modifier detection by treating as a bitmask + 1. Spotted by Nicholas Marriott · 14 years ago
  60. 5309252 Reset running jobs when the status line is enabled or disabled as well, by Nicholas Marriott · 14 years ago
  61. 8e8e0f1 Add missing prototype. by Nicholas Marriott · 14 years ago
  62. f69ce39 When destroying a pane, reset any mode (which reenables pane by Nicholas Marriott · 14 years ago
  63. fc9f082 Can't call event_del() without event_set() first - so call event_set() by Nicholas Marriott · 14 years ago
  64. 5f5104e MSG_EXIT can now have a return code in the message, so check for that by Nicholas Marriott · 14 years ago
  65. e3be9b1 Do not call event_del() for signals after fork(), just use sigaction() by Nicholas Marriott · 14 years ago
  66. c2822ca Do not need to dup() the tty fd sent from the client because it is by Nicholas Marriott · 14 years ago
  67. 828f12b Do not allow duplicate session names to be created, reported by Dominik by Nicholas Marriott · 14 years ago
  68. ae70071 Handle failure to change mode, to avoid dying when switching into copy by Nicholas Marriott · 14 years ago
  69. 3999886 Usage string fixes from Ben Boeckel. by Nicholas Marriott · 14 years ago
  70. cc474b4 Treat trying to link or move to the same window as an error to avoid by Nicholas Marriott · 14 years ago
  71. 8363e31 Change the way backoff works. Instead of stopping reading from the pty by Nicholas Marriott · 14 years ago
  72. 933dc48 Show which pane is active in the list-panes output, suggested by Dominik Honnef. by Nicholas Marriott · 14 years ago
  73. 4274a7e switch back to kqueue for now, since (a) kqueue has been fixed to deal by Theo Deraadt · 14 years ago
  74. 77f9c49 dup() the stdin fd so it isn't closed twice (once for stdin, once for tty). by Nicholas Marriott · 14 years ago
  75. c87187f When changing so that the client passes its stdout and stderr as well as by Nicholas Marriott · 14 years ago
  76. bf09b00 kqueue(2) is currently broken when used with /dev/null and a few other devices. by Nicholas Marriott · 14 years ago
  77. a97b7ad Fix a crash: if remain-on-exit is set and the pane has exited, the by Nicholas Marriott · 14 years ago
  78. 2b80ede Don't return if in the current window since we may want to report a bell by Nicholas Marriott · 14 years ago
  79. 2a0f3f0 Send the \n to stdout with the message, not stderr... doh. by Nicholas Marriott · 14 years ago
  80. a471b5d some escapes i missed; by Jason McIntyre · 14 years ago
  81. 43355fa Make pane/window wrapping more logical (so with 10 windows, +10 from by Nicholas Marriott · 14 years ago
  82. b9c873c Return the command client return code with MSG_EXIT now that MSG_ERROR and by Nicholas Marriott · 14 years ago
  83. b4b9b83 replace some magic mouse constants with defines for clarity. ok nicm by Ted Unangst · 14 years ago
  84. 552c9cd Custom layouts. list-windows command displays the layout as a string (such as by Nicholas Marriott · 14 years ago
  85. 76bbdeb Send all three of stdin, stdout, stderr from the client to the server, so that by Nicholas Marriott · 14 years ago
  86. 07a71fd Store the current working directory in the session, change the default-path by Nicholas Marriott · 14 years ago
  87. 26524c9 New option, detach-on-destroy, to set what happens to a client when the session by Nicholas Marriott · 14 years ago
  88. 34464da Use server_destroy_session() for kill-session. by Nicholas Marriott · 14 years ago
  89. 42e2413 Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed by Nicholas Marriott · 14 years ago
  90. ef72933 Add a choose-buffer command for easier use of the paste buffer stack. by Nicholas Marriott · 14 years ago
  91. 386849e Extend the -t:+ and -t:- window targets for next and previous window to by Nicholas Marriott · 14 years ago
  92. e63f054 Having a list of winlinks->alerts for each session is stupid, just store by Nicholas Marriott · 14 years ago
  93. 447a07e Rename activity->alert in a couple of functions for consistency. by Nicholas Marriott · 14 years ago
  94. ad466a6 Give tmux sockets (but not the containing folder) group by Nicholas Marriott · 14 years ago
  95. 5afb820 Ensure we overwrite UTF-8 wide characters properly, and never overwrite by Nicholas Marriott · 14 years ago
  96. 278d9bc Last change erroneously used the target argument for looking up the by Nicholas Marriott · 14 years ago
  97. 1484eb8 Add a missing command and some missing Ic, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  98. dcc100f Use a macro-based mask for obtaining a key or modifier-set from the by Nicholas Marriott · 14 years ago
  99. 4e3bed2 Couple of missing command aliases/flags, from Tiago Cunha. by Nicholas Marriott · 14 years ago
  100. 510ec3f Fix problems with window sizing seen by Raghavendra D Prabhu when by Nicholas Marriott · 14 years ago