2011-01-01 |
Nicholas Marriott | Move the user-visible parts of all options (names,...
|
commit | commitdiff | tree |
2011-01-01 |
Nicholas Marriott | suspend-client has used -t for the client target (like...
|
commit | commitdiff | tree |
2011-01-01 |
Nicholas Marriott | Last few tables that should be const.
|
commit | commitdiff | tree |
2011-01-01 |
Nicholas Marriott | Sprinkle a little more const.
|
commit | commitdiff | tree |
2011-01-01 |
Nicholas Marriott | Another table that should be const.
|
commit | commitdiff | tree |
2011-01-01 |
Nicholas Marriott | Key table should be const.
|
commit | commitdiff | tree |
2011-01-01 |
Nicholas Marriott | Add a -P option to new-window and split-window to print...
|
commit | commitdiff | tree |
2011-01-01 |
Nicholas Marriott | Don't reset the activity timer for unattached sessions...
|
commit | commitdiff | tree |
2011-01-01 |
Nicholas Marriott | Remove unused variable.
|
commit | commitdiff | tree |
2010-12-30 |
Nicholas Marriott | Remove some unused defines.
|
commit | commitdiff | tree |
2010-12-30 |
Nicholas Marriott | Fix BUFFERS section now they are global.
|
commit | commitdiff | tree |
2010-12-30 |
Nicholas Marriott | Change from a per-session stack of buffers to one global...
|
commit | commitdiff | tree |
2010-12-30 |
Nicholas Marriott | Add a function to create window flags rather than doing...
|
commit | commitdiff | tree |
2010-12-29 |
Nicholas Marriott | Support all four of the xterm mouse modes. Based on...
|
commit | commitdiff | tree |
2010-12-29 |
Nicholas Marriott | Allow the config file parser and source-file to return...
|
commit | commitdiff | tree |
2010-12-27 |
Nicholas Marriott | Add a missing .Pp and sort options alphabetically,...
|
commit | commitdiff | tree |
2010-12-23 |
Nicholas Marriott | server_kill_window can modify the RB tree so don't...
|
commit | commitdiff | tree |
2010-12-23 |
Nicholas Marriott | Style tweaks.
|
commit | commitdiff | tree |
2010-12-21 |
Nicholas Marriott | Store sessions in an RB tree by name rather than a...
|
commit | commitdiff | tree |
2010-12-20 |
Nicholas Marriott | Fix another stray addition that was too early. Oops.
|
commit | commitdiff | tree |
2010-12-20 |
Nicholas Marriott | Undo a change to next/previous session that got mixed...
|
commit | commitdiff | tree |
2010-12-20 |
Nicholas Marriott | Dead sessions are never on the active sessions list...
|
commit | commitdiff | tree |
2010-12-20 |
Nicholas Marriott | Use pointer rather than index for the client's last...
|
commit | commitdiff | tree |
2010-12-20 |
Nicholas Marriott | Unify the way sessions are used by callbacks - store...
|
commit | commitdiff | tree |
2010-12-19 |
Nicholas Marriott | Don't nuke the index counter when a session group comes up.
|
commit | commitdiff | tree |
2010-12-19 |
Nicholas Marriott | Add other-pane-height and other-pane-width options...
|
commit | commitdiff | tree |
2010-12-13 |
Nicholas Marriott | Read ${X} environment variables in strings and $HOME...
|
commit | commitdiff | tree |
2010-12-11 |
Nicholas Marriott | Track the last session for a client and add a flag...
|
commit | commitdiff | tree |
2010-12-11 |
Nicholas Marriott | Fix rectangle copy to behave like emacs - the cursor...
|
commit | commitdiff | tree |
2010-12-11 |
Nicholas Marriott | Oops, these functions return a const char *, so make...
|
commit | commitdiff | tree |
2010-12-11 |
Nicholas Marriott | Make the prompt history global for all clients which...
|
commit | commitdiff | tree |
2010-12-10 |
Nicholas Marriott | Rephrase a confusing sentence.
|
commit | commitdiff | tree |
2010-12-08 |
Nicholas Marriott | In the built-in layouts, distribute the panes more...
|
commit | commitdiff | tree |
2010-12-06 |
Nicholas Marriott | Add an option to alert (monitor) for silence (lack...
|
commit | commitdiff | tree |
2010-11-29 |
Nicholas Marriott | If VISUAL or EDITOR contains "vi", configure mode-keys...
|
commit | commitdiff | tree |
2010-11-22 |
Nicholas Marriott | There is somewhere that WINDOW_HIDDEN is getting set...
|
commit | commitdiff | tree |
2010-11-15 |
Nicholas Marriott | Show more window and pane flags in list-* output, and...
|
commit | commitdiff | tree |
2010-11-14 |
Nicholas Marriott | Update man page for update-environment.
|
commit | commitdiff | tree |
2010-11-14 |
Nicholas Marriott | Don't allow last and active window to become the same...
|
commit | commitdiff | tree |
2010-11-11 |
Nicholas Marriott | Add XAUTHORITY to update-environment, requested by...
|
commit | commitdiff | tree |
2010-11-11 |
Nicholas Marriott | Flag to flush all key bindings from Rob Paisley.
|
commit | commitdiff | tree |
2010-11-11 |
Nicholas Marriott | Declaration in header should be extern.
|
commit | commitdiff | tree |
2010-11-01 |
Nicholas Marriott | Typo, from Rob Paisley.
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Marriott | We now send argv to the server after parsing it in...
|
commit | commitdiff | tree |
2010-10-23 |
Nicholas Marriott | Add a last-pane command (bound to ; by default). Requested...
|
commit | commitdiff | tree |
2010-10-23 |
Nicholas Marriott | When removing a pane, don't change the active pane...
|
commit | commitdiff | tree |
2010-10-20 |
Nicholas Marriott | Mark repeating keys with "(repeat)" in the key list.
|
commit | commitdiff | tree |
2010-10-18 |
Nicholas Marriott | Merge the before and after attach client code into...
|
commit | commitdiff | tree |
2010-10-16 |
Nicholas Marriott | Make stdio blocking again before calling shell command...
|
commit | commitdiff | tree |
2010-10-16 |
Nicholas Marriott | Trying to set FD_CLOEXEC on every fd is a lost cause...
|
commit | commitdiff | tree |
2010-10-16 |
Nicholas Marriott | Fall back on normal session choice method if $TMUX...
|
commit | commitdiff | tree |
2010-10-14 |
Nicholas Marriott | Use an explicit event rather than event_once for the...
|
commit | commitdiff | tree |
2010-10-14 |
Nicholas Marriott | Treat the meta bit in the xterm extended modifier key...
|
commit | commitdiff | tree |
2010-10-14 |
Nicholas Marriott | Put "or" on new line from command with .Ic.
|
commit | commitdiff | tree |
2010-10-09 |
Nicholas Marriott | Set cause when failing due to linking a window to itself...
|
commit | commitdiff | tree |
2010-10-05 |
Nicholas Marriott | Skip NULL entries in the sessions list when choosing...
|
commit | commitdiff | tree |
2010-09-28 |
Nicholas Marriott | Nuke a leftover RB tree declaration spotted by blambert.
|
commit | commitdiff | tree |
2010-09-26 |
Nicholas Marriott | Two new options:
|
commit | commitdiff | tree |
2010-09-26 |
Nicholas Marriott | Modify the permissions on the socket when adding or...
|
commit | commitdiff | tree |
2010-09-25 |
Nicholas Marriott | detach-on-destroy is a session option, not server.
|
commit | commitdiff | tree |
2010-09-11 |
Nicholas Marriott | Ugh. Pass the right type into tty_term_has. Teaches...
|
commit | commitdiff | tree |
2010-09-11 |
Nicholas Marriott | Use UTF-8 line drawing characters on UTF-8 terminals...
|
commit | commitdiff | tree |
2010-09-11 |
Nicholas Marriott | Ignore terminal overrides settings without a value.
|
commit | commitdiff | tree |
2010-09-11 |
Nicholas Marriott | When resizing the copy mode screen, don't allow it...
|
commit | commitdiff | tree |
2010-09-08 |
Nicholas Marriott | Add -n and -p flags to switch-client to move to the...
|
commit | commitdiff | tree |
2010-09-08 |
Nicholas Marriott | Do not crash if the screen size is too small for the...
|
commit | commitdiff | tree |
2010-09-01 |
Nicholas Marriott | Simplify xterm modifier detection by treating as a...
|
commit | commitdiff | tree |
2010-09-01 |
Nicholas Marriott | Reset running jobs when the status line is enabled...
|
commit | commitdiff | tree |
2010-08-31 |
Nicholas Marriott | Add missing prototype.
|
commit | commitdiff | tree |
2010-08-25 |
Nicholas Marriott | When destroying a pane, reset any mode (which reenables...
|
commit | commitdiff | tree |
2010-08-23 |
Nicholas Marriott | Can't call event_del() without event_set() first -...
|
commit | commitdiff | tree |
2010-08-22 |
Nicholas Marriott | MSG_EXIT can now have a return code in the message...
|
commit | commitdiff | tree |
2010-08-19 |
Nicholas Marriott | Do not call event_del() for signals after fork(), just...
|
commit | commitdiff | tree |
2010-08-19 |
Nicholas Marriott | Do not need to dup() the tty fd sent from the client...
|
commit | commitdiff | tree |
2010-08-11 |
Nicholas Marriott | Do not allow duplicate session names to be created...
|
commit | commitdiff | tree |
2010-08-11 |
Nicholas Marriott | Handle failure to change mode, to avoid dying when...
|
commit | commitdiff | tree |
2010-08-11 |
Nicholas Marriott | Usage string fixes from Ben Boeckel.
|
commit | commitdiff | tree |
2010-08-11 |
Nicholas Marriott | Treat trying to link or move to the same window as...
|
commit | commitdiff | tree |
2010-08-11 |
Nicholas Marriott | Change the way backoff works. Instead of stopping reading...
|
commit | commitdiff | tree |
2010-08-11 |
Nicholas Marriott | Show which pane is active in the list-panes output...
|
commit | commitdiff | tree |
2010-07-28 |
Nicholas Marriott | dup() the stdin fd so it isn't closed twice (once for...
|
commit | commitdiff | tree |
2010-07-24 |
Nicholas Marriott | When changing so that the client passes its stdout...
|
commit | commitdiff | tree |
2010-07-24 |
Nicholas Marriott | kqueue(2) is currently broken when used with /dev/null...
|
commit | commitdiff | tree |
2010-07-22 |
Nicholas Marriott | Fix a crash: if remain-on-exit is set and the pane...
|
commit | commitdiff | tree |
2010-07-19 |
Nicholas Marriott | Don't return if in the current window since we may...
|
commit | commitdiff | tree |
2010-07-19 |
Nicholas Marriott | Send the \n to stdout with the message, not stderr...
|
commit | commitdiff | tree |
2010-07-14 |
Nicholas Marriott | Make pane/window wrapping more logical (so with 10...
|
commit | commitdiff | tree |
2010-07-11 |
Nicholas Marriott | Return the command client return code with MSG_EXIT...
|
commit | commitdiff | tree |
2010-06-29 |
Nicholas Marriott | Custom layouts. list-windows command displays the layout...
|
commit | commitdiff | tree |
2010-06-28 |
Nicholas Marriott | Send all three of stdin, stdout, stderr from the client...
|
commit | commitdiff | tree |
2010-06-27 |
Nicholas Marriott | Store the current working directory in the session...
|
commit | commitdiff | tree |
2010-06-27 |
Nicholas Marriott | New option, detach-on-destroy, to set what happens...
|
commit | commitdiff | tree |
2010-06-26 |
Nicholas Marriott | Use server_destroy_session() for kill-session.
|
commit | commitdiff | tree |
2010-06-26 |
Nicholas Marriott | Setting the cmdlist pointer in the bind-key to NULL...
|
commit | commitdiff | tree |
2010-06-21 |
Nicholas Marriott | Add a choose-buffer command for easier use of the paste...
|
commit | commitdiff | tree |
2010-06-21 |
Nicholas Marriott | Extend the -t:+ and -t:- window targets for next and...
|
commit | commitdiff | tree |
2010-06-21 |
Nicholas Marriott | Having a list of winlinks->alerts for each session...
|
commit | commitdiff | tree |
2010-06-21 |
Nicholas Marriott | Rename activity->alert in a couple of functions for...
|
commit | commitdiff | tree |
2010-06-21 |
Nicholas Marriott | Give tmux sockets (but not the containing folder) group
|
commit | commitdiff | tree |
2010-06-21 |
Nicholas Marriott | Ensure we overwrite UTF-8 wide characters properly...
|
commit | commitdiff | tree |