compat
-sys/queue.h in proc.c, and nuke the unnecessary C++ header guards stuff and
2015-11-24 18:48:07 +00:00
examples
Update tmux.vim from Teubel Gyorgy.
2015-12-07 12:54:34 +00:00
logo
Add tmux logo, createed by Jason Long.
2015-04-28 13:46:47 +01:00
presentations
Add a couple of presentations I wrote a few years ago. One for the ill-fated
2015-06-04 08:23:40 +01:00
tools
No more $Id$.
2015-09-14 15:59:21 +01:00
.gitignore
Ignore .dirstamp files
2013-10-05 12:45:24 +01:00
.mailmap
Add to .mailmap, and sort.
2015-12-08 08:46:06 +00:00
.travis.yml
TRAVIS-CI: correct path to configure
2015-05-17 14:39:04 +01:00
alerts.c
Fix bell indicators across detach, reported by Torbjorn Lonnemark, diff
2015-12-07 09:47:41 +00:00
arguments.c
Merge branch 'obsd-master'
2015-11-27 15:41:28 +00:00
array.h
$Id$ -> $OpenBSD$.
2015-06-03 18:35:44 +01:00
attributes.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
autogen.sh
Remove $Id$.
2015-06-03 18:26:25 +01:00
cfg.c
Merge branch 'obsd-master'
2015-11-18 16:01:23 +00:00
CHANGES
Update for 2.1 release.
2015-10-18 18:10:43 +01:00
client.c
Merge branch 'obsd-master'
2015-11-25 16:37:30 +00:00
cmd-attach-session.c
Add infrastructure to work out the best target given a pane or window
2015-12-16 21:50:37 +00:00
cmd-bind-key.c
Use member names in cmd_entry definitions so I stop getting confused
2015-12-13 21:53:57 +00:00
cmd-break-pane.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-capture-pane.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-choose-buffer.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-choose-client.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-choose-tree.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-clear-history.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-command-prompt.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-confirm-before.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-copy-mode.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-detach-client.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-display-message.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-display-panes.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-find-window.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-find.c
Merge branch 'obsd-master'
2015-12-17 00:01:08 +00:00
cmd-if-shell.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-join-pane.c
Merge branch 'obsd-master'
2015-12-14 01:30:15 +00:00
cmd-kill-pane.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-kill-server.c
Use member names in cmd_entry definitions so I stop getting confused
2015-12-13 21:53:57 +00:00
cmd-kill-session.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-kill-window.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-list-buffers.c
Use member names in cmd_entry definitions so I stop getting confused
2015-12-13 21:53:57 +00:00
cmd-list-clients.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-list-keys.c
Allow list-keys and list-commands to be run without a running server.
2015-12-15 00:52:17 +00:00
cmd-list-panes.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-list-sessions.c
Use member names in cmd_entry definitions so I stop getting confused
2015-12-13 21:53:57 +00:00
cmd-list-windows.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-list.c
Do not set a limit on the length of commands when printing them.
2015-11-27 15:06:43 +00:00
cmd-load-buffer.c
Use member names in cmd_entry definitions so I stop getting confused
2015-12-13 21:53:57 +00:00
cmd-lock-server.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-move-window.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-new-session.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-new-window.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-paste-buffer.c
Merge branch 'obsd-master'
2015-12-14 01:30:15 +00:00
cmd-pipe-pane.c
Merge branch 'obsd-master'
2015-12-14 01:30:15 +00:00
cmd-queue.c
Add infrastructure to work out the best target given a pane or window
2015-12-16 21:50:37 +00:00
cmd-refresh-client.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-rename-session.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-rename-window.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-resize-pane.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-respawn-pane.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-respawn-window.c
Add infrastructure to work out the best target given a pane or window
2015-12-16 21:50:37 +00:00
cmd-rotate-window.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-run-shell.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-save-buffer.c
Merge branch 'obsd-master'
2015-12-13 23:46:58 +00:00
cmd-select-layout.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-select-pane.c
Make the marked pane a cmd_find_state.
2015-12-15 00:00:01 +00:00
cmd-select-window.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-send-keys.c
send-keys -R should reset the input parser to ground state (so it can be
2015-12-16 22:05:35 +00:00
cmd-set-buffer.c
Use member names in cmd_entry definitions so I stop getting confused
2015-12-13 21:53:57 +00:00
cmd-set-environment.c
showenv and setenv need to be CANFAIL.
2015-12-16 21:47:00 +00:00
cmd-set-hook.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-set-option.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-show-environment.c
showenv and setenv need to be CANFAIL.
2015-12-16 21:47:00 +00:00
cmd-show-messages.c
Merge branch 'obsd-master'
2015-12-14 01:30:15 +00:00
cmd-show-options.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-source-file.c
Use member names in cmd_entry definitions so I stop getting confused
2015-12-13 21:53:57 +00:00
cmd-split-window.c
Merge branch 'obsd-master'
2015-12-14 01:30:15 +00:00
cmd-string.c
Like options, move the environ struct into environ.c.
2015-10-28 09:51:55 +00:00
cmd-swap-pane.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-swap-window.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-switch-client.c
Instead of combined flags for -c, -s, -t, split into different sets
2015-12-14 00:31:54 +00:00
cmd-unbind-key.c
Use member names in cmd_entry definitions so I stop getting confused
2015-12-13 21:53:57 +00:00
cmd-wait-for.c
Use member names in cmd_entry definitions so I stop getting confused
2015-12-13 21:53:57 +00:00
cmd.c
Merge branch 'obsd-master'
2015-12-15 00:01:08 +00:00
colour.c
Use ints for the calculations rather than u_char, they could end up
2015-06-05 22:50:27 +00:00
compat.h
Add __unused, will be needed shortly.
2015-11-18 14:37:08 +00:00
configure.ac
Need to use pkg-config --static when doing a static build.
2015-12-12 22:04:25 +00:00
control-notify.c
Add cmdq as an argument to format_create and add a format for the
2015-12-11 12:27:36 +00:00
control.c
Use __unused rather than rolling our own.
2015-11-18 14:27:44 +00:00
COPYING
Add a COPYING file, suggested by Dagobert Michelsen.
2013-05-31 12:59:17 +01:00
environ.c
Make environ_set va_args and use it to tidy up some calls. Also add a
2015-11-24 23:46:15 +00:00
FAQ
Note version this happened.
2015-06-04 08:47:23 +01:00
format.c
Merge branch 'obsd-master'
2015-12-12 20:01:15 +00:00
grid-view.c
Two spacing and spelling nits.
2015-11-13 12:18:52 +00:00
grid.c
Don't leak extddata, memset after freeing it, not before. From Patrick
2015-11-22 19:42:57 +00:00
hooks.c
Add infrastructure to work out the best target given a pane or window
2015-12-16 21:50:37 +00:00
input-keys.c
Merge branch 'obsd-master'
2015-12-12 20:01:15 +00:00
input.c
send-keys -R should reset the input parser to ground state (so it can be
2015-12-16 22:05:35 +00:00
job.c
Merge branch 'obsd-master'
2015-11-18 16:01:23 +00:00
key-bindings.c
Support UTF-8 key bindings by expanding the key type from int to
2015-11-12 11:05:34 +00:00
key-string.c
Allow prefix and prefix2 to be set to None to disable (useful if you
2015-12-12 18:19:00 +00:00
layout-custom.c
Always format real layout even when zoomed.
2015-04-21 22:38:49 +00:00
layout-set.c
Move struct options into options.c.
2015-10-27 15:58:42 +00:00
layout.c
Style nits and line wrapping of function declarations.
2015-12-11 16:37:21 +00:00
log.c
Remove some stray debug code.
2015-12-14 00:32:19 +00:00
Makefile.am
Conflicts:
2015-12-08 07:11:09 +00:00
mdoc2man.awk
Generate tmux.1 using mdoc2man.awk on Solaris, issue brought up and changes
2013-04-16 11:33:53 +01:00
mode-key.c
Support UTF-8 key bindings by expanding the key type from int to
2015-11-12 11:05:34 +00:00
names.c
Add cmdq as an argument to format_create and add a format for the
2015-12-11 12:27:36 +00:00
notify.c
Merge branch 'obsd-master'
2015-06-07 23:42:25 +01:00
options-table.c
Merge branch 'obsd-master'
2015-12-12 20:01:15 +00:00
options.c
We cannot do hooks_find and then hooks_remove because it might have come
2015-12-11 15:46:57 +00:00
osdep-aix.c
unused -> __unused.
2015-11-18 16:45:44 +00:00
osdep-cygwin.c
unused -> __unused.
2015-11-18 16:45:44 +00:00
osdep-darwin.c
unused -> __unused.
2015-11-18 16:45:44 +00:00
osdep-dragonfly.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
osdep-freebsd.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
osdep-hpux.c
unused -> __unused.
2015-11-18 16:45:44 +00:00
osdep-linux.c
unused -> __unused.
2015-11-18 16:45:44 +00:00
osdep-netbsd.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
osdep-openbsd.c
Merge branch 'obsd-master'
2015-01-16 19:17:31 +00:00
osdep-sunos.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
osdep-unknown.c
unused -> __unused.
2015-11-18 16:45:44 +00:00
paste.c
Merge branch 'obsd-master'
2015-11-12 12:01:17 +00:00
proc.c
Merge branch 'obsd-master'
2015-12-05 14:01:09 +00:00
README
README: Clarify SYNCING is under the ISC
2015-06-28 12:01:19 +01:00
resize.c
Move struct options into options.c.
2015-10-27 15:58:42 +00:00
screen-redraw.c
Make the marked pane a cmd_find_state.
2015-12-15 00:00:01 +00:00
screen-write.c
Style nits and line wrapping of function declarations.
2015-12-11 16:37:21 +00:00
screen.c
Count brackets in #{?...} so that nested conditional formats work, from
2015-10-27 09:28:31 +00:00
server-client.c
Merge branch 'obsd-master'
2015-12-17 00:01:08 +00:00
server-fn.c
Merge branch 'obsd-master'
2015-12-17 00:01:08 +00:00
server.c
Merge branch 'obsd-master'
2015-12-17 00:01:08 +00:00
session.c
Conflicts:
2015-12-08 07:11:09 +00:00
signal.c
Break the common process set up, event loop and imsg dispatch code
2015-10-27 13:23:24 +00:00
status.c
Style nits and line wrapping of function declarations.
2015-12-11 16:37:21 +00:00
style.c
When the active pane changes, redraw panes if the style has
2015-09-14 11:34:50 +00:00
SYNCING
SYNCING: Few tweaks
2015-06-04 10:35:40 +01:00
tmux.1
Merge branch 'obsd-master'
2015-12-17 00:01:08 +00:00
tmux.c
Conflicts:
2015-12-08 07:11:09 +00:00
tmux.h
Merge branch 'obsd-master'
2015-12-17 00:01:08 +00:00
TODO
Add to TODO.
2015-12-03 14:43:24 +00:00
tty-acs.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
tty-keys.c
Allow prefix and prefix2 to be set to None to disable (useful if you
2015-12-12 18:19:00 +00:00
tty-term.c
Merge branch 'master' of github.com:tmux/tmux
2015-12-11 19:59:08 +00:00
tty.c
Style nits and line wrapping of function declarations.
2015-12-11 16:37:21 +00:00
utf8.c
Merge branch 'obsd-master'
2015-11-21 14:24:33 +00:00
window-choose.c
Style nits and line wrapping of function declarations.
2015-12-11 16:37:21 +00:00
window-clock.c
Use __unused rather than rolling our own.
2015-11-18 14:27:44 +00:00
window-copy.c
Add cmdq as an argument to format_create and add a format for the
2015-12-11 12:27:36 +00:00
window.c
Merge branch 'obsd-master'
2015-12-17 00:01:08 +00:00
xmalloc.c
Sync the entire xmalloc.[ch] with the other users, but with the addition
2015-11-18 13:06:54 +00:00
xmalloc.h
Sync the entire xmalloc.[ch] with the other users, but with the addition
2015-11-18 13:06:54 +00:00
xterm-keys.c
Support UTF-8 key bindings by expanding the key type from int to
2015-11-12 11:05:34 +00:00