Go to file
Thomas Adam 24c387206c Merge branch 'obsd-master' 2017-11-03 16:01:17 +00:00
compat
logo
presentations
regress
tools
.gitignore
.mailmap
.travis.yml
CHANGES Update CHANGES. 2017-10-25 15:26:54 +01:00
CONTRIBUTING
COPYING
ISSUE_TEMPLATE
Makefile.am Merge branch 'obsd-master' 2017-07-12 13:43:08 +01:00
README Apparently vim(1) now has syntax highlighting built in, GitHub issue 1124. 2017-10-22 14:14:14 +01:00
SYNCING
TODO Update TODO. 2017-10-25 12:29:10 +01:00
alerts.c Initialize alerts timer event where it is used, avoids crash with new windows. 2017-09-22 17:58:30 +01:00
arguments.c Merge branch 'obsd-master' 2017-08-23 12:01:13 +01:00
attributes.c
autogen.sh
cfg.c Merge branch 'obsd-master' 2017-10-06 20:01:17 +01:00
client.c Merge branch 'obsd-master' 2017-07-14 22:01:10 +01:00
cmd-attach-session.c Pass flags into cmd_find_from_* to fix prefer-unattached, reported by 2017-08-30 10:33:57 +00:00
cmd-bind-key.c
cmd-break-pane.c Pass flags into cmd_find_from_* to fix prefer-unattached, reported by 2017-08-30 10:33:57 +00:00
cmd-capture-pane.c
cmd-choose-tree.c Only show the first member of session groups in tree mode (-G flag 2017-11-02 18:27:35 +00:00
cmd-command-prompt.c
cmd-confirm-before.c
cmd-copy-mode.c
cmd-detach-client.c
cmd-display-message.c
cmd-display-panes.c Add -d flag to display-panes to specify timeout, and make 0 mean no 2017-08-16 12:12:54 +00:00
cmd-find-window.c
cmd-find.c Merge branch 'obsd-master' 2017-08-30 12:01:10 +01:00
cmd-if-shell.c
cmd-join-pane.c Merge branch 'obsd-master' 2017-08-30 12:01:10 +01:00
cmd-kill-pane.c
cmd-kill-server.c
cmd-kill-session.c Some extra logging to show why tmux might exit. 2017-07-09 22:33:09 +00:00
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 Pass flags into cmd_find_from_* to fix prefer-unattached, reported by 2017-08-30 10:33:57 +00:00
cmd-new-window.c Pass flags into cmd_find_from_* to fix prefer-unattached, reported by 2017-08-30 10:33:57 +00:00
cmd-paste-buffer.c
cmd-pipe-pane.c Merge branch 'obsd-master' 2017-07-14 22:01:10 +01:00
cmd-queue.c Pass flags into cmd_find_from_* to fix prefer-unattached, reported by 2017-08-30 10:33:57 +00:00
cmd-refresh-client.c
cmd-rename-session.c
cmd-rename-window.c
cmd-resize-pane.c
cmd-respawn-pane.c Add -c for respawn-pane and respawn-window, from J Raynor. 2017-07-21 09:17:19 +00:00
cmd-respawn-window.c Add -c for respawn-pane and respawn-window, from J Raynor. 2017-07-21 09:17:19 +00:00
cmd-rotate-window.c Pass flags into cmd_find_from_* to fix prefer-unattached, reported by 2017-08-30 10:33:57 +00:00
cmd-run-shell.c Pass flags into cmd_find_from_* to fix prefer-unattached, reported by 2017-08-30 10:33:57 +00:00
cmd-save-buffer.c
cmd-select-layout.c
cmd-select-pane.c Add selectp -T to set pane title. 2017-09-02 17:51:54 +00:00
cmd-select-window.c Pass flags into cmd_find_from_* to fix prefer-unattached, reported by 2017-08-30 10:33:57 +00:00
cmd-send-keys.c
cmd-set-buffer.c
cmd-set-environment.c
cmd-set-hook.c
cmd-set-option.c Do not fail if unset an option that is already unset, reported by Thomas 2017-09-07 13:18:44 +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-08-30 12:01:10 +01:00
cmd-string.c
cmd-swap-pane.c
cmd-swap-window.c
cmd-switch-client.c Pass flags into cmd_find_from_* to fix prefer-unattached, reported by 2017-08-30 10:33:57 +00:00
cmd-unbind-key.c
cmd-wait-for.c
cmd.c
colour.c
compat.h Include headers if found regardless of forkpty. 2017-10-11 08:03:31 +01:00
configure.ac Save and restore LIBS when checking for b64_ntop, reported by Ralf Friedl. 2017-10-17 10:35:35 +01:00
control-notify.c
control.c
environ.c
example_tmux.conf
format.c Merge branch 'obsd-master' 2017-11-02 20:01:26 +00:00
grid-view.c Instead of overloading the line clear function to mean free if 2017-08-30 18:13:47 +00:00
grid.c Do not free more lines than are available in the history. 2017-09-11 06:40:46 +00:00
hooks.c
input-keys.c
input.c Add support for the xterm(1) title stack, from Brad Town, GitHub issue 2017-10-05 13:29:18 +00:00
job.c Merge branch 'obsd-master' 2017-07-14 22:01:10 +01:00
key-bindings.c Add -- to some key bindings so leading -s work. 2017-10-05 13:43:34 +00:00
key-string.c
layout-custom.c
layout-set.c
layout.c
log.c
mdoc2man.awk
mode-tree.c Change mouse in modes so that one click moves the cursor and a double 2017-11-03 14:23:44 +00:00
names.c Allow ispunct() as well as isalnum() when parsing initial window names. 2017-07-21 12:58:02 +00:00
notify.c Merge branch 'obsd-master' 2017-08-30 12:01:10 +01:00
options-table.c Merge branch 'obsd-master' 2017-10-25 16:01:22 +01:00
options.c Fix filtering so it works after the change to only show windows if they 2017-08-09 13:44:36 +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-07-14 22:01:10 +01:00
resize.c Infrastructure for drawing status lines of more than one line in height, 2017-10-16 19:30:53 +00:00
screen-redraw.c Infrastructure for drawing status lines of more than one line in height, 2017-10-16 19:30:53 +00:00
screen-write.c Make the mode draw function use the parent screen directly rather than 2017-11-02 22:00:42 +00:00
screen.c Merge branch 'obsd-master' 2017-11-02 20:01:26 +00:00
server-client.c Merge branch 'obsd-master' 2017-10-20 12:36:29 +01:00
server-fn.c Need compat for queue.h. 2017-10-20 13:26:54 +01:00
server.c Merge branch 'obsd-master' 2017-10-20 12:36:29 +01:00
session.c Merge branch 'obsd-master' 2017-11-02 20:01:26 +00:00
status.c Add a "fast" version of screen_write_copy for tree mode that doesn't do 2017-11-02 21:29:17 +00:00
style.c
tmux.1 Merge branch 'obsd-master' 2017-11-02 20:01:26 +00:00
tmux.c Merge branch 'obsd-master' 2017-07-12 13:43:08 +01:00
tmux.h Merge branch 'obsd-master' 2017-11-03 00:01:20 +00:00
tty-acs.c
tty-keys.c kind should be S-Down not S-Up. 2017-10-09 11:35:35 +00:00
tty-term.c Merge branch 'obsd-master' 2017-08-27 10:01:15 +01:00
tty.c Infrastructure for drawing status lines of more than one line in height, 2017-10-16 19:30:53 +00:00
utf8.c
window-buffer.c Merge branch 'obsd-master' 2017-11-03 00:01:20 +00:00
window-client.c Make the mode draw function use the parent screen directly rather than 2017-11-02 22:00:42 +00:00
window-clock.c
window-copy.c Remove unused (always 1) arguments from some functions, from Daniel 2017-09-13 07:31:07 +00:00
window-tree.c Merge branch 'obsd-master' 2017-11-03 00:01:20 +00:00
window.c Merge branch 'obsd-master' 2017-10-20 12:36:29 +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 or submitted through GitHub at
https://github.com/tmux/tmux/issues.

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.

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>