array.h
Shut up gcc4 warnings.
2010-06-05 16:32:22 +00:00
attributes.c
Accept (and document) "none" instead of "default" for attributes as it
2010-05-14 18:56:21 +00:00
cfg.c
Allow the config file parser and source-file to return "don't exit" to
2010-12-29 21:28:32 +00:00
client.c
Merge the before and after attach client code into one in client.c
2010-10-18 20:00:02 +00:00
clock.c
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
2009-12-03 22:50:09 +00:00
cmd-attach-session.c
Don't reset the activity timer for unattached sessions every second,
2011-01-01 01:12:09 +00:00
cmd-bind-key.c
Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed
2010-06-26 18:20:53 +00:00
cmd-break-pane.c
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
2009-12-03 22:50:09 +00:00
cmd-capture-pane.c
Remove some unused defines.
2010-12-30 23:20:13 +00:00
cmd-choose-buffer.c
Remove unused variable.
2011-01-01 00:44:24 +00:00
cmd-choose-client.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-choose-session.c
Store sessions in an RB tree by name rather than a list, this is tidier
2010-12-21 22:37:59 +00:00
cmd-choose-window.c
Add a function to create window flags rather than doing the same thing
2010-12-30 21:35:17 +00:00
cmd-clear-history.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-clock-mode.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-command-prompt.c
Identical behaviour to select-prompt can now be obtained with
2010-05-05 23:24:23 +00:00
cmd-confirm-before.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-copy-mode.c
Handle failure to change mode, to avoid dying when switching into copy
2010-08-11 07:41:05 +00:00
cmd-delete-buffer.c
Change from a per-session stack of buffers to one global stack which is
2010-12-30 23:16:18 +00:00
cmd-detach-client.c
Support attaching a client read-only with a new -r flag to the attach-session
2010-02-06 22:55:31 +00:00
cmd-display-message.c
Add a -p flag to display-message to print the output rather than displaying in
2009-11-24 19:16:11 +00:00
cmd-display-panes.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-find-window.c
Unify the way sessions are used by callbacks - store the address and use
2010-12-20 00:03:55 +00:00
cmd-generic.c
Change from a per-session stack of buffers to one global stack which is
2010-12-30 23:16:18 +00:00
cmd-has-session.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-if-shell.c
When changing so that the client passes its stdout and stderr as well as
2010-07-24 20:11:59 +00:00
cmd-join-pane.c
Usage string fixes from Ben Boeckel.
2010-08-11 07:38:00 +00:00
cmd-kill-pane.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-kill-server.c
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
2009-11-26 21:37:13 +00:00
cmd-kill-session.c
Use server_destroy_session() for kill-session.
2010-06-26 23:55:50 +00:00
cmd-kill-window.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-last-pane.c
Add a last-pane command (bound to ; by default). Requested ages ago by
2010-10-23 13:04:34 +00:00
cmd-last-window.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-link-window.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-list-buffers.c
Change from a per-session stack of buffers to one global stack which is
2010-12-30 23:16:18 +00:00
cmd-list-clients.c
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
2009-11-26 21:37:13 +00:00
cmd-list-commands.c
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
2009-11-26 21:37:13 +00:00
cmd-list-keys.c
Mark repeating keys with "(repeat)" in the key list.
2010-10-20 18:20:36 +00:00
cmd-list-panes.c
Show more window and pane flags in list-* output, and put layout on the
2010-11-15 06:52:11 +00:00
cmd-list-sessions.c
Store sessions in an RB tree by name rather than a list, this is tidier
2010-12-21 22:37:59 +00:00
cmd-list-windows.c
Show more window and pane flags in list-* output, and put layout on the
2010-11-15 06:52:11 +00:00
cmd-list.c
We now send argv to the server after parsing it in the client to get the
2010-10-29 20:11:57 +00:00
cmd-load-buffer.c
Change from a per-session stack of buffers to one global stack which is
2010-12-30 23:16:18 +00:00
cmd-lock-client.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-lock-server.c
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
2009-11-26 21:37:13 +00:00
cmd-lock-session.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-move-window.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-new-session.c
Don't reset the activity timer for unattached sessions every second,
2011-01-01 01:12:09 +00:00
cmd-new-window.c
Add a -P option to new-window and split-window to print the new window
2011-01-01 01:33:07 +00:00
cmd-next-layout.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-next-window.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-paste-buffer.c
Change from a per-session stack of buffers to one global stack which is
2010-12-30 23:16:18 +00:00
cmd-pipe-pane.c
Trying to set FD_CLOEXEC on every fd is a lost cause, just use
2010-10-16 08:31:55 +00:00
cmd-previous-layout.c
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
2009-12-03 22:50:09 +00:00
cmd-previous-window.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-refresh-client.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-rename-session.c
Store sessions in an RB tree by name rather than a list, this is tidier
2010-12-21 22:37:59 +00:00
cmd-rename-window.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-resize-pane.c
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
2009-12-03 22:50:09 +00:00
cmd-respawn-window.c
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
2009-12-03 22:50:09 +00:00
cmd-rotate-window.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-run-shell.c
When changing so that the client passes its stdout and stderr as well as
2010-07-24 20:11:59 +00:00
cmd-save-buffer.c
Change from a per-session stack of buffers to one global stack which is
2010-12-30 23:16:18 +00:00
cmd-select-layout.c
Custom layouts. list-windows command displays the layout as a string (such as
2010-06-29 03:30:13 +00:00
cmd-select-pane.c
Support up, down, left, right movement through panes with -UDLR flags to
2010-03-22 19:07:52 +00:00
cmd-select-window.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-send-keys.c
Pass in the session, rather than the client, to window modes' key()
2010-05-23 19:42:19 +00:00
cmd-send-prefix.c
Pass in the session, rather than the client, to window modes' key()
2010-05-23 19:42:19 +00:00
cmd-server-info.c
Another table that should be const.
2011-01-01 03:32:28 +00:00
cmd-set-buffer.c
Change from a per-session stack of buffers to one global stack which is
2010-12-30 23:16:18 +00:00
cmd-set-environment.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-set-option.c
Move the user-visible parts of all options (names, types, limit, default
2011-01-01 16:51:21 +00:00
cmd-set-window-option.c
Eliminate duplicate code and ease the passage for server-wide options by adding
2009-12-03 17:44:02 +00:00
cmd-show-buffer.c
Change from a per-session stack of buffers to one global stack which is
2010-12-30 23:16:18 +00:00
cmd-show-environment.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-show-messages.c
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
2009-12-03 22:50:09 +00:00
cmd-show-options.c
Move the user-visible parts of all options (names, types, limit, default
2011-01-01 16:51:21 +00:00
cmd-show-window-options.c
Eliminate duplicate code and ease the passage for server-wide options by adding
2009-12-03 17:44:02 +00:00
cmd-source-file.c
Allow the config file parser and source-file to return "don't exit" to
2010-12-29 21:28:32 +00:00
cmd-split-window.c
Add a -P option to new-window and split-window to print the new window
2011-01-01 01:33:07 +00:00
cmd-start-server.c
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
2009-11-26 21:37:13 +00:00
cmd-string.c
Read ${X} environment variables in strings and $HOME from the global
2010-12-13 22:53:14 +00:00
cmd-suspend-client.c
suspend-client has used -t for the client target (like everything else)
2011-01-01 11:24:45 +00:00
cmd-swap-pane.c
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
2009-12-03 22:50:09 +00:00
cmd-swap-window.c
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
2009-11-13 19:53:28 +00:00
cmd-switch-client.c
Don't reset the activity timer for unattached sessions every second,
2011-01-01 01:12:09 +00:00
cmd-unbind-key.c
Flag to flush all key bindings from Rob Paisley.
2010-11-11 20:54:06 +00:00
cmd-unlink-window.c
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
2009-12-03 22:50:09 +00:00
cmd.c
Change from a per-session stack of buffers to one global stack which is
2010-12-30 23:16:18 +00:00
colour.c
environ.c
Run job commands explicitly in the global enviroment (which can be
2010-04-04 19:02:09 +00:00
grid-utf8.c
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
2009-12-03 22:50:09 +00:00
grid-view.c
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
2009-12-03 22:50:09 +00:00
grid.c
Merge copy mode and output mode, dropping the latter. Idea and code from
2010-04-06 21:35:44 +00:00
input-keys.c
Last few tables that should be const.
2011-01-01 03:43:20 +00:00
input.c
Support all four of the xterm mouse modes. Based on a diff from hsim at
2010-12-29 21:49:06 +00:00
job.c
Trying to set FD_CLOEXEC on every fd is a lost cause, just use
2010-10-16 08:31:55 +00:00
key-bindings.c
Track the last session for a client and add a flag to switch-client and
2010-12-11 18:39:25 +00:00
key-string.c
Last few tables that should be const.
2011-01-01 03:43:20 +00:00
layout-custom.c
Custom layouts. list-windows command displays the layout as a string (such as
2010-06-29 03:30:13 +00:00
layout-set.c
Add other-pane-height and other-pane-width options, allowing the width
2010-12-19 18:35:08 +00:00
layout-string.c
Custom layouts. list-windows command displays the layout as a string (such as
2010-06-29 03:30:13 +00:00
layout.c
Custom layouts. list-windows command displays the layout as a string (such as
2010-06-29 03:30:13 +00:00
log.c
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
2009-12-03 22:50:09 +00:00
Makefile
Move the user-visible parts of all options (names, types, limit, default
2011-01-01 16:51:21 +00:00
mode-key.c
Sprinkle a little more const.
2011-01-01 03:39:21 +00:00
names.c
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
2009-12-03 22:50:09 +00:00
options-table.c
Move the user-visible parts of all options (names, types, limit, default
2011-01-01 16:51:21 +00:00
options.c
paste.c
Change from a per-session stack of buffers to one global stack which is
2010-12-30 23:16:18 +00:00
procname.c
Use sysctl() KERN_PROC2 instead of KERN_PROC, as the latter's ABI
2009-12-24 22:29:15 +00:00
resize.c
Store sessions in an RB tree by name rather than a list, this is tidier
2010-12-21 22:37:59 +00:00
screen-redraw.c
Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid
2010-09-11 16:19:22 +00:00
screen-write.c
Support all four of the xterm mouse modes. Based on a diff from hsim at
2010-12-29 21:49:06 +00:00
screen.c
Fix rectangle copy to behave like emacs - the cursor is not part of the
2010-12-11 17:56:01 +00:00
server-client.c
Don't reset the activity timer for unattached sessions every second,
2011-01-01 01:12:09 +00:00
server-fn.c
Don't reset the activity timer for unattached sessions every second,
2011-01-01 01:12:09 +00:00
server-window.c
Store sessions in an RB tree by name rather than a list, this is tidier
2010-12-21 22:37:59 +00:00
server.c
Don't reset the activity timer for unattached sessions every second,
2011-01-01 01:12:09 +00:00
session.c
Don't reset the activity timer for unattached sessions every second,
2011-01-01 01:12:09 +00:00
signal.c
Do not call event_del() for signals after fork(), just use sigaction()
2010-08-19 18:29:01 +00:00
status.c
Move the user-visible parts of all options (names, types, limit, default
2011-01-01 16:51:21 +00:00
tmux.1
suspend-client has used -t for the client target (like everything else)
2011-01-01 11:24:45 +00:00
tmux.c
Move the user-visible parts of all options (names, types, limit, default
2011-01-01 16:51:21 +00:00
tmux.h
Move the user-visible parts of all options (names, types, limit, default
2011-01-01 16:51:21 +00:00
tty-acs.c
Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid
2010-09-11 16:19:22 +00:00
tty-keys.c
Key table should be const.
2011-01-01 02:16:25 +00:00
tty-term.c
Another table that should be const.
2011-01-01 03:32:28 +00:00
tty.c
Support all four of the xterm mouse modes. Based on a diff from hsim at
2010-12-29 21:49:06 +00:00
utf8.c
window-choose.c
Support all four of the xterm mouse modes. Based on a diff from hsim at
2010-12-29 21:49:06 +00:00
window-clock.c
Pass in the session, rather than the client, to window modes' key()
2010-05-23 19:42:19 +00:00
window-copy.c
Change from a per-session stack of buffers to one global stack which is
2010-12-30 23:16:18 +00:00
window.c
Add a function to create window flags rather than doing the same thing
2010-12-30 21:35:17 +00:00
xmalloc.c
xterm-keys.c
Last few tables that should be const.
2011-01-01 03:43:20 +00:00