Go to file
2018-02-22 12:02:31 +00:00
compat Still need to globfree on failure. 2017-12-27 13:54:37 +00:00
logo
presentations
regress
tools Update CHANGES. 2018-02-19 21:24:17 +00:00
.gitignore
.mailmap
.travis.yml
alerts.c Redrawing status is needed after changing window flags or title does not 2017-12-28 12:10:50 +00:00
arguments.c
attributes.c
autogen.sh
cfg.c Merge branch 'obsd-master' 2018-01-17 11:26:10 +00:00
CHANGES Update CHANGES. 2018-02-19 21:24:17 +00:00
client.c Merge branch 'obsd-master' 2018-01-01 12:01:13 +00: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
cmd-find-window.c
cmd-find.c Merge branch 'obsd-master' 2018-01-17 11:26:10 +00: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
cmd-kill-window.c
cmd-list-buffers.c In order that people can use formats like #D in #() in the status line 2017-05-01 12:20:55 +00:00
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 Some unused code, GitHub issue 1219. 2018-01-15 15:27:03 +00:00
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' 2018-01-17 11:26:10 +00: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
cmd-respawn-window.c
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 Add a common function for spreading out cells and use it for the two 2017-11-15 19:59:27 +00:00
cmd-select-pane.c Allow formats in selectp -T, from Thomas Adam. 2017-11-17 09:52:18 +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 try to set default value on user options (they don't have one), 2017-12-22 10:18:51 +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 msys is apparently a cygwin variant that doesn't say it is cygwin... 2018-01-16 08:29:15 +00:00
CONTRIBUTING
control-notify.c
control.c It is silly for cmd_list_parse to return an integer error when it could 2017-01-15 22:00:56 +00:00
COPYING
environ.c
example_tmux.conf
format.c Merge branch 'obsd-master' 2018-02-20 12:02:23 +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 Reflowing the grid in-place involved way too much memmove() for a big 2018-02-16 09:51:41 +00:00
hooks.c Remove unused hooks_run function, from Thomas Adam. 2018-01-18 07:10:53 +00:00
input-keys.c
input.c Support ISO colon-separated SGR. 2018-02-19 21:20:10 +00:00
ISSUE_TEMPLATE
job.c
key-bindings.c Add a common function for spreading out cells and use it for the two 2017-11-15 19:59:27 +00:00
key-string.c
layout-custom.c
layout-set.c Initialize the size of new panes created by the even-* layout correctly; 2017-12-31 20:00:44 +00:00
layout.c Improve logging for layout cells. 2018-01-12 10:16:03 +00:00
log.c
Makefile.am
mdoc2man.awk
mode-tree.c Show if filter is active/no matches in modes. 2018-02-05 06:51:41 +00:00
names.c
notify.c Merge branch 'obsd-master' 2017-08-30 12:01:10 +01:00
options-table.c Merge branch 'obsd-master' 2018-02-22 12:02:31 +00:00
options.c
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
README Apparently vim(1) now has syntax highlighting built in, GitHub issue 1124. 2017-10-22 14:14:14 +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 Add struct status_line to hold status line members of struct client, not 2018-02-05 08:21:54 +00:00
screen-write.c Do not collect top-bit-set characters in case they need to be replaced. 2018-01-12 16:43:47 +00:00
screen.c Merge branch 'obsd-master' 2017-11-15 20:01:22 +00:00
server-client.c Merge branch 'obsd-master' 2018-02-22 12:02:31 +00:00
server-fn.c Need compat for queue.h. 2017-10-20 13:26:54 +01:00
server.c Merge branch 'obsd-master' 2018-02-22 12:02:31 +00:00
session.c Merge branch 'obsd-master' 2017-11-02 20:01:26 +00:00
status.c Add struct status_line to hold status line members of struct client, not 2018-02-05 08:21:54 +00:00
style.c
SYNCING
tmux.1 Merge branch 'obsd-master' 2018-02-22 12:02:31 +00:00
tmux.c Merge branch 'obsd-master' 2018-01-17 11:26:10 +00:00
tmux.h Merge branch 'obsd-master' 2018-02-16 12:02:29 +00:00
TODO Add more to TODO. 2018-01-29 12:46:52 +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' 2018-02-04 12:02:24 +00:00
tty.c Upstream ncurses has introduced terminfo capabilities to specify RGB 2018-02-04 10:10:39 +00:00
utf8.c
window-buffer.c Merge branch 'obsd-master' 2017-11-03 18:01:21 +00:00
window-client.c Add struct status_line to hold status line members of struct client, not 2018-02-05 08:21:54 +00:00
window-clock.c
window-copy.c Add -and-cancel variants for scrolling commands to exit copy mode when 2017-11-16 11:16:15 +00:00
window-tree.c Merge branch 'obsd-master' 2017-11-03 18:01:21 +00:00
window.c Merge branch 'obsd-master' 2017-11-10 00:01:19 +00:00
xmalloc.c
xmalloc.h
xterm-keys.c

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>