compat
Update imsg*.[ch] from OpenBSD, including bzero->memset.
2015-07-12 19:46:58 +01:00
examples
Remove monitor-content options which have been removed, from Guy Hughes.
2015-06-20 08:43:55 +01: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
Remove old tools.
2015-06-04 08:25:39 +01:00
.gitignore
Ignore .dirstamp files
2013-10-05 12:45:24 +01:00
.mailmap
Spaces -> tabs.
2015-06-04 11:40:27 +01:00
.travis.yml
TRAVIS-CI: correct path to configure
2015-05-17 14:39:04 +01:00
arguments.c
Check for flock in libbsd for AIX, and remove some getopt.h includes. From J
2015-07-13 14:19:50 +01: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-06-07 23:42:25 +01:00
CHANGES
No $Id$.
2015-06-04 00:38:01 +01:00
client.c
Merge branch 'obsd-master'
2015-06-14 12:01:10 +01:00
cmd-attach-session.c
Update environment with -E when attach-session used on an already
2015-07-06 14:24:57 +00:00
cmd-bind-key.c
Support for multiple key tables to commands to be bound to sequences of
2015-04-20 15:34:56 +00:00
cmd-break-pane.c
Change break-pane to take target and source panes (-t and -s) in line
2015-06-17 19:56:08 +00:00
cmd-capture-pane.c
Move input parser structs into input.c (removing fairly useless
2015-05-08 16:18:04 +00:00
cmd-choose-buffer.c
Rewrite of the target resolution internals to be simpler and more
2015-04-27 16:25:57 +00:00
cmd-choose-client.c
Rewrite of the target resolution internals to be simpler and more
2015-04-27 16:25:57 +00:00
cmd-choose-tree.c
Rewrite of the target resolution internals to be simpler and more
2015-04-27 16:25:57 +00:00
cmd-clear-history.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-command-prompt.c
Rewrite of tmux mouse support which was a mess. Instead of having
2015-04-19 21:34:21 +00:00
cmd-confirm-before.c
Change deref to the more sensible unref, and add a couple I missed before.
2015-06-05 18:06:30 +00:00
cmd-copy-mode.c
Bind mouse dragging so that it is passed through to applications if they
2015-04-21 15:34:32 +00:00
cmd-delete-buffer.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-detach-client.c
Convert clients list into a TAILQ.
2015-04-24 23:17:11 +00:00
cmd-display-message.c
Rewrite of the target resolution internals to be simpler and more
2015-04-27 16:25:57 +00:00
cmd-display-panes.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-find-window.c
Use a TAILQ not array for find-window.
2015-05-07 07:59:52 +00:00
cmd-find.c
Merge branch 'obsd-master'
2015-06-07 23:42:25 +01:00
cmd-if-shell.c
Set working directory for run-shell and if-shell.
2015-04-24 22:19:36 +00:00
cmd-join-pane.c
Merge branch 'obsd-master'
2015-06-19 02:01:10 +01:00
cmd-kill-pane.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-kill-server.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-kill-session.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-kill-window.c
Add a format window_linked which is 1 if a window has been linked
2015-05-06 08:35:39 +00:00
cmd-list-buffers.c
Wrap all the individual format_* calls in a single format_defaults
2015-02-05 10:29:43 +00:00
cmd-list-clients.c
Convert clients list into a TAILQ.
2015-04-24 23:17:11 +00:00
cmd-list-keys.c
Support for multiple key tables to commands to be bound to sequences of
2015-04-20 15:34:56 +00:00
cmd-list-panes.c
Wrap all the individual format_* calls in a single format_defaults
2015-02-05 10:29:43 +00:00
cmd-list-sessions.c
Wrap all the individual format_* calls in a single format_defaults
2015-02-05 10:29:43 +00:00
cmd-list-windows.c
Wrap all the individual format_* calls in a single format_defaults
2015-02-05 10:29:43 +00:00
cmd-list.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-load-buffer.c
Change deref to the more sensible unref, and add a couple I missed before.
2015-06-05 18:06:30 +00:00
cmd-lock-server.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-move-window.c
Move the shuffle code from new-window -a into a function and add a -a
2015-06-17 16:50:28 +00:00
cmd-new-session.c
Add -E flag when attaching or switching client to bypass
2015-06-07 21:39:39 +00:00
cmd-new-window.c
Move the shuffle code from new-window -a into a function and add a -a
2015-06-17 16:50:28 +00:00
cmd-paste-buffer.c
Merge branch 'obsd-master'
2014-11-09 00:15:51 +00:00
cmd-pipe-pane.c
No paths.h on Solaris.
2015-02-06 23:24:44 +00:00
cmd-queue.c
Break cmdq_continue inner loop into a helper function.
2015-06-17 17:02:15 +00:00
cmd-refresh-client.c
Move the jobs output cache into the formats code so that #() work more
2015-05-27 13:28:04 +00:00
cmd-rename-session.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-rename-window.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-resize-pane.c
Rewrite of tmux mouse support which was a mess. Instead of having
2015-04-19 21:34:21 +00:00
cmd-respawn-pane.c
Fix some format specifier nits, from Ben Boeckel.
2015-03-31 17:45:10 +00:00
cmd-respawn-window.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-rotate-window.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-run-shell.c
Set working directory for run-shell and if-shell.
2015-04-24 22:19:36 +00:00
cmd-save-buffer.c
Merge branch 'obsd-master'
2015-04-27 21:21:55 +01:00
cmd-select-layout.c
Add select-layout -o to undo the last layout change (apply the previously
2015-04-28 10:43:13 +00:00
cmd-select-pane.c
Add support for a single "marked pane". There is one marked pane in the
2015-06-04 11:43:51 +00:00
cmd-select-window.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-send-keys.c
Move input parser structs into input.c (removing fairly useless
2015-05-08 16:18:04 +00:00
cmd-set-buffer.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-set-environment.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-set-option.c
Make unsetting a global option restore it to the default. Diff lying
2015-06-04 14:29:33 +00:00
cmd-show-environment.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-show-messages.c
Merge branch 'obsd-master'
2015-05-13 09:44:11 +01:00
cmd-show-options.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-source-file.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-split-window.c
Merge branch 'obsd-master'
2015-04-27 21:21:55 +01:00
cmd-string.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd-swap-pane.c
Add support for a single "marked pane". There is one marked pane in the
2015-06-04 11:43:51 +00:00
cmd-swap-window.c
Add support for a single "marked pane". There is one marked pane in the
2015-06-04 11:43:51 +00:00
cmd-switch-client.c
Update environment with -E when attach-session used on an already
2015-07-06 14:24:57 +00:00
cmd-unbind-key.c
Support for multiple key tables to commands to be bound to sequences of
2015-04-20 15:34:56 +00:00
cmd-wait-for.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
cmd.c
Merge branch 'obsd-master'
2015-04-27 21:21:55 +01: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
Update imsg*.[ch] from OpenBSD, including bzero->memset.
2015-07-12 19:46:58 +01:00
configure.ac
Check for flock in libbsd for AIX, and remove some getopt.h includes. From J
2015-07-13 14:19:50 +01:00
control-notify.c
Convert clients list into a TAILQ.
2015-04-24 23:17:11 +00:00
control.c
Rewrite of tmux mouse support which was a mess. Instead of having
2015-04-19 21:34:21 +00:00
COPYING
Add a COPYING file, suggested by Dagobert Michelsen.
2013-05-31 12:59:17 +01:00
environ.c
Simplify environ_push so it doesn't need the ARRAY_* functions.
2015-05-07 07:35:31 +00:00
FAQ
Note version this happened.
2015-06-04 08:47:23 +01:00
format.c
Merge branch 'obsd-master'
2015-06-19 02:01:10 +01:00
grid-cell.c
Rather than having two grids for each pane, one for ASCII and one for
2013-01-18 02:16:21 +00:00
grid-view.c
Revert to r1.16 since this is still clearly broken and I can't see how
2015-01-06 21:14:42 +00:00
grid.c
Remove some stuff that accidentally ended up here from portable, and
2015-05-08 15:56:49 +00:00
input-keys.c
Merge branch 'obsd-master'
2015-04-22 10:05:54 +01:00
input.c
Add window_activity format, from Thomas Adam based on a diff originally
2015-06-15 10:58:01 +00:00
job.c
Merge branch 'obsd-master'
2015-06-17 18:01:07 +01:00
key-bindings.c
Make it so that if a window or session target is prefixed with an =,
2015-06-05 08:14:16 +00:00
key-string.c
Rewrite of tmux mouse support which was a mess. Instead of having
2015-04-19 21:34:21 +00:00
layout-custom.c
Always format real layout even when zoomed.
2015-04-21 22:38:49 +00:00
layout-set.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
layout.c
Rewrite of tmux mouse support which was a mess. Instead of having
2015-04-19 21:34:21 +00:00
log.c
Merge branch 'obsd-master'
2014-12-03 08:41:08 +00:00
Makefile.am
Only need *.ch in compat.
2015-06-05 12:44:15 +01: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
mode_key_entry can go into mode-key.c; also a few spaces->tabs.
2015-05-08 16:33:29 +00:00
names.c
Wrap all the individual format_* calls in a single format_defaults
2015-02-05 10:29:43 +00:00
notify.c
Merge branch 'obsd-master'
2015-06-07 23:42:25 +01:00
options-table.c
Merge branch 'obsd-master'
2015-05-13 09:44:11 +01:00
options.c
When given an invalid style, don't set the option to the default. Fix
2015-02-18 15:32:37 +00:00
osdep-aix.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
osdep-cygwin.c
Need param.h, from Ismail Donmez.
2014-12-31 10:00:47 +00:00
osdep-darwin.c
No need for $Id$ now.
2014-11-08 12:27:43 +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
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
osdep-linux.c
No need for $Id$ now.
2014-11-08 12:27:43 +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
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
paste.c
Merge branch 'obsd-master'
2015-04-19 14:44:56 +01:00
README
README: Clarify SYNCING is under the ISC
2015-06-28 12:01:19 +01:00
resize.c
Convert clients list into a TAILQ.
2015-04-24 23:17:11 +00:00
screen-redraw.c
Add support for a single "marked pane". There is one marked pane in the
2015-06-04 11:43:51 +00:00
screen-write.c
Two improvements to reflow from Balazs Kezes:
2014-11-08 12:58:31 +00:00
screen.c
Merge branch 'obsd-master'
2015-01-16 19:17:31 +00:00
server-client.c
Merge branch 'obsd-master'
2015-06-14 12:01:10 +01:00
server-fn.c
Merge branch 'obsd-master'
2015-04-29 18:42:12 +01:00
server-window.c
Add bell-action "other" to pass through bells in all windows except the
2015-05-12 15:27:46 +00:00
server.c
Merge branch 'obsd-master'
2015-06-07 23:42:25 +01:00
session.c
Merge branch 'obsd-master'
2015-06-07 23:42:25 +01:00
signal.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
status.c
Move the jobs output cache into the formats code so that #() work more
2015-05-27 13:28:04 +00:00
style.c
Style spacing nits.
2015-05-07 11:42:56 +00:00
SYNCING
SYNCING: Few tweaks
2015-06-04 10:35:40 +01:00
tmux.1
Merge branch 'obsd-master'
2015-06-19 02:01:10 +01:00
tmux.c
Check for flock in libbsd for AIX, and remove some getopt.h includes. From J
2015-07-13 14:19:50 +01:00
tmux.h
Merge branch 'obsd-master'
2015-06-17 20:01:12 +01:00
TODO
It isn't supposed to...
2015-06-08 09:46:14 +01:00
tty-acs.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
tty-keys.c
Do not use the key variable uninitialized (in a debug log statement),
2015-06-05 15:10:13 +00:00
tty-term.c
Merge branch 'obsd-master'
2015-04-20 15:44:27 +01:00
tty.c
In terminfo, sometimes cvvis implies cnorm and sometimes it doesn't, so
2015-05-19 08:48:37 +00:00
utf8.c
Merge branch 'obsd-master'
2015-04-22 10:05:54 +01:00
window-choose.c
Similarly, for sessions use a callback to free rather than checking
2015-06-05 18:18:32 +00:00
window-clock.c
Rewrite of tmux mouse support which was a mess. Instead of having
2015-04-19 21:34:21 +00:00
window-copy.c
Set working directory for run-shell and if-shell.
2015-04-24 22:19:36 +00:00
window.c
Merge branch 'obsd-master'
2015-06-17 20:01:12 +01:00
xmalloc.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00
xterm-keys.c
No need for $Id$ now.
2014-11-08 12:27:43 +00:00