Go to file
Nicholas Marriott a58eaec540 Merge branch 'master' of github.com:tmux/tmux 2015-11-18 16:42:25 +00:00
compat Add reallocarray to compat. 2015-11-18 12:54:29 +00:00
examples Handle \ at EOL from Daniel Hahler. 2015-08-15 09:53:19 +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 No more $Id$. 2015-09-14 15:59:21 +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
CHANGES Update for 2.1 release. 2015-10-18 18:10:43 +01:00
COPYING Add a COPYING file, suggested by Dagobert Michelsen. 2013-05-31 12:59:17 +01:00
FAQ Note version this happened. 2015-06-04 08:47:23 +01:00
Makefile.am Add -Wno-attributes. 2015-11-18 14:10:48 +00:00
README README: Clarify SYNCING is under the ISC 2015-06-28 12:01:19 +01:00
SYNCING SYNCING: Few tweaks 2015-06-04 10:35:40 +01:00
TODO Update the TODO file. 2015-11-14 09:04:13 +00:00
alerts.c Use __unused rather than rolling our own. 2015-11-18 14:27:44 +00:00
arguments.c Merge branch 'obsd-master' 2015-08-30 21:44:01 +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-11-18 16:01:23 +00:00
client.c Merge branch 'obsd-master' 2015-11-18 16:01:23 +00:00
cmd-attach-session.c Same bug as last commit, but in the other copy of the loop in this file... 2015-11-05 23:32:21 +00:00
cmd-bind-key.c Support UTF-8 key bindings by expanding the key type from int to 2015-11-12 11:05:34 +00:00
cmd-break-pane.c Move struct options into options.c. 2015-10-27 15:58:42 +00:00
cmd-capture-pane.c Push stdout and stderr to clients more aggressively, and add an event to 2015-11-14 09:41:06 +00:00
cmd-choose-buffer.c Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 2015-11-12 11:09:11 +00:00
cmd-choose-client.c Extend the modifiers allowed before formats: as well as the existing 2015-10-25 22:29:17 +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 Free the history when it is cleared, based on a diff from Carlo Cannas. 2015-09-25 15:53:07 +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 Add copy-mode -e to exit copy mode when scrolling off the bottom, useful 2015-09-13 13:31:40 +00:00
cmd-detach-client.c Break the common process set up, event loop and imsg dispatch code 2015-10-27 13:23:24 +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-10-28 12:01:11 +00:00
cmd-if-shell.c Because pledge(2) does not allow us to pass directory file descriptors 2015-10-31 08:13:58 +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 Use __unused rather than rolling our own. 2015-11-18 14:27:44 +00:00
cmd-kill-session.c Give some variables less silly names. 2015-09-16 22:40:27 +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 Use __unused rather than rolling our own. 2015-11-18 14:27:44 +00:00
cmd-list-clients.c Convert clients list into a TAILQ. 2015-04-24 23:17:11 +00:00
cmd-list-keys.c Use __unused rather than rolling our own. 2015-11-18 14:27:44 +00:00
cmd-list-panes.c A few minor style nits. 2015-09-16 22:40:05 +00:00
cmd-list-sessions.c Extend the modifiers allowed before formats: as well as the existing 2015-10-25 22:29:17 +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 Push stdout and stderr to clients more aggressively, and add an event to 2015-11-14 09:41:06 +00:00
cmd-lock-server.c Use __unused rather than rolling our own. 2015-11-18 14:27:44 +00:00
cmd-move-window.c Move struct options into options.c. 2015-10-27 15:58:42 +00:00
cmd-new-session.c Fall back silently to ~ or / rather than checking -c with access(), this 2015-10-31 14:51:15 +00:00
cmd-new-window.c Fall back silently to ~ or / rather than checking -c with access(), this 2015-10-31 14:51:15 +00:00
cmd-paste-buffer.c Merge branch 'obsd-master' 2015-09-14 12:42:19 +01:00
cmd-pipe-pane.c Merge branch 'obsd-master' 2015-11-18 16:01:23 +00:00
cmd-queue.c Push stdout and stderr to clients more aggressively, and add an event to 2015-11-14 09:41:06 +00:00
cmd-refresh-client.c Make refresh-client force update of jobs, from Sina Siadat. 2015-09-14 10:25:52 +00:00
cmd-rename-session.c No need for $Id$ now. 2014-11-08 12:27:43 +00:00
cmd-rename-window.c Move struct options into options.c. 2015-10-27 15:58:42 +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 Because pledge(2) does not allow us to pass directory file descriptors 2015-10-31 08:13:58 +00:00
cmd-respawn-window.c Because pledge(2) does not allow us to pass directory file descriptors 2015-10-31 08:13:58 +00:00
cmd-rotate-window.c No need for $Id$ now. 2014-11-08 12:27:43 +00:00
cmd-run-shell.c Because pledge(2) does not allow us to pass directory file descriptors 2015-10-31 08:13:58 +00:00
cmd-save-buffer.c Merge branch 'obsd-master' 2015-11-14 11:38:30 +00: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 Unzoom before -LRUD, reported by Andy Weidenbaum. 2015-10-22 11:19:31 +00:00
cmd-select-window.c No need for $Id$ now. 2014-11-08 12:27:43 +00:00
cmd-send-keys.c Support UTF-8 key bindings by expanding the key type from int to 2015-11-12 11:05:34 +00:00
cmd-set-buffer.c Should add buffer if no -b. 2015-09-14 12:52:22 +00:00
cmd-set-environment.c Like options, move the environ struct into environ.c. 2015-10-28 09:51:55 +00:00
cmd-set-option.c Use __unused rather than rolling our own. 2015-11-18 14:27:44 +00:00
cmd-show-environment.c Like options, move the environ struct into environ.c. 2015-10-28 09:51:55 +00:00
cmd-show-messages.c Merge branch 'obsd-master' 2015-07-28 18:01:08 +01:00
cmd-show-options.c Move struct options into options.c. 2015-10-27 15:58:42 +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-10-31 23:56:35 +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 Some style nits and dead assignments. 2015-08-30 15:43:40 +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 Like options, move the environ struct into environ.c. 2015-10-28 09:51:55 +00:00
cmd-unbind-key.c Support UTF-8 key bindings by expanding the key type from int to 2015-11-12 11:05:34 +00:00
cmd-wait-for.c Use __unused rather than rolling our own. 2015-11-18 14:27:44 +00:00
cmd.c Merge branch 'obsd-master' 2015-09-06 20:47:50 +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 Add __unused, will be needed shortly. 2015-11-18 14:37:08 +00:00
configure.ac Add reallocarray to compat. 2015-11-18 12:54:29 +00:00
control-notify.c Use __unused rather than rolling our own. 2015-11-18 14:27:44 +00:00
control.c Use __unused rather than rolling our own. 2015-11-18 14:27:44 +00:00
environ.c Like options, move the environ struct into environ.c. 2015-10-28 09:51:55 +00:00
format.c Merge branch 'obsd-master' 2015-11-18 16:01:23 +00:00
grid-view.c Two spacing and spelling nits. 2015-11-13 12:18:52 +00:00
grid.c Long overdue change to the way we store cells in the grid: now, instead 2015-11-13 08:09:28 +00:00
input-keys.c Merge branch 'obsd-master' 2015-11-17 00:01:09 +00:00
input.c Sync the entire xmalloc.[ch] with the other users, but with the addition 2015-11-18 13:06:54 +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 All these return values from utf8_* are confusing, use an enum. 2015-11-14 11:45:43 +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 -l should apply to the new not the old pane with -b, from "MadMaverick9" 2015-09-18 09:55:22 +00:00
log.c Merge branch 'obsd-master' 2015-11-18 16:01:23 +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 Use __unused rather than rolling our own. 2015-11-18 14:27:44 +00:00
notify.c Merge branch 'obsd-master' 2015-06-07 23:42:25 +01:00
options-table.c Merge branch 'obsd-master' 2015-11-12 12:01:17 +00:00
options.c Sync the entire xmalloc.[ch] with the other users, but with the addition 2015-11-18 13:06:54 +00:00
osdep-aix.c Implement osdep_get_name and osdep_get_cwd for AIX, from J Raynor. 2015-07-15 08:46:35 +01: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-11-12 12:01:17 +00:00
proc.c Merge branch 'obsd-master' 2015-11-18 16:01:23 +00:00
resize.c Move struct options into options.c. 2015-10-27 15:58:42 +00:00
screen-redraw.c Move struct options into options.c. 2015-10-27 15:58:42 +00:00
screen-write.c Use __unused rather than rolling our own. 2015-11-18 14:27:44 +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-11-18 16:01:23 +00:00
server-fn.c Merge branch 'obsd-master' 2015-11-18 16:01:23 +00:00
server.c Merge branch 'obsd-master' 2015-11-18 16:01:23 +00:00
session.c Merge branch 'obsd-master' 2015-11-18 16:01:23 +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 Use __unused rather than rolling our own. 2015-11-18 14:27:44 +00:00
style.c When the active pane changes, redraw panes if the style has 2015-09-14 11:34:50 +00:00
tmux.1 Merge branch 'obsd-master' 2015-11-18 16:01:23 +00:00
tmux.c Merge branch 'obsd-master' 2015-11-15 22:49:25 +00:00
tmux.h Merge branch 'obsd-master' 2015-11-18 16:01:23 +00:00
tty-acs.c No need for $Id$ now. 2014-11-08 12:27:43 +00:00
tty-keys.c Use __unused rather than rolling our own. 2015-11-18 14:27:44 +00:00
tty-term.c Merge branch 'obsd-master' 2015-11-18 14:01:12 +00:00
tty.c Use __unused rather than rolling our own. 2015-11-18 14:27:44 +00:00
utf8.c Merge branch 'obsd-master' 2015-11-14 14:01:08 +00:00
window-choose.c Use __unused rather than rolling our own. 2015-11-18 14:27:44 +00:00
window-clock.c Use __unused rather than rolling our own. 2015-11-18 14:27:44 +00:00
window-copy.c Use __unused rather than rolling our own. 2015-11-18 14:27:44 +00:00
window.c Merge branch 'obsd-master' 2015-11-18 16:01:23 +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

