Go to file
2019-03-14 10:19:52 +00:00
alerts.c
arguments.c
attributes.c Support for extended underline styles on terminals which offer them, 2018-10-18 07:57:57 +00:00
cfg.c Allow multiple modes to be open in a pane. A stack of open modes is kept 2019-03-12 11:16:49 +00:00
client.c Do not use PWD unless it actually matches the real working directory. 2018-11-22 10:36:40 +00:00
cmd-attach-session.c Support for windows larger than visible on the attached client. This has 2018-10-18 08:38:01 +00:00
cmd-bind-key.c
cmd-break-pane.c Support for windows larger than visible on the attached client. This has 2018-10-18 08:38:01 +00:00
cmd-capture-pane.c Missing space in capture-pane usage, from Ben Boeckel. 2019-03-14 06:36:21 +00:00
cmd-choose-tree.c Add [template] to display-panes and choose-{buffer,client,tree} usage 2018-11-15 10:38:53 +00:00
cmd-command-prompt.c
cmd-confirm-before.c
cmd-copy-mode.c Allow multiple modes to be open in a pane. A stack of open modes is kept 2019-03-12 11:16:49 +00:00
cmd-detach-client.c
cmd-display-message.c
cmd-display-panes.c Add -b to display-panes like run-shell, GitHub issue 1559. 2019-02-06 07:36:06 +00:00
cmd-find-window.c Add -Z to find-window as well. 2018-08-20 15:00:42 +00:00
cmd-find.c When asked for a window index, return it even if the window exists. 2019-03-12 13:14:04 +00:00
cmd-has-session.c
cmd-if-shell.c Memory leaks, from Gang Fan in GitHub issue 1453. 2018-08-27 11:03:34 +00:00
cmd-join-pane.c
cmd-kill-pane.c
cmd-kill-server.c
cmd-kill-session.c
cmd-kill-window.c
cmd-list-buffers.c
cmd-list-clients.c
cmd-list-keys.c Make key trees and some other bits static. 2018-08-02 11:44:07 +00:00
cmd-list-panes.c
cmd-list-sessions.c Support for windows larger than visible on the attached client. This has 2018-10-18 08:38:01 +00:00
cmd-list-windows.c
cmd-list.c
cmd-load-buffer.c Memory leaks, from Gang Fan in GitHub issue 1453. 2018-08-27 11:03:34 +00:00
cmd-lock-server.c
cmd-move-window.c
cmd-new-session.c Fix resizing of control clients, should be ignored until SIZECHANGED flag set. 2019-03-12 13:56:30 +00:00
cmd-new-window.c Fix new-window -k, GitHub issue 1403. 2018-07-15 06:57:13 +00:00
cmd-paste-buffer.c
cmd-pipe-pane.c Clear PANE_EXITED flag when starting new child process in case the pane 2018-11-30 08:44:40 +00:00
cmd-queue.c Allow multiple modes to be open in a pane. A stack of open modes is kept 2019-03-12 11:16:49 +00:00
cmd-refresh-client.c Support for windows larger than visible on the attached client. This has 2018-10-18 08:38:01 +00:00
cmd-rename-session.c
cmd-rename-window.c
cmd-resize-pane.c Some tidying and helper functions. 2018-08-18 16:14:03 +00:00
cmd-resize-window.c Support for windows larger than visible on the attached client. This has 2018-10-18 08:38:01 +00:00
cmd-respawn-pane.c Allow multiple modes to be open in a pane. A stack of open modes is kept 2019-03-12 11:16:49 +00:00
cmd-respawn-window.c Allow multiple modes to be open in a pane. A stack of open modes is kept 2019-03-12 11:16:49 +00:00
cmd-rotate-window.c
cmd-run-shell.c Allow multiple modes to be open in a pane. A stack of open modes is kept 2019-03-12 11:16:49 +00:00
cmd-save-buffer.c Do not leak path or use it after free. 2018-07-31 13:06:44 +00:00
cmd-select-layout.c Fire notify for select-layout, from George Nachman. 2018-07-02 12:39:14 +00:00
cmd-select-pane.c Add a wrapper (struct style) around styles rather than using the 2019-03-14 09:53:52 +00:00
cmd-select-window.c
cmd-send-keys.c Allow multiple modes to be open in a pane. A stack of open modes is kept 2019-03-12 11:16:49 +00:00
cmd-send-prefix.c
cmd-set-buffer.c
cmd-set-environment.c
cmd-set-hook.c Add set-hook -R to run a hook immediately (useful to set multiple hooks 2018-07-04 12:30:52 +00:00
cmd-set-option.c Support for windows larger than visible on the attached client. This has 2018-10-18 08:38:01 +00:00
cmd-show-buffer.c
cmd-show-environment.c
cmd-show-messages.c Move job struct into job.c. 2018-08-23 15:45:05 +00:00
cmd-show-options.c
cmd-source-file.c Make server_client_get_cwd used (almost) everywhere we need to work out 2018-05-24 09:42:49 +00:00
cmd-split-window.c Support for windows larger than visible on the attached client. This has 2018-10-18 08:38:01 +00:00
cmd-string.c Expand \u and \U escape sequences in command strings, from Christopher 2018-08-19 19:03:46 +00:00
cmd-swap-pane.c Support for windows larger than visible on the attached client. This has 2018-10-18 08:38:01 +00:00
cmd-swap-window.c
cmd-switch-client.c Correctly unzoom and redraw panes in switch-client. 2018-11-06 15:13:13 +00:00
cmd-unbind-key.c
cmd-wait-for.c There is no reason wait-for has to be restricted to outside tmux. 2018-11-07 07:58:16 +00:00
cmd.c Support for windows larger than visible on the attached client. This has 2018-10-18 08:38:01 +00:00
colour.c The pane's style should be initialized to default before parsing the 2019-03-13 21:39:21 +00:00
control-notify.c evbuffer_new and bufferevent_new can both fail (when malloc fails) and 2018-11-19 13:35:40 +00:00
control.c
environ.c
format.c Tweak format_replace logging. 2019-03-13 18:09:12 +00:00
grid-view.c Add accessors for grid linedata member, for some future work. From Dan 2018-07-04 09:44:07 +00:00
grid.c Set a flag on cells are genuinely empty (cleared and never written to) 2019-03-12 23:21:45 +00:00
hooks.c
input-keys.c Support for windows larger than visible on the attached client. This has 2018-10-18 08:38:01 +00:00
input.c Add a wrapper (struct style) around styles rather than using the 2019-03-14 09:53:52 +00:00
job.c evbuffer_new and bufferevent_new can both fail (when malloc fails) and 2018-11-19 13:35:40 +00:00
key-bindings.c Support for windows larger than visible on the attached client. This has 2018-10-18 08:38:01 +00:00
key-string.c Support for windows larger than visible on the attached client. This has 2018-10-18 08:38:01 +00:00
layout-custom.c Support for windows larger than visible on the attached client. This has 2018-10-18 08:38:01 +00:00
layout-set.c Support for windows larger than visible on the attached client. This has 2018-10-18 08:38:01 +00:00
layout.c Support for windows larger than visible on the attached client. This has 2018-10-18 08:38:01 +00:00
log.c
Makefile Support for windows larger than visible on the attached client. This has 2018-10-18 08:38:01 +00:00
mode-key.c
mode-tree.c DECRC and DECSC apparently need to preserve origin mode as well, based 2019-03-12 20:02:47 +00:00
names.c
notify.c Add set-hook -R to run a hook immediately (useful to set multiple hooks 2018-07-04 12:30:52 +00:00
options-table.c Add a "terminal" colour which can be used instead of "default" in style 2018-10-25 15:13:38 +00:00
options.c Add a wrapper (struct style) around styles rather than using the 2019-03-14 09:53:52 +00:00
paste.c
proc.c
procname.c
resize.c Fix resizing of control clients, should be ignored until SIZECHANGED flag set. 2019-03-12 13:56:30 +00:00
screen-redraw.c DECRC and DECSC apparently need to preserve origin mode as well, based 2019-03-12 20:02:47 +00:00
screen-write.c Add a wrapper (struct style) around styles rather than using the 2019-03-14 09:53:52 +00:00
screen.c Do not highlight characters which will not be copied, reported by 2019-01-15 09:56:31 +00:00
server-client.c Allow multiple modes to be open in a pane. A stack of open modes is kept 2019-03-12 11:16:49 +00:00
server-fn.c DECRC and DECSC apparently need to preserve origin mode as well, based 2019-03-12 20:02:47 +00:00
server.c Move job struct into job.c. 2018-08-23 15:45:05 +00:00
session.c Support for windows larger than visible on the attached client. This has 2018-10-18 08:38:01 +00:00
status.c DECRC and DECSC apparently need to preserve origin mode as well, based 2019-03-12 20:02:47 +00:00
style.c A little tidying in style_parse. 2019-03-14 10:19:52 +00:00
tmux.1 Missing space in capture-pane usage, from Ben Boeckel. 2019-03-14 06:36:21 +00:00
tmux.c Do not use PWD unless it actually matches the real working directory. 2018-11-22 10:36:40 +00:00
tmux.h Add a wrapper (struct style) around styles rather than using the 2019-03-14 09:53:52 +00:00
tty-acs.c
tty-keys.c Do not look at next key byte if the length is 0, originally from Shingo 2019-02-16 19:04:34 +00:00
tty-term.c Support for extended underline styles on terminals which offer them, 2018-10-18 07:57:57 +00:00
tty.c Add a wrapper (struct style) around styles rather than using the 2019-03-14 09:53:52 +00:00
utf8.c
window-buffer.c DECRC and DECSC apparently need to preserve origin mode as well, based 2019-03-12 20:02:47 +00:00
window-client.c DECRC and DECSC apparently need to preserve origin mode as well, based 2019-03-12 20:02:47 +00:00
window-clock.c DECRC and DECSC apparently need to preserve origin mode as well, based 2019-03-12 20:02:47 +00:00
window-copy.c DECRC and DECSC apparently need to preserve origin mode as well, based 2019-03-12 20:02:47 +00:00
window-tree.c DECRC and DECSC apparently need to preserve origin mode as well, based 2019-03-12 20:02:47 +00:00
window.c Add a wrapper (struct style) around styles rather than using the 2019-03-14 09:53:52 +00:00
xmalloc.c
xmalloc.h
xterm-keys.c