| Commit message (Expand) | Author | Age |
| * | Add a function to create window flags rather than doing the same thing | Nicholas Marriott | 2010-12-30 |
| * | Support all four of the xterm mouse modes. Based on a diff from hsim at | Nicholas Marriott | 2010-12-29 |
| * | Allow the config file parser and source-file to return "don't exit" to | Nicholas Marriott | 2010-12-29 |
| * | tweak previous; | Jason McIntyre | 2010-12-27 |
| * | Add a missing .Pp and sort options alphabetically, from Tiago Cunha. | Nicholas Marriott | 2010-12-27 |
| * | server_kill_window can modify the RB tree so don't use RB_FOREACH, fixes | Nicholas Marriott | 2010-12-23 |
| * | Style tweaks. | Nicholas Marriott | 2010-12-23 |
| * | Store sessions in an RB tree by name rather than a list, this is tidier | Nicholas Marriott | 2010-12-21 |
| * | Fix another stray addition that was too early. Oops. | Nicholas Marriott | 2010-12-20 |
| * | Undo a change to next/previous session that got mixed in prematurely. | Nicholas Marriott | 2010-12-20 |
| * | Dead sessions are never on the active sessions list, so the SESSION_DEAD | Nicholas Marriott | 2010-12-20 |
| * | Use pointer rather than index for the client's last session. | Nicholas Marriott | 2010-12-20 |
| * | Unify the way sessions are used by callbacks - store the address and use | Nicholas Marriott | 2010-12-20 |
| * | Don't nuke the index counter when a session group comes up. | Nicholas Marriott | 2010-12-19 |
| * | Add other-pane-height and other-pane-width options, allowing the width | Nicholas Marriott | 2010-12-19 |
| * | Read ${X} environment variables in strings and $HOME from the global | Nicholas Marriott | 2010-12-13 |
| * | Track the last session for a client and add a flag to switch-client and | Nicholas Marriott | 2010-12-11 |
| * | Fix rectangle copy to behave like emacs - the cursor is not part of the | Nicholas Marriott | 2010-12-11 |
| * | Oops, these functions return a const char *, so make the local variable | Nicholas Marriott | 2010-12-11 |
| * | Make the prompt history global for all clients which is much more useful than... | Nicholas Marriott | 2010-12-11 |
| * | Rephrase a confusing sentence. | Nicholas Marriott | 2010-12-10 |
| * | In the built-in layouts, distribute the panes more evenly. Set the | Nicholas Marriott | 2010-12-08 |
| * | Add an option to alert (monitor) for silence (lack of activity) in a | Nicholas Marriott | 2010-12-06 |
| * | If VISUAL or EDITOR contains "vi", configure mode-keys and status-keys | Nicholas Marriott | 2010-11-29 |
| * | There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't | Nicholas Marriott | 2010-11-22 |
| * | Show more window and pane flags in list-* output, and put layout on the | Nicholas Marriott | 2010-11-15 |
| * | Update man page for update-environment. | Nicholas Marriott | 2010-11-14 |
| * | Don't allow last and active window to become the same - a very bad move | Nicholas Marriott | 2010-11-14 |
| * | Add XAUTHORITY to update-environment, requested by Andreas Kloeckner. | Nicholas Marriott | 2010-11-11 |
| * | Flag to flush all key bindings from Rob Paisley. | Nicholas Marriott | 2010-11-11 |
| * | Declaration in header should be extern. | Nicholas Marriott | 2010-11-11 |
| * | Typo, from Rob Paisley. | Nicholas Marriott | 2010-11-01 |
| * | We now send argv to the server after parsing it in the client to get the | Nicholas Marriott | 2010-10-29 |
| * | Add a last-pane command (bound to ; by default). Requested ages ago by | Nicholas Marriott | 2010-10-23 |
| * | When removing a pane, don't change the active pane unless the active | Nicholas Marriott | 2010-10-23 |
| * | Mark repeating keys with "(repeat)" in the key list. | Nicholas Marriott | 2010-10-20 |
| * | Merge the before and after attach client code into one in client.c | Nicholas Marriott | 2010-10-18 |
| * | Make stdio blocking again before calling shell command with -c. | Nicholas Marriott | 2010-10-16 |
| * | Trying to set FD_CLOEXEC on every fd is a lost cause, just use | Nicholas Marriott | 2010-10-16 |
| * | Fall back on normal session choice method if $TMUX exists but is invalid | Nicholas Marriott | 2010-10-16 |
| * | Use an explicit event rather than event_once for the main event so it | Nicholas Marriott | 2010-10-14 |
| * | Treat the meta bit in the xterm extended modifier key set as the same as | Nicholas Marriott | 2010-10-14 |
| * | Put "or" on new line from command with .Ic. | Nicholas Marriott | 2010-10-14 |
| * | Set cause when failing due to linking a window to itself, from Martin | Nicholas Marriott | 2010-10-09 |
| * | Skip NULL entries in the sessions list when choosing the next session, | Nicholas Marriott | 2010-10-05 |
| * | Nuke a leftover RB tree declaration spotted by blambert. | Nicholas Marriott | 2010-09-28 |
| * | Two new options: | Nicholas Marriott | 2010-09-26 |
| * | Modify the permissions on the socket when adding or removing +x to show | Nicholas Marriott | 2010-09-26 |
| * | detach-on-destroy is a session option, not server. | Nicholas Marriott | 2010-09-25 |
| * | Ugh. Pass the right type into tty_term_has. Teaches me to make last | Nicholas Marriott | 2010-09-11 |