Go to file
2022-03-08 20:01:11 +00:00
.github
compat Use getpeerucred if available (not tested). 2022-03-08 11:35:06 +00:00
fuzz
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 Regress conf from https://raw.githubusercontent.com/lacygoill/config/master/.config/tmux/tmux.conf. 2021-08-30 08:24:43 +01:00
tools
.gitignore
.mailmap
.travis.yml
alerts.c
arguments.c Merge branch 'obsd-master' into master 2022-03-03 10:01:09 +00:00
attributes.c
autogen.sh
cfg.c
CHANGES
client.c Merge branch 'obsd-master' into master 2022-02-28 12:01:10 +00:00
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-menu.c
cmd-display-message.c
cmd-display-panes.c
cmd-find-window.c
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 Add formats for client and server UID and user (for multiuser setups). 2022-03-08 11:28:40 +00:00
cmd-list-keys.c
cmd-list-panes.c
cmd-list-sessions.c
cmd-list-windows.c
cmd-load-buffer.c
cmd-lock-server.c
cmd-move-window.c
cmd-new-session.c
cmd-new-window.c
cmd-parse.y
cmd-paste-buffer.c Merge branch 'obsd-master' into master 2021-08-21 12:01:41 +01:00
cmd-pipe-pane.c
cmd-queue.c
cmd-refresh-client.c Add argument to refresh-client -l to forward clipboard to a pane. GitHub 2022-03-08 12:01:19 +00:00
cmd-rename-session.c
cmd-rename-window.c
cmd-resize-pane.c
cmd-resize-window.c
cmd-respawn-pane.c Replace %% in command lists (by copying them) for template arguments , 2021-08-27 17:25:55 +00:00
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-option.c
cmd-show-environment.c
cmd-show-messages.c
cmd-show-options.c Merge branch 'obsd-master' into master 2022-02-14 10:01:11 +00:00
cmd-show-prompt-history.c
cmd-source-file.c
cmd-split-window.c
cmd-swap-pane.c
cmd-swap-window.c
cmd-switch-client.c
cmd-unbind-key.c
cmd-wait-for.c
cmd.c
colour.c
compat.h Need a declaration for getpeereid also. 2022-03-08 11:04:15 +00:00
configure.ac Use getpeerucred if available (not tested). 2022-03-08 11:35:06 +00:00
control-notify.c
control.c
COPYING
environ.c
example_tmux.conf
file.c
format-draw.c Initialize copy_width before adjusting it, GitHub issue 3079. 2022-02-22 11:07:25 +00:00
format.c Merge branch 'obsd-master' into master 2022-03-08 20:01:11 +00:00
grid-reader.c
grid-view.c
grid.c
input-keys.c Merge branch 'obsd-master' into master 2022-03-01 18:01:10 +00:00
input.c Add argument to refresh-client -l to forward clipboard to a pane. GitHub 2022-03-08 12:01:19 +00:00
job.c
key-bindings.c
key-string.c Support more mouse buttons when the terminal sends them, GitHub issue 2022-02-16 18:55:05 +00:00
layout-custom.c
layout-set.c
layout.c
log.c
Makefile.am
mdoc2man.awk
menu.c Support more mouse buttons when the terminal sends them, GitHub issue 2022-02-16 18:55:05 +00:00
mode-tree.c
names.c
notify.c
options-table.c Merge branch 'obsd-master' into master 2022-03-08 20:01:11 +00:00
options.c Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960. 2021-11-03 13:37:17 +00:00
osdep-aix.c
osdep-cygwin.c
osdep-darwin.c
osdep-dragonfly.c
osdep-freebsd.c
osdep-haiku.c Look for libevent2 differently from libevent for platforms with both. 2021-01-17 17:21:51 +00:00
osdep-hpux.c
osdep-linux.c
osdep-netbsd.c Remove unnecessary declarations. 2022-03-07 15:21:39 +00:00
osdep-openbsd.c Use PATH_MAX instead of MAXPATHLEN. 2022-02-28 13:11:28 -08:00
osdep-sunos.c
osdep-unknown.c
paste.c
popup.c Merge branch 'obsd-master' into master 2022-02-22 14:01:10 +00:00
proc.c Merge branch 'obsd-master' into master 2022-03-08 14:01:11 +00:00
README
README.ja
regsub.c
resize.c Add a window-resized hook which is fired when the window is actually 2022-02-17 09:58:47 +00:00
screen-redraw.c
screen-write.c
screen.c
server-client.c Merge branch 'obsd-master' into master 2022-03-08 14:01:11 +00:00
server-fn.c Merge branch 'obsd-master' into master 2022-03-08 20:01:11 +00:00
server.c
session.c Merge branch 'obsd-master' into master 2022-02-22 16:01:11 +00:00
spawn.c
status.c Pass client when adding menu item, GitHub issue 3103. 2022-03-07 11:52:09 +00:00
style.c
SYNCING
tmux-protocol.h
tmux.1 Merge branch 'obsd-master' into master 2022-03-08 20:01:11 +00:00
tmux.c
tmux.h Merge branch 'obsd-master' into master 2022-03-08 20:01:11 +00:00
tty-acs.c
tty-features.c
tty-keys.c Add argument to refresh-client -l to forward clipboard to a pane. GitHub 2022-03-08 12:01:19 +00:00
tty-term.c
tty.c Add argument to refresh-client -l to forward clipboard to a pane. GitHub 2022-03-08 12:01:19 +00:00
utf8.c
window-buffer.c
window-client.c
window-clock.c
window-copy.c
window-customize.c
window-tree.c
window.c
xmalloc.c
xmalloc.h

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, macOS 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.

Other documentation is available in the wiki:

	https://github.com/tmux/tmux/wiki

Also see the tmux FAQ at:

	https://github.com/tmux/tmux/wiki/FAQ

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.