Go to file
Nicholas Marriott 230e39ec35 Allow the config file parser and source-file to return "don't exit" to
the client to let attach work from configuration files.
2010-12-29 21:28:32 +00:00
Makefile Add a last-pane command (bound to ; by default). Requested ages ago by 2010-10-23 13:04:34 +00:00
array.h
attributes.c
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
cmd-attach-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-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
cmd-capture-pane.c
cmd-choose-buffer.c Add a choose-buffer command for easier use of the paste buffer stack. 2010-06-21 21:44:09 +00:00
cmd-choose-client.c
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 Unify the way sessions are used by callbacks - store the address and use 2010-12-20 00:03:55 +00:00
cmd-clear-history.c
cmd-clock-mode.c
cmd-command-prompt.c
cmd-confirm-before.c
cmd-copy-buffer.c
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
cmd-detach-client.c
cmd-display-message.c
cmd-display-panes.c
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
cmd-has-session.c
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
cmd-kill-server.c
cmd-kill-session.c Use server_destroy_session() for kill-session. 2010-06-26 23:55:50 +00:00
cmd-kill-window.c
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
cmd-link-window.c
cmd-list-buffers.c Add a choose-buffer command for easier use of the paste buffer stack. 2010-06-21 21:44:09 +00:00
cmd-list-clients.c
cmd-list-commands.c
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 Unify the way sessions are used by callbacks - store the address and use 2010-12-20 00:03:55 +00:00
cmd-lock-client.c
cmd-lock-server.c
cmd-lock-session.c
cmd-move-window.c
cmd-new-session.c Use pointer rather than index for the client's last session. 2010-12-20 00:17:22 +00:00
cmd-new-window.c Store the current working directory in the session, change the default-path 2010-06-27 02:56:59 +00:00
cmd-next-layout.c
cmd-next-window.c
cmd-paste-buffer.c Usage string fixes from Ben Boeckel. 2010-08-11 07:38:00 +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
cmd-previous-window.c
cmd-refresh-client.c
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
cmd-resize-pane.c
cmd-respawn-window.c
cmd-rotate-window.c
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 When changing so that the client passes its stdout and stderr as well as 2010-07-24 20:11:59 +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
cmd-select-window.c
cmd-send-keys.c
cmd-send-prefix.c
cmd-server-info.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-set-buffer.c
cmd-set-environment.c
cmd-set-option.c Add other-pane-height and other-pane-width options, allowing the width 2010-12-19 18:35:08 +00:00
cmd-set-window-option.c
cmd-show-buffer.c
cmd-show-environment.c
cmd-show-messages.c
cmd-show-options.c
cmd-show-window-options.c
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 Store the current working directory in the session, change the default-path 2010-06-27 02:56:59 +00:00
cmd-start-server.c
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
cmd-swap-pane.c
cmd-swap-window.c
cmd-switch-client.c Use pointer rather than index for the client's last session. 2010-12-20 00:17:22 +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
cmd.c Store sessions in an RB tree by name rather than a list, this is tidier 2010-12-21 22:37:59 +00:00
colour.c
environ.c
grid-utf8.c
grid-view.c
grid.c
input-keys.c
input.c Style tweaks. 2010-12-23 20:18:39 +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 Use a macro-based mask for obtaining a key or modifier-set from the 2010-06-06 19:00:13 +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
mode-key.c
names.c
options.c
paste.c Add a choose-buffer command for easier use of the paste buffer stack. 2010-06-21 21:44:09 +00:00
procname.c
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 Ensure we overwrite UTF-8 wide characters properly, and never overwrite 2010-06-21 00:11:12 +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 Use pointer rather than index for the client's last session. 2010-12-20 00:17:22 +00:00
server-fn.c server_kill_window can modify the RB tree so don't use RB_FOREACH, fixes 2010-12-23 21:56:38 +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 Store sessions in an RB tree by name rather than a list, this is tidier 2010-12-21 22:37:59 +00:00
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
signal.c Do not call event_del() for signals after fork(), just use sigaction() 2010-08-19 18:29:01 +00:00
status.c Oops, these functions return a const char *, so make the local variable 2010-12-11 16:13:15 +00:00
tmux.1 tweak previous; 2010-12-27 19:57:31 +00:00
tmux.c Add other-pane-height and other-pane-width options, allowing the width 2010-12-19 18:35:08 +00:00
tmux.h Store sessions in an RB tree by name rather than a list, this is tidier 2010-12-21 22:37:59 +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
tty-term.c Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid 2010-09-11 16:19:22 +00:00
tty.c There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't 2010-11-22 21:13:13 +00:00
utf8.c
window-choose.c
window-clock.c
window-copy.c Fix rectangle copy to behave like emacs - the cursor is not part of the 2010-12-11 17:56:01 +00:00
window.c Add an option to alert (monitor) for silence (lack of activity) in a 2010-12-06 22:51:02 +00:00
xmalloc.c
xterm-keys.c Treat the meta bit in the xterm extended modifier key set as the same as 2010-10-14 00:37:51 +00:00