Go to file
2019-04-04 18:31:54 +01:00
compat Sync imsg from OpenBSD. 2018-04-23 15:40:15 +01:00
logo
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
regress Don't use a config file in tests. 2019-04-02 09:53:02 +01:00
tools Redirect which stderr. 2019-02-06 14:45:35 +00:00
.gitignore
.mailmap
.travis.yml
alerts.c
arguments.c
attributes.c
autogen.sh
cfg.c Merge branch 'obsd-master' 2019-04-03 09:02:41 +01:00
CHANGES Add CHANGES. 2019-04-02 17:02:09 +01:00
client.c
cmd-attach-session.c
cmd-bind-key.c
cmd-break-pane.c
cmd-capture-pane.c Missing space in capture-pane usage, from Ben Boeckel. 2019-03-14 06:36:21 +00:00
cmd-choose-tree.c
cmd-command-prompt.c
cmd-confirm-before.c
cmd-copy-mode.c Allow multiple modes to be open in a pane. A stack of open modes is kept 2019-03-12 11:16:49 +00:00
cmd-detach-client.c
cmd-display-message.c Add format variables for the default formats for the various modes 2019-03-18 14:10:25 +00:00
cmd-display-panes.c Add -b to display-panes like run-shell, GitHub issue 1559. 2019-02-06 07:36:06 +00:00
cmd-find-window.c
cmd-find.c Merge branch 'obsd-master' 2019-03-18 15:07:51 +00:00
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 Fix resizing of control clients, should be ignored until SIZECHANGED flag set. 2019-03-12 13:56:30 +00:00
cmd-new-window.c
cmd-paste-buffer.c
cmd-pipe-pane.c Merge branch 'obsd-master' 2019-03-18 15:07:51 +00:00
cmd-queue.c Allow multiple modes to be open in a pane. A stack of open modes is kept 2019-03-12 11:16:49 +00:00
cmd-refresh-client.c
cmd-rename-session.c
cmd-rename-window.c
cmd-resize-pane.c
cmd-resize-window.c
cmd-respawn-pane.c Allow multiple modes to be open in a pane. A stack of open modes is kept 2019-03-12 11:16:49 +00:00
cmd-respawn-window.c Allow multiple modes to be open in a pane. A stack of open modes is kept 2019-03-12 11:16:49 +00:00
cmd-rotate-window.c
cmd-run-shell.c Allow multiple modes to be open in a pane. A stack of open modes is kept 2019-03-12 11:16:49 +00:00
cmd-save-buffer.c
cmd-select-layout.c
cmd-select-pane.c Add a wrapper (struct style) around styles rather than using the 2019-03-14 09:53:52 +00:00
cmd-select-window.c
cmd-send-keys.c Allow multiple modes to be open in a pane. A stack of open modes is kept 2019-03-12 11:16:49 +00:00
cmd-set-buffer.c
cmd-set-environment.c
cmd-set-hook.c
cmd-set-option.c The individual -fg, -bg and -attr options have been deprecated (in 2019-03-18 21:46:01 +00:00
cmd-show-environment.c
cmd-show-messages.c
cmd-show-options.c Merge branch 'obsd-master' 2019-03-19 00:02:39 +00:00
cmd-source-file.c
cmd-split-window.c
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' 2019-03-18 15:07:51 +00:00
colour.c The pane's style should be initialized to default before parsing the 2019-03-13 21:39:21 +00:00
compat.h
configure.ac Version RC2. 2019-04-02 11:12:24 +01:00
CONTRIBUTING
control-notify.c
control.c
COPYING There is no examples directory anymore. 2019-03-26 15:10:05 +00:00
environ.c Make array options a sparse tree instead of an array of char * and 2019-03-18 11:58:40 +00:00
example_tmux.conf Tweaks to example config. 2019-03-25 12:05:58 +00:00
format-draw.c Fix offset of list ranges. 2019-03-29 07:05:40 +00:00
format.c Free old strings after they have been expanded in format_choose. 2019-03-29 11:19:55 +00:00
grid-view.c
grid.c Store and restore cursor across reflow by working out a position based 2019-04-02 11:11:12 +01:00
hooks.c
input-keys.c
input.c Add an argument to copy commands to set the prefix for the buffer name, 2019-04-02 09:03:39 +00:00
ISSUE_TEMPLATE
job.c
key-bindings.c
key-string.c
layout-custom.c
layout-set.c Fix size check for splitw -f and top level pane size for tiled layout, 2019-04-04 18:31:35 +01:00
layout.c Fix size check for splitw -f and top level pane size for tiled layout, 2019-04-04 18:31:35 +01:00
log.c
Makefile.am Merge branch 'obsd-master' 2019-03-18 21:24:49 +00:00
mdoc2man.awk
mode-tree.c Extend the #[] style syntax and use that together with previous format 2019-03-18 20:53:33 +00:00
names.c
notify.c
options-table.c Silence flag should use the same option as activity, reported by Thomas 2019-04-02 22:20:36 +01:00
options.c The individual -fg, -bg and -attr options have been deprecated (in 2019-03-18 21:46:01 +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_get_cwd for NetBSD, from Leonardo Taccari. 2018-11-29 10:37:27 +00:00
osdep-openbsd.c
osdep-sunos.c
osdep-unknown.c
paste.c Merge branch 'obsd-master' 2019-04-02 11:02:44 +01:00
proc.c
README
README.ja
resize.c Tidy and rename some bits of status line code. 2019-03-16 17:14:07 +00:00
screen-redraw.c Extend the #[] style syntax and use that together with previous format 2019-03-18 20:53:33 +00:00
screen-write.c screen_write_fast_copy can no longer assume the target screen is default 2019-04-03 09:31:32 +01:00
screen.c Store and restore cursor across reflow by working out a position based 2019-04-02 11:11:12 +01:00
server-client.c Merge branch 'obsd-master' 2019-03-25 20:02:38 +00:00
server-fn.c Merge branch 'obsd-master' 2019-03-12 22:02:42 +00:00
server.c
session.c Merge branch 'obsd-master' 2019-03-18 15:07:51 +00:00
status.c Extend the #[] style syntax and use that together with previous format 2019-03-18 20:53:33 +00:00
style.c Extend the #[] style syntax and use that together with previous format 2019-03-18 20:53:33 +00:00
SYNCING
tmux.1 Merge branch 'obsd-master' 2019-04-02 11:02:44 +01:00
tmux.c
tmux.h Store and restore cursor across reflow by working out a position based 2019-04-02 11:11:12 +01:00
TODO Update TODO. 2019-03-26 17:04:47 +00:00
tty-acs.c
tty-keys.c Add an argument to copy commands to set the prefix for the buffer name, 2019-04-02 09:03:39 +00:00
tty-term.c Merge branch 'obsd-master' 2019-03-18 15:07:51 +00:00
tty.c Fix ED1 (clear end of screen), reported by Marc Reisner. 2019-03-14 17:58:52 +00:00
utf8.c Merge branch 'obsd-master' 2019-03-18 21:24:49 +00:00
window-buffer.c Merge branch 'obsd-master' 2019-03-28 22:02:37 +00:00
window-client.c Extend the #[] style syntax and use that together with previous format 2019-03-18 20:53:33 +00:00
window-clock.c DECRC and DECSC apparently need to preserve origin mode as well, based 2019-03-12 20:02:47 +00:00
window-copy.c Add an argument to copy commands to set the prefix for the buffer name, 2019-04-02 09:03:39 +00:00
window-tree.c Merge branch 'obsd-master' 2019-03-18 15:30:55 +00:00
window.c Merge branch 'obsd-master' 2019-03-19 00:02:39 +00:00
xmalloc.c
xmalloc.h
xterm-keys.c

Welcome to tmux!

tmux is a terminal multiplexer: it enables a number of terminals to be created,
accessed, and controlled from a single screen. tmux may be detached from a
screen and continue running in the background, then later reattached.

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>