Go to file
Nicholas Marriott 018f1b8a80 Use :: for escaping : in terminal-overrides not \:. 2018-10-08 19:42:55 +01:00
compat Sync imsg from OpenBSD. 2018-04-23 15:40:15 +01:00
logo
presentations
regress Add format string test, from "sadie-parayno" in GitHub issue 1358. 2018-05-28 12:48:15 +01:00
tools Update CHANGES. 2018-02-19 21:24:17 +00:00
.gitignore
.mailmap
.travis.yml
CHANGES Update CHANGES. 2018-10-07 15:06:40 +01:00
CONTRIBUTING
COPYING
ISSUE_TEMPLATE
Makefile.am Makefile.am: Add space between -f and argument 2018-09-04 13:13:32 +01:00
README Sync tmux description with manual. 2018-05-22 08:02:43 +01:00
README.ja Japanese README from Kohei Takada. 2018-07-04 10:47:14 +01:00
SYNCING
TODO Update TODO. 2018-10-08 13:06:37 +01:00
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 Support for extended underline styles, enabled by adding the Smulx 2018-10-08 13:21:37 +01:00
autogen.sh
cfg.c Merge branch 'obsd-master' 2018-01-17 11:26:10 +00:00
client.c Linux: include sys/file.h for flock() 2018-06-07 09:17:05 +01:00
cmd-attach-session.c Support for windows larger than the client. 2018-08-20 15:22:14 +01:00
cmd-bind-key.c
cmd-break-pane.c Support for windows larger than the client. 2018-08-20 15:22:14 +01:00
cmd-capture-pane.c
cmd-choose-tree.c Add -Z flag to choose-tree, choose-client, choose-buffer to 2018-02-28 08:55:44 +00:00
cmd-command-prompt.c
cmd-confirm-before.c
cmd-copy-mode.c
cmd-detach-client.c
cmd-display-message.c Remove unnecessary brackets. 2018-04-23 13:43:08 +00:00
cmd-display-panes.c Make display-panes block the client until a pane is chosen or it times out. 2018-08-02 07:55:16 +00:00
cmd-find-window.c Add -Z to find-window as well. 2018-08-20 15:00:42 +00:00
cmd-find.c Merge branch 'obsd-master' 2018-08-18 23:02:40 +01:00
cmd-if-shell.c Memory leaks, from Gang Fan in GitHub issue 1453. 2018-08-27 11:03:34 +00:00
cmd-join-pane.c
cmd-kill-pane.c Add x and X to choose-tree (with a confirmation prompt) to kill an 2018-04-10 10:48:44 +00:00
cmd-kill-server.c
cmd-kill-session.c
cmd-kill-window.c
cmd-list-buffers.c
cmd-list-clients.c
cmd-list-keys.c Make key trees and some other bits static. 2018-08-02 11:44:07 +00:00
cmd-list-panes.c
cmd-list-sessions.c Support for windows larger than the client. 2018-08-20 15:22:14 +01:00
cmd-list-windows.c
cmd-list.c
cmd-load-buffer.c Memory leaks, from Gang Fan in GitHub issue 1453. 2018-08-27 11:03:34 +00:00
cmd-lock-server.c
cmd-move-window.c
cmd-new-session.c Support for windows larger than the client. 2018-08-20 15:22:14 +01:00
cmd-new-window.c Fix new-window -k, GitHub issue 1403. 2018-07-15 06:57:13 +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
cmd-refresh-client.c Fix refresh-client flags. 2018-08-29 18:59:43 +01:00
cmd-rename-session.c Allow no client for rename-session, from Ryan Freeman. 2018-04-11 09:54:45 +00:00
cmd-rename-window.c Fix a regression: do not warn about no client in rename-window. 2018-03-26 07:39:12 +01:00
cmd-resize-pane.c Some tidying and helper functions. 2018-08-18 16:14:03 +00:00
cmd-resize-window.c Fixes to resize-window from Ben Boeckel. 2018-09-05 08:43:58 +01:00
cmd-respawn-pane.c
cmd-respawn-window.c
cmd-rotate-window.c
cmd-run-shell.c Memory leaks, from Gang Fan in GitHub issue 1453. 2018-08-27 11:03:34 +00:00
cmd-save-buffer.c Merge branch 'obsd-master' 2018-07-31 17:02:31 +01:00
cmd-select-layout.c Fire notify for select-layout, from George Nachman. 2018-07-02 12:39:14 +00:00
cmd-select-pane.c Fix select-pane -m, GitHub issuie 1490. 2018-09-28 09:38:22 +01:00
cmd-select-window.c
cmd-send-keys.c Make key trees and some other bits static. 2018-08-02 11:44:07 +00:00
cmd-set-buffer.c
cmd-set-environment.c
cmd-set-hook.c Add set-hook -R to run a hook immediately (useful to set multiple hooks 2018-07-04 12:30:52 +00:00
cmd-set-option.c Support for windows larger than the client. 2018-08-20 15:22:14 +01:00
cmd-show-environment.c
cmd-show-messages.c Merge branch 'obsd-master' 2018-08-23 19:02:40 +01:00
cmd-show-options.c
cmd-source-file.c Merge branch 'obsd-master' 2018-05-24 13:02:29 +01:00
cmd-split-window.c Support for windows larger than the client. 2018-08-20 15:22:14 +01:00
cmd-string.c Expand \u and \U escape sequences in command strings, from Christopher 2018-08-19 19:03:46 +00:00
cmd-swap-pane.c Support for windows larger than the client. 2018-08-20 15:22:14 +01:00
cmd-swap-window.c
cmd-switch-client.c Support for windows larger than the client. 2018-08-20 15:22:14 +01:00
cmd-unbind-key.c
cmd-wait-for.c
cmd.c Support for windows larger than the client. 2018-08-20 15:22:14 +01:00
colour.c
compat.h Include headers if found regardless of forkpty. 2017-10-11 08:03:31 +01:00
configure.ac Now master again. 2018-08-17 11:46:08 +01:00
control-notify.c
control.c
environ.c
example_tmux.conf
format.c Merge branch 'obsd-master' 2018-09-27 11:02:37 +01:00
grid-view.c Add accessors for grid linedata member, for some future work. From Dan 2018-07-04 09:44:07 +00:00
grid.c Support for extended underline styles, enabled by adding the Smulx 2018-10-08 13:21:37 +01:00
hooks.c Remove unused hooks_run function, from Thomas Adam. 2018-01-18 07:10:53 +00:00
input-keys.c Bring back window_pane_visible to stop input going to panes which are 2018-09-10 07:19:17 +01:00
input.c Support for extended underline styles, enabled by adding the Smulx 2018-10-08 13:21:37 +01:00
job.c Merge branch 'obsd-master' 2018-09-27 11:02:37 +01:00
key-bindings.c Add flags to refresh-client (-U -D -L -R and -c) to pan a window that 2018-08-21 09:27:19 +01:00
key-string.c Merge branch 'obsd-master' 2018-08-22 23:02:43 +01:00
layout-custom.c Support for windows larger than the client. 2018-08-20 15:22:14 +01:00
layout-set.c Support for windows larger than the client. 2018-08-20 15:22:14 +01:00
layout.c Merge branch 'obsd-master' 2018-09-24 17:02:38 +01:00
log.c
mdoc2man.awk
mode-tree.c Make key trees and some other bits static. 2018-08-02 11:44:07 +00:00
names.c
notify.c Merge branch 'obsd-master' 2018-07-04 15:02:25 +01:00
options-table.c Add formats for when window is larger than client, and show offset in 2018-09-26 18:41:18 +01:00
options.c
osdep-aix.c
osdep-cygwin.c
osdep-darwin.c Remove EVENT_* variables from environment after initializing libevent so they 2018-03-21 08:15:15 +00:00
osdep-dragonfly.c
osdep-freebsd.c Remove EVENT_* variables from environment after initializing libevent so they 2018-03-21 08:15:15 +00:00
osdep-hpux.c
osdep-linux.c Remove EVENT_* variables from environment after initializing libevent so they 2018-03-21 08:15:15 +00:00
osdep-netbsd.c
osdep-openbsd.c
osdep-sunos.c
osdep-unknown.c
paste.c
proc.c
resize.c More of revert. 2018-09-26 16:49:03 +01:00
screen-redraw.c Calculate size when trimming RHS correctly. 2018-09-24 12:17:29 +01:00
screen-write.c Use the y offset from the context which has already been adjusted for 2018-08-20 19:34:04 +01:00
screen.c Merge branch 'obsd-master' 2018-07-31 17:02:31 +01:00
server-client.c x,y -> px,py. 2018-09-11 09:39:28 +01:00
server-fn.c Support for windows larger than the client. 2018-08-20 15:22:14 +01:00
server.c Merge branch 'obsd-master' 2018-08-23 19:02:40 +01:00
session.c Support for windows larger than the client. 2018-08-20 15:22:14 +01:00
status.c Merge branch 'obsd-master' 2018-08-29 13:02:38 +01:00
style.c
tmux.1 Support for extended underline styles, enabled by adding the Smulx 2018-10-08 13:21:37 +01:00
tmux.c Merge branch 'obsd-master' 2018-01-17 11:26:10 +00:00
tmux.h Support for extended underline styles, enabled by adding the Smulx 2018-10-08 13:21:37 +01:00
tty-acs.c
tty-keys.c Add the KEYC_XTERM flag to all function keys that imply a modifier so 2018-08-16 14:04:03 +00:00
tty-term.c Use :: for escaping : in terminal-overrides not \:. 2018-10-08 19:42:55 +01:00
tty.c Support for extended underline styles, enabled by adding the Smulx 2018-10-08 13:21:37 +01:00
utf8.c
window-buffer.c Merge branch 'obsd-master' 2018-02-28 10:02:29 +00:00
window-client.c Add -Z flag to choose-tree, choose-client, choose-buffer to 2018-02-28 08:55:44 +00:00
window-clock.c
window-copy.c Do not move the cursor when the mouse wheel is used, GitHub issue 1493. 2018-10-03 15:27:55 +00:00
window-tree.c Merge branch 'obsd-master' 2018-08-19 21:02:37 +01:00
window.c Revert "Add a B flag to mark windows bigger than the client." 2018-09-26 16:42: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 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>