Go to file
Nicholas Marriott fecf8dc44e Remove PROMPT_HIDDEN code which is now unused. 2009-09-23 14:42:48 +00:00
Makefile Remove the internal tmux locking and instead detach each client and run the 2009-09-23 06:18:47 +00:00
array.h
attributes.c
buffer-poll.c
buffer.c A few trivial optimisations: no need to check for zero size if calling 2009-08-20 19:14:42 +00:00
cfg.c When using source-file, run the commands in the context of the source-file 2009-08-23 17:29:51 +00:00
client-fn.c Switch tmux to use imsg. This is the last major change to make the 2009-08-11 17:18:35 +00:00
client.c Support -c like sh(1) to execute a command, useful when tmux is a login 2009-09-23 12:03:30 +00:00
clock.c Permit options such as status-bg to be configured using the entire 256 colour 2009-09-10 17:16:24 +00:00
cmd-attach-session.c Infrastructure and commands to manage the environment for processes started 2009-08-08 21:52:43 +00:00
cmd-bind-key.c
cmd-break-pane.c Add a base-index session option to specify the first index checked when looking 2009-08-13 20:11:58 +00:00
cmd-choose-client.c Reference count clients and sessions rather than relying on a saved index for 2009-09-07 21:01:50 +00:00
cmd-choose-session.c Reference count clients and sessions rather than relying on a saved index for 2009-09-07 21:01:50 +00:00
cmd-choose-window.c Reference count clients and sessions rather than relying on a saved index for 2009-09-07 21:01:50 +00:00
cmd-clear-history.c
cmd-clock-mode.c Now that pane targets (-t) are supported, switch some commands to use them 2009-08-18 16:21:04 +00:00
cmd-command-prompt.c Use KEYC_NONE constant instead of 0 on init. 2009-09-21 15:32:06 +00:00
cmd-confirm-before.c The cursession member in struct cmd_ctx is always either curclient->session or 2009-08-23 16:45:00 +00:00
cmd-copy-buffer.c Use KEYC_NONE constant instead of 0 on init. 2009-09-21 15:32:06 +00:00
cmd-copy-mode.c Now that pane targets (-t) are supported, switch some commands to use them 2009-08-18 16:21:04 +00:00
cmd-delete-buffer.c
cmd-detach-client.c
cmd-display-message.c
cmd-display-panes.c Add a new display-panes command, with two options (display-panes-colour and 2009-08-31 20:46:19 +00:00
cmd-down-pane.c
cmd-find-window.c
cmd-generic.c Initialise the arg2 pointer properly (also free it when freeing the 2009-08-26 18:09:52 +00:00
cmd-has-session.c
cmd-if-shell.c Use KEYC_NONE constant instead of 0 on init. 2009-09-21 15:32:06 +00:00
cmd-kill-pane.c Move some common and untidy code for window link/unlink into generic functions 2009-09-20 17:27:18 +00:00
cmd-kill-server.c
cmd-kill-session.c
cmd-kill-window.c Move some common and untidy code for window link/unlink into generic functions 2009-09-20 17:27:18 +00:00
cmd-last-window.c
cmd-link-window.c Nuke unused variables and fix stupid error message. 2009-09-20 17:31:26 +00:00
cmd-list-buffers.c Give each paste buffer a size member instead of requiring them to be 2009-09-07 18:50:45 +00:00
cmd-list-clients.c
cmd-list-commands.c
cmd-list-keys.c
cmd-list-sessions.c
cmd-list-windows.c
cmd-list.c
cmd-load-buffer.c Give each paste buffer a size member instead of requiring them to be 2009-09-07 18:50:45 +00:00
cmd-lock-server.c
cmd-move-window.c Nuke unused variables and fix stupid error message. 2009-09-20 17:31:26 +00:00
cmd-new-session.c Use KEYC_NONE constant instead of 0 on init. 2009-09-21 15:32:06 +00:00
cmd-new-window.c Use KEYC_NONE constant instead of 0 on init. 2009-09-21 15:32:06 +00:00
cmd-next-layout.c
cmd-next-window.c
cmd-paste-buffer.c Give each paste buffer a size member instead of requiring them to be 2009-09-07 18:50:45 +00:00
cmd-previous-layout.c
cmd-previous-window.c
cmd-refresh-client.c
cmd-rename-session.c
cmd-rename-window.c
cmd-resize-pane.c
cmd-respawn-window.c Rather than constructing an entire termios struct from ttydefaults.h, just let 2009-09-16 12:35:04 +00:00
cmd-rotate-window.c
cmd-run-shell.c run-shell command to run a shell command without opening a window, sending 2009-09-20 19:15:01 +00:00
cmd-save-buffer.c Give each paste buffer a size member instead of requiring them to be 2009-09-07 18:50:45 +00:00
cmd-scroll-mode.c Now that pane targets (-t) are supported, switch some commands to use them 2009-08-18 16:21:04 +00:00
cmd-select-layout.c
cmd-select-pane.c
cmd-select-prompt.c Switch the prompt code to return an empty string when the user enters no 2009-08-13 23:44:18 +00:00
cmd-select-window.c
cmd-send-keys.c Nuke -i option which isn't used anymore. 2009-09-21 15:25:36 +00:00
cmd-send-prefix.c Permit multiple prefix keys to be defined, separated by commas, for example: 2009-09-22 12:38:10 +00:00
cmd-server-info.c Reference count clients and sessions rather than relying on a saved index for 2009-09-07 21:01:50 +00:00
cmd-set-buffer.c Give each paste buffer a size member instead of requiring them to be 2009-09-07 18:50:45 +00:00
cmd-set-environment.c Add flags for 1+2 and 2 arguments to the generic target code, use it for 2009-08-11 12:53:37 +00:00
cmd-set-option.c Remove the internal tmux locking and instead detach each client and run the 2009-09-23 06:18:47 +00:00
cmd-set-window-option.c Permit multiple prefix keys to be defined, separated by commas, for example: 2009-09-22 12:38:10 +00:00
cmd-show-buffer.c Give each paste buffer a size member instead of requiring them to be 2009-09-07 18:50:45 +00:00
cmd-show-environment.c Infrastructure and commands to manage the environment for processes started 2009-08-08 21:52:43 +00:00
cmd-show-options.c Move common code from show-options and show-window-options into a function. 2009-09-21 14:46:47 +00:00
cmd-show-window-options.c Move common code from show-options and show-window-options into a function. 2009-09-21 14:46:47 +00:00
cmd-source-file.c Use KEYC_NONE constant instead of 0 on init. 2009-09-21 15:32:06 +00:00
cmd-split-window.c Use KEYC_NONE constant instead of 0 on init. 2009-09-21 15:32:06 +00:00
cmd-start-server.c
cmd-string.c Infrastructure and commands to manage the environment for processes started 2009-08-08 21:52:43 +00:00
cmd-suspend-client.c
cmd-swap-pane.c
cmd-swap-window.c
cmd-switch-client.c
cmd-unbind-key.c
cmd-unlink-window.c Nuke unused variables and fix stupid error message. 2009-09-20 17:31:26 +00:00
cmd-up-pane.c
cmd.c Remove the internal tmux locking and instead detach each client and run the 2009-09-23 06:18:47 +00:00
colour.c Permit options such as status-bg to be configured using the entire 256 colour 2009-09-10 17:16:24 +00:00
environ.c Nuke a dead variable found with clang and an unused declaration with lint. 2009-08-09 15:17:50 +00:00
grid-view.c
grid.c Stick line length to what is actually used (removing an optimization that 2009-09-15 15:14:09 +00:00
imsg-buffer.c Enclose repeated buffer draining code in a new msgbuf_drain() 2009-09-15 18:12:51 +00:00
imsg.c Switch tmux to use imsg. This is the last major change to make the 2009-08-11 17:18:35 +00:00
imsg.h Enclose repeated buffer draining code in a new msgbuf_drain() 2009-09-15 18:12:51 +00:00
input-keys.c
input.c Nuke unused variable. 2009-08-20 10:48:25 +00:00
key-bindings.c Add a new display-panes command, with two options (display-panes-colour and 2009-08-31 20:46:19 +00:00
key-string.c
layout-set.c
layout.c
log.c
mode-key.c Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kalle 2009-09-02 06:33:20 +00:00
names.c Regularise some fatal messages. 2009-09-20 14:58:12 +00:00
options-cmd.c Permit multiple prefix keys to be defined, separated by commas, for example: 2009-09-22 12:38:10 +00:00
options.c Permit multiple prefix keys to be defined, separated by commas, for example: 2009-09-22 12:38:10 +00:00
paste.c Regularise some fatal messages. 2009-09-20 14:58:12 +00:00
procname.c Nuke a dead variable found with clang and an unused declaration with lint. 2009-08-09 15:17:50 +00:00
resize.c
screen-redraw.c Permit options such as status-bg to be configured using the entire 256 colour 2009-09-10 17:16:24 +00:00
screen-write.c Stick line length to what is actually used (removing an optimization that 2009-09-15 15:14:09 +00:00
screen.c
server-fn.c Remove the internal tmux locking and instead detach each client and run the 2009-09-23 06:18:47 +00:00
server-msg.c Support -c like sh(1) to execute a command, useful when tmux is a login 2009-09-23 12:03:30 +00:00
server.c On SIGTERM, just abandon any suspended/locked clients and leave them to it, 2009-09-23 08:21:57 +00:00
session.c Regularise some fatal messages. 2009-09-20 14:58:12 +00:00
status.c Remove PROMPT_HIDDEN code which is now unused. 2009-09-23 14:42:48 +00:00
tmux.1 Support -c like sh(1) to execute a command, useful when tmux is a login 2009-09-23 12:03:30 +00:00
tmux.c Support -c like sh(1) to execute a command, useful when tmux is a login 2009-09-23 12:03:30 +00:00
tmux.h Remove PROMPT_HIDDEN code which is now unused. 2009-09-23 14:42:48 +00:00
tty-keys.c Regularise some fatal messages. 2009-09-20 14:58:12 +00:00
tty-term.c Check the return value of strunvis against -1 not NULL. 2009-08-23 11:40:05 +00:00
tty.c Support -c like sh(1) to execute a command, useful when tmux is a login 2009-09-23 12:03:30 +00:00
utf8.c
window-choose.c Permit options such as status-bg to be configured using the entire 256 colour 2009-09-10 17:16:24 +00:00
window-clock.c
window-copy.c Permit options such as status-bg to be configured using the entire 256 colour 2009-09-10 17:16:24 +00:00
window-more.c Permit options such as status-bg to be configured using the entire 256 colour 2009-09-10 17:16:24 +00:00
window-scroll.c Permit options such as status-bg to be configured using the entire 256 colour 2009-09-10 17:16:24 +00:00
window.c Regularise some fatal messages. 2009-09-20 14:58:12 +00:00
xmalloc.c