Go to file
Thomas Adam ed45052d6d Merge branch 'obsd-master' 2017-06-09 16:01:13 +01:00
compat Add memmem to compat. 2017-06-09 08:53:58 +01:00
logo
presentations
regress
tools Differences to OpenBSD. 2017-05-31 16:34:39 +01:00
.gitignore
.mailmap
.travis.yml
CHANGES Add a small dance to daemon() to reattach tmux to the user's namespace (which 2017-06-06 07:59:53 +01:00
CONTRIBUTING Update CHANGES. 2017-06-05 12:01:58 +01:00
COPYING
ISSUE_TEMPLATE
Makefile.am Move FAQ online and do not ship TODO. 2017-06-08 13:29:36 +01:00
README Typo. 2017-06-08 14:08:04 +01:00
SYNCING
TODO Update TODO. 2017-06-08 17:21:30 +01:00
alerts.c
arguments.c Merge branch 'obsd-master' 2017-05-31 15:56:13 +01:00
attributes.c
autogen.sh
cfg.c Differences to OpenBSD. 2017-05-31 16:34:39 +01:00
client.c
cmd-attach-session.c
cmd-bind-key.c
cmd-break-pane.c
cmd-capture-pane.c
cmd-choose-tree.c
cmd-command-prompt.c
cmd-confirm-before.c
cmd-copy-mode.c
cmd-detach-client.c
cmd-display-message.c
cmd-display-panes.c
cmd-find-window.c Shut up a warning. 2017-05-31 16:44:33 +00:00
cmd-find.c
cmd-if-shell.c
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
cmd-list-panes.c
cmd-list-sessions.c
cmd-list-windows.c
cmd-list.c
cmd-load-buffer.c
cmd-lock-server.c
cmd-move-window.c
cmd-new-session.c
cmd-new-window.c
cmd-paste-buffer.c
cmd-pipe-pane.c
cmd-queue.c
cmd-refresh-client.c
cmd-rename-session.c
cmd-rename-window.c
cmd-resize-pane.c
cmd-respawn-pane.c
cmd-respawn-window.c
cmd-rotate-window.c
cmd-run-shell.c
cmd-save-buffer.c
cmd-select-layout.c
cmd-select-pane.c
cmd-select-window.c
cmd-send-keys.c
cmd-set-buffer.c
cmd-set-environment.c
cmd-set-hook.c
cmd-set-option.c Style and spacing nits. 2017-05-31 17:56:48 +00:00
cmd-show-environment.c
cmd-show-messages.c
cmd-show-options.c
cmd-source-file.c
cmd-split-window.c Merge branch 'obsd-master' 2017-05-31 15:56:13 +01:00
cmd-string.c
cmd-swap-pane.c
cmd-swap-window.c
cmd-switch-client.c
cmd-unbind-key.c
cmd-wait-for.c
cmd.c Merge branch 'obsd-master' 2017-05-31 15:56:13 +01:00
colour.c
compat.h Add memmem to compat. 2017-06-09 08:53:58 +01:00
configure.ac Set AM_CFLAGS for ncurses libraries, reported by Peter Schow. 2017-06-09 15:56:50 +01:00
control-notify.c
control.c
environ.c
example_tmux.conf
format.c Merge branch 'obsd-master' 2017-06-01 18:29:36 +01:00
grid-view.c
grid.c
hooks.c
input-keys.c
input.c Add a hook when the clipboard is set. 2017-06-09 09:21:24 +00:00
job.c Merge branch 'obsd-master' 2017-06-01 18:29:36 +01:00
key-bindings.c Use brackets around prompts which looks better and matches the other modes. 2017-06-09 14:00:46 +00:00
key-string.c
layout-custom.c
layout-set.c
layout.c
log.c Merge branch 'obsd-master' 2017-06-05 11:59:38 +01:00
mdoc2man.awk
mode-tree.c Return 1 if name matches not 0, also fix some spaces. 2017-06-07 15:27:46 +00:00
names.c
notify.c
options-table.c Merge branch 'obsd-master' 2017-06-03 20:01:10 +01:00
options.c Style and spacing nits. 2017-05-31 17:56:48 +00:00
osdep-aix.c
osdep-cygwin.c
osdep-darwin.c
osdep-dragonfly.c
osdep-freebsd.c
osdep-hpux.c
osdep-linux.c
osdep-netbsd.c
osdep-openbsd.c
osdep-sunos.c
osdep-unknown.c
paste.c
proc.c Merge branch 'obsd-master' 2017-06-07 18:01:13 +01:00
resize.c
screen-redraw.c
screen-write.c Typo/style; plus man page escaping from jmc. 2017-06-04 08:02:20 +00:00
screen.c Linux build fixes 2017-06-05 12:00:52 +01:00
server-client.c Merge branch 'obsd-master' 2017-06-06 18:01:13 +01:00
server-fn.c
server.c Merge branch 'obsd-master' 2017-06-05 11:59:38 +01:00
session.c
signal.c Support SIGUSR2 to stop and start logging for an existing server. Also 2017-06-04 08:25:57 +00:00
status.c
style.c
tmux.1 Merge branch 'obsd-master' 2017-06-09 12:01:17 +01:00
tmux.c
tmux.h Merge branch 'obsd-master' 2017-06-07 18:01:13 +01:00
tty-acs.c
tty-keys.c
tty-term.c tparm() fix for Solaris. 2017-06-04 11:27:35 +01:00
tty.c Delete input event when evbuffer_read() fails to avoid just spinning 2017-06-06 14:53:28 +00:00
utf8.c Merge branch 'obsd-master' 2017-06-05 11:59:38 +01:00
window-buffer.c Merge branch 'obsd-master' 2017-06-07 18:01:13 +01:00
window-client.c Add size to client descriptions in list, suggested by Greg Hurrell. 2017-06-08 07:48:04 +00:00
window-clock.c
window-copy.c Add a hook when the clipboard is set. 2017-06-09 09:21:24 +00:00
window-tree.c Use osdep_get_name. 2017-06-07 16:21:01 +01:00
window.c Merge branch 'obsd-master' 2017-06-05 11:59:38 +01:00
xmalloc.c
xmalloc.h
xterm-keys.c

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://libevent.org

It also depends on ncurses, available from:

	http://invisible-island.net/ncurses/

To build and install tmux from a release tarball, use:

	$ ./configure && make
	$ sudo make install

tmux can use the utempter library to update utmp(5), if it is installed - run
configure with --enable-utempter to enable this.

To get and build the latest from version control:

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

(Note that this requires at least a working C compiler, make, autoconf,
automake, pkg-config as well as libevent and ncurses libraries and headers.)

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

A small example configuration in example_tmux.conf.

A vim(1) syntax file is available at:

	https://github.com/ericpruitt/tmux.vim
	https://raw.githubusercontent.com/ericpruitt/tmux.vim/master/vim/syntax/tmux.vim

And a bash(1) completion file at:

	https://github.com/imomaliev/tmux-bash-completion

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

Subscribe by sending an email to <tmux-users+subscribe@googlegroups.com>.

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. All other files have a license and copyright notice at their start.

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