Go to file
Nicholas Marriott 3bece648bd Trim "s from process names, from Gregory Pakosz. 2020-09-30 13:27:50 +01:00
.github Also pkg-config. 2020-09-30 13:27:25 +01:00
compat Add getline compat. 2020-06-18 21:01:55 +01:00
logo
presentations
regress Fix regress test for am. 2020-06-18 21:01:45 +01:00
tools
.gitignore
.mailmap
.travis.yml
CHANGES Pull 3.2-rc up to master. 2020-07-06 14:03:33 +01:00
COPYING
Makefile.am
README Also pkg-config. 2020-09-30 13:27:25 +01:00
README.ja
SYNCING
alerts.c
arguments.c Merge branch 'obsd-master' 2020-06-12 10:01:19 +01:00
attributes.c
autogen.sh
cfg.c
client.c Merge branch 'obsd-master' 2020-06-18 12:01:22 +01:00
cmd-attach-session.c
cmd-bind-key.c
cmd-break-pane.c Add -b flags to insert a window before (like the existing -a for after) 2020-06-13 09:05:53 +00:00
cmd-capture-pane.c Instead of sending all data to control mode clients as fast as possible, 2020-06-01 09:43:00 +00:00
cmd-choose-tree.c
cmd-command-prompt.c
cmd-confirm-before.c
cmd-copy-mode.c
cmd-detach-client.c
cmd-display-menu.c
cmd-display-message.c
cmd-display-panes.c
cmd-find-window.c Add -i to find-window to ignore case. 2020-05-29 13:42:13 +00:00
cmd-find.c
cmd-if-shell.c
cmd-join-pane.c Merge branch 'obsd-master' 2020-07-04 16:01:20 +01:00
cmd-kill-pane.c
cmd-kill-server.c
cmd-kill-session.c
cmd-kill-window.c kill-window -a cannot just walk the list of windows because if 2020-07-04 14:24:02 +00:00
cmd-list-buffers.c
cmd-list-clients.c
cmd-list-keys.c Always send xterm-style keys for M-Left and M-Right. GitHub issue 2296. 2020-07-06 07:27:39 +00:00
cmd-list-panes.c
cmd-list-sessions.c
cmd-list-windows.c
cmd-load-buffer.c
cmd-lock-server.c
cmd-move-window.c Add -b flags to insert a window before (like the existing -a for after) 2020-06-13 09:05:53 +00:00
cmd-new-session.c Instead of sending all data to control mode clients as fast as possible, 2020-06-01 09:43:00 +00:00
cmd-new-window.c Silently ignore -a or -b if the window index doesn't exist and create 2020-06-29 09:20:25 +01:00
cmd-parse.y Do not dereference NULL environment variable value, GitHub issue 2304. 2020-07-13 10:10:10 +00:00
cmd-paste-buffer.c
cmd-pipe-pane.c Merge branch 'obsd-master' 2020-05-21 08:55:31 +01:00
cmd-queue.c Instead of sending all data to control mode clients as fast as possible, 2020-06-01 09:43:00 +00:00
cmd-refresh-client.c Add a way for control mode clients to subscribe to a format and be 2020-07-06 09:14:20 +00:00
cmd-rename-session.c
cmd-rename-window.c
cmd-resize-pane.c Fix some error strings, from Kris Katterjohn. 2020-05-25 18:17:14 +00:00
cmd-resize-window.c
cmd-respawn-pane.c
cmd-respawn-window.c
cmd-rotate-window.c
cmd-run-shell.c Do not wait on shutdown for commands started with run -b. 2020-06-12 10:31:12 +00:00
cmd-save-buffer.c Merge branch 'obsd-master' 2020-07-21 08:01:19 +01:00
cmd-select-layout.c
cmd-select-pane.c Check if client is NULL before using it, GitHub issue 2295. 2020-07-03 12:02:46 +01:00
cmd-select-window.c
cmd-send-keys.c Fix ASCII keys with send-keys -l. 2020-05-27 14:45:35 +00:00
cmd-set-buffer.c
cmd-set-environment.c
cmd-set-option.c d and D keys to reset to default in customize mode. 2020-06-16 08:18:34 +00:00
cmd-show-environment.c
cmd-show-messages.c
cmd-show-options.c
cmd-source-file.c
cmd-split-window.c
cmd-swap-pane.c
cmd-swap-window.c
cmd-switch-client.c Change how panes are resized so that the code is clearer and if the pane 2020-06-05 11:20:51 +00:00
cmd-unbind-key.c
cmd-wait-for.c
cmd.c Replace TAILQ concatenation loop with TAILQ_CONCAT 2020-07-03 12:02:37 +01:00
colour.c
compat.h Add getline compat. 2020-06-18 21:01:55 +01:00
configure.ac Check if UNIX 03 is needed for CMSG_DATA, for newer Solaris. From Eric N Vander 2020-09-30 13:27:35 +01:00
control-notify.c Support code for control mode flow control: allow clients to have 2020-05-21 07:24:13 +00:00
control.c Add a way for control mode clients to subscribe to a format and be 2020-07-06 09:14:20 +00:00
environ.c
example_tmux.conf
file.c Merge branch 'obsd-master' 2020-05-26 14:02:15 +01:00
format-draw.c
format.c Use xvasprintf not vasprintf. 2020-06-23 16:32:40 +01:00
grid-view.c Move the code to set up a padding cell into grid.c. 2020-06-02 20:51:46 +00:00
grid.c Do not take the address of a potentially unaligned member. 2020-06-05 09:35:41 +00:00
input-keys.c Merge branch 'obsd-master' 2020-06-01 18:01:18 +01:00
input.c d and D keys to reset to default in customize mode. 2020-06-16 08:18:34 +00:00
job.c
key-bindings.c d and D keys to reset to default in customize mode. 2020-06-16 08:18:34 +00:00
key-string.c Always send xterm-style keys for M-Left and M-Right. GitHub issue 2296. 2020-07-06 07:27:39 +00:00
layout-custom.c
layout-set.c
layout.c
log.c
mdoc2man.awk
menu.c Include title for the width of the menu. 2020-05-25 11:59:50 +00:00
mode-tree.c d and D keys to reset to default in customize mode. 2020-06-16 08:18:34 +00:00
names.c Trim "s from process names, from Gregory Pakosz. 2020-09-30 13:27:50 +01:00
notify.c Merge branch 'obsd-master' 2020-05-21 08:55:31 +01:00
options-table.c Merge branch 'obsd-master' 2020-05-22 18:01:20 +01:00
options.c d and D keys to reset to default in customize mode. 2020-06-16 08:18:34 +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
popup.c
proc.c utf8proc_unicode_version is too new. 2020-05-28 08:41:56 +01:00
regsub.c
resize.c Add support for pausing a pane when the output buffered for a control 2020-06-05 07:33:57 +00:00
screen-redraw.c Correct checks for window borders. 2020-07-22 06:21:46 +00:00
screen-write.c Fix show-buffer when run from inside tmux, GitHub issue 2314. 2020-07-21 05:24:33 +00:00
screen.c
server-client.c Merge branch 'obsd-master' 2020-07-06 12:01:22 +01:00
server-fn.c Merge branch 'obsd-master' 2020-07-04 16:01:20 +01:00
server.c Merge branch 'obsd-master' 2020-06-18 12:01:22 +01:00
session.c
spawn.c Set IUTF8 again when it exists. 2020-05-26 06:15:57 +01:00
status.c Fix a crash when completing sessions, from Anindya Mukherjee. 2020-06-11 10:56:19 +00:00
style.c
tmux.1 Merge branch 'obsd-master' 2020-07-13 10:01:18 +01:00
tmux.c Merge branch 'obsd-master' 2020-06-02 11:29:48 +01:00
tmux.h Merge branch 'obsd-master' 2020-07-21 08:01:19 +01:00
tty-acs.c
tty-features.c Properly escape a backslash. 2020-07-18 02:53:47 +00:00
tty-keys.c Escape+Up and the other arrow keys should be kept as Escape+Up and not 2020-09-30 13:27:43 +01:00
tty-term.c Merge branch 'obsd-master' 2020-06-05 12:01:18 +01:00
tty.c Fix various confusion about am vs xenl. 2020-06-05 09:32:15 +00:00
utf8.c Merge branch 'obsd-master' 2020-07-21 08:01:19 +01:00
window-buffer.c
window-client.c Instead of sending all data to control mode clients as fast as possible, 2020-06-01 09:43:00 +00:00
window-clock.c
window-copy.c Handle padding cells correctly when searching, GitHub issue 2301. 2020-07-15 10:09:54 +00:00
window-customize.c Check all lists if option not found already. 2020-07-23 14:17:56 +00:00
window-tree.c Merge branch 'obsd-master' 2020-07-15 14:01:18 +01:00
window.c Merge branch 'obsd-master' 2020-06-13 12:01:20 +01:00
xmalloc.c
xmalloc.h

README

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.

* Dependencies

tmux depends on libevent 2.x, available from:

	https://github.com/libevent/libevent/releases/latest

It also depends on ncurses, available from:

	https://invisible-mirror.net/archives/ncurses/

To build tmux, a C compiler (for example gcc or clang), make, pkg-config and a
suitable yacc (yacc or bison) are needed.

* Installation

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 - note that this requires
autoconf, automake and pkg-config:

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

* Contributing

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

	tmux-users@googlegroups.com

Or open a GitHub issue or pull request.

* Documentation

For documentation on using tmux, see the tmux.1 manpage. View it from the
source tree with:

	$ nroff -mdoc tmux.1|less

A small example configuration is in example_tmux.conf.

A bash(1) completion file is at:

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

For debugging, run tmux with -v and -vv to generate server and client log files
in the current directory.

* Support

The tmux mailing list for general discussion and bug reports is:

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

Subscribe by sending an email to:

	tmux-users+subscribe@googlegroups.com

* License

This file and the CHANGES files are licensed under the ISC license. All other
files have a license and copyright notice at their start.