Go to file
Nicholas Marriott beb6db9b5f Checking for particular options and redrawing is not necessary as we
already redraw unconditionally.
2011-03-29 21:07:08 +00:00
Makefile Accept colours of the hex form #ffffff and translate to the nearest from 2011-01-08 00:48:54 +00:00
arguments.c Free old argument even if setting to NULL. 2011-01-30 12:09:30 +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 Add a -P option to detach to HUP the client's parent process (usually 2011-03-03 08:51:47 +00:00
clock.c
cmd-attach-session.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-bind-key.c Fix bind-key -t. 2011-01-15 20:14:41 +00:00
cmd-break-pane.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-capture-pane.c Allow a start and end line to be specified for capture-pane which may be 2011-03-28 20:17:39 +00:00
cmd-choose-buffer.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-choose-client.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-choose-session.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-choose-window.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-clear-history.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-clock-mode.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-command-prompt.c Whoops, command-prompt can take 0 or 1 argument. 2011-01-05 22:38:28 +00:00
cmd-confirm-before.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-copy-mode.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-delete-buffer.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-detach-client.c Add a -P option to detach to HUP the client's parent process (usually 2011-03-03 08:51:47 +00:00
cmd-display-message.c Change -t on display-message to be target-pane for the #[A-Z] 2011-03-29 19:30:16 +00:00
cmd-display-panes.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-find-window.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-has-session.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-if-shell.c Simplify the way jobs work and drop the persist type, so all jobs are 2011-01-26 01:54:56 +00:00
cmd-join-pane.c While here, maximum percentage is 100 not INT_MAX. Oops. 2011-01-23 15:49:10 +00:00
cmd-kill-pane.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-kill-server.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-kill-session.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-kill-window.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-link-window.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-list-buffers.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-list-clients.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-list-commands.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-list-keys.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-list-panes.c Add -a and -s options to lsp to list all panes in the server or session 2011-03-28 23:13:00 +00:00
cmd-list-sessions.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-list-windows.c Add -a and -s options to lsp to list all panes in the server or session 2011-03-28 23:13:00 +00:00
cmd-list.c
cmd-load-buffer.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-lock-server.c Now that parsing is common, merge some of the small, related commands 2011-01-04 02:03:41 +00:00
cmd-move-window.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-new-session.c Don't require -d with -x or -y since it could be in the config file. 2011-02-03 20:50:03 +00:00
cmd-new-window.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-paste-buffer.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-pipe-pane.c Change -t on display-message to be target-pane for the #[A-Z] 2011-03-29 19:30:16 +00:00
cmd-refresh-client.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-rename-session.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-rename-window.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-resize-pane.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-respawn-window.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-rotate-window.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-run-shell.c Simplify the way jobs work and drop the persist type, so all jobs are 2011-01-26 01:54:56 +00:00
cmd-save-buffer.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-select-layout.c Now that parsing is common, merge some of the small, related commands 2011-01-04 02:03:41 +00:00
cmd-select-pane.c Redraw pane borders when switching to last pane. 2011-01-31 20:54:42 +00:00
cmd-select-window.c Now that parsing is common, merge some of the small, related commands 2011-01-04 02:03:41 +00:00
cmd-send-keys.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-send-prefix.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-server-info.c Simplify the way jobs work and drop the persist type, so all jobs are 2011-01-26 01:54:56 +00:00
cmd-set-buffer.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-set-environment.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-set-option.c Checking for particular options and redrawing is not necessary as we 2011-03-29 21:07:08 +00:00
cmd-show-buffer.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-show-environment.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-show-messages.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-show-options.c Now that parsing is common, merge some of the small, related commands 2011-01-04 02:03:41 +00:00
cmd-source-file.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-split-window.c Size on split-window is -l not -s. Doh. 2011-02-10 12:12:14 +00:00
cmd-start-server.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +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 Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-swap-pane.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-swap-window.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-switch-client.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd-unbind-key.c unbind-key -a is allowed no arguments. 2011-01-10 21:28:47 +00:00
cmd-unlink-window.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
cmd.c Give each pane created in a tmux server a unique id (starting from 0), 2011-03-27 20:27:26 +00:00
colour.c Accept colours of the hex form #ffffff and translate to the nearest from 2011-01-08 00:48:54 +00:00
environ.c
grid-utf8.c
grid-view.c When clearing the entire screen, clear lines that are used into the 2011-01-25 23:40:26 +00:00
grid.c
input-keys.c Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 2011-01-03 23:35:21 +00:00
input.c Support passing through escape sequences to the underlying terminal by 2011-03-07 23:46:27 +00:00
job.c Simplify the way jobs work and drop the persist type, so all jobs are 2011-01-26 01:54:56 +00:00
key-bindings.c Clean up and simplify tmux command argument parsing. 2011-01-04 00:42:46 +00:00
key-string.c Allow top-bit-set characters to be used for key bindings, from Tiago 2011-01-23 11:04:25 +00:00
layout-custom.c
layout-set.c Prevent tiled producing a corrupt layout when only one column is needed, 2011-03-07 23:55:16 +00:00
layout-string.c
layout.c
log.c
mode-key.c Sprinkle a little more const. 2011-01-01 03:39:21 +00:00
names.c
options-table.c The maximum history-limit was accidentally reduced, fix it back to INT_MAX. 2011-01-13 13:38:57 +00:00
options.c
paste.c Style: uint -> u_int and a missing else. 2011-03-28 19:44:31 +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
screen-write.c Fix to properly wrap wide characters, from Micah Cowan. 2011-03-26 19:07:33 +00:00
screen.c
server-client.c Change -t on display-message to be target-pane for the #[A-Z] 2011-03-29 19:30:16 +00:00
server-fn.c Set $TMUX without the session when background jobs are run. 2011-01-23 11:03:43 +00:00
server-window.c Unused declaration. 2011-01-26 02:55:34 +00:00
server.c Give each pane created in a tmux server a unique id (starting from 0), 2011-03-27 20:27:26 +00:00
session.c Check if the index is in use and fail before creating the child process, 2011-01-25 22:31:50 +00:00
signal.c
status.c Change -t on display-message to be target-pane for the #[A-Z] 2011-03-29 19:30:16 +00:00
tmux.1 Change -t on display-message to be target-pane for the #[A-Z] 2011-03-29 19:30:16 +00:00
tmux.c Two fixes by Micah Cowan: make mouse work properly beyond >127 on signed 2011-03-04 23:26:44 +00:00
tmux.h Change -t on display-message to be target-pane for the #[A-Z] 2011-03-29 19:30:16 +00:00
tty-acs.c
tty-keys.c Two fixes by Micah Cowan: make mouse work properly beyond >127 on signed 2011-03-04 23:26:44 +00:00
tty-term.c Use LIST_* not SLIST_*. 2011-01-26 00:11:47 +00:00
tty.c Set the terminal blocking again earlier, before sending the reset 2011-03-27 20:36:19 +00:00
utf8.c Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 2011-01-03 23:35:21 +00:00
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
window-copy.c Style: uint -> u_int and a missing else. 2011-03-28 19:44:31 +00:00
window.c Give each pane created in a tmux server a unique id (starting from 0), 2011-03-27 20:27:26 +00:00
xmalloc.c
xterm-keys.c Don't include meta twice when working out the flags to output for 2011-03-27 20:31:25 +00:00