README

Welcome to tmux!

tmux is a "terminal multiplexer", it enables a number of terminals (or windows)
to be accessed and controlled from a single terminal. tmux is intended to be a
simple, modern, BSD-licensed alternative to programs such as GNU screen.

This release runs on OpenBSD, FreeBSD, NetBSD, Linux, OS X and Solaris.

tmux depends on libevent 2.x. Download it from:

	http://www.monkey.org/~provos/libevent/

To build tmux from a release tarball, do:

	$ ./configure && make
	$ sudo make install

To get and build the latest from version control:

	$ git clone https://github.com/tmux/tmux.git
	$ cd tmux
	$ sh autogen.sh
	$ ./configure && make

For more information see http://git-scm.com. Patches should be sent by email to
the mailing list at tmux-users@googlegroups.com.

For documentation on using tmux, see the tmux.1 manpage. It can be viewed from
the source tree with:

	$ nroff -mdoc tmux.1|less

Some common questions are answered in the FAQ file and a more extensive (but
slightly out of date) guide is available in the OpenBSD FAQ at
http://www.openbsd.org/faq/faq7.html#tmux. A rough todo list is in the TODO
file and some example configurations and a Vim syntax file are in the examples
directory.

For debugging, running tmux with -v or -vv will generate server and client log
files in the current directory.

tmux mailing lists are available. For general discussion and bug reports:

	https://groups.google.com/forum/#!forum/tmux-users

And for Git commit emails:

	https://groups.google.com/forum/#!forum/tmux-git

Bug reports, feature suggestions and especially code contributions are most
welcome. Please send by email to:

	tmux-users@googlegroups.com

This file and the CHANGES, FAQ, SYNCING and TODO files are licensed under
the ISC license. Files under examples/ remain copyright their authors unless
otherwise stated in the file but permission has been received to distribute
them with tmux. All other files have a license and copyright notice at their
start.

-- Nicholas Marriott <nicholas.marriott@gmail.com>