Go to file
Nicholas Marriott cb6f36655e evbuffer_readline returns allocated storage, don't leak it. 2013-02-20 23:15:21 +00:00
compat Return error for --foo when using compat/getopt.c. 2013-02-12 20:36:22 +00:00
examples Move NOTES->README, move Vim syntax file documentation to the file itself and 2013-02-19 23:31:04 +00:00
tools
www Include ML and IRC in the text. 2013-02-20 00:16:00 +00:00
.gitignore Minor update to .gitignore 2013-02-09 10:26:57 +00:00
.mailmap
CHANGES
FAQ
Makefile.am Move NOTES->README, move Vim syntax file documentation to the file itself and 2013-02-19 23:31:04 +00:00
README Move NOTES->README, move Vim syntax file documentation to the file itself and 2013-02-19 23:31:04 +00:00
SYNCING Move NOTES->README, move Vim syntax file documentation to the file itself and 2013-02-19 23:31:04 +00:00
TODO Implement DECAWM (SM/RM 7) using existing MODE_WRAP flag. 2013-02-18 15:57:46 +00:00
arguments.c
array.h
attributes.c
autogen.sh
cfg.c Need to set clients in context before changing their reference count. 2013-02-20 10:25:15 +00:00
client.c No more lint means no more ARGSUSED. 2013-02-17 23:15:38 +00:00
clock.c
cmd-attach-session.c
cmd-bind-key.c Add copy-pipe mode command to copy selection and also pipe to a command. 2013-02-19 17:49:53 +00:00
cmd-break-pane.c
cmd-capture-pane.c Fix so capture-pane/save-buffer can work in control clients, from George 2013-02-20 09:32:52 +00:00
cmd-choose-buffer.c Allow choose commands to be used outside tmux, so long as at least one client 2013-02-10 17:52:51 +00:00
cmd-choose-client.c Allow choose commands to be used outside tmux, so long as at least one client 2013-02-10 17:52:51 +00:00
cmd-choose-list.c Allow choose commands to be used outside tmux, so long as at least one client 2013-02-10 17:52:51 +00:00
cmd-choose-tree.c Make choose-tree actually work again. 2013-02-15 12:57:13 +00:00
cmd-clear-history.c
cmd-clock-mode.c
cmd-command-prompt.c Need to set clients in context before changing their reference count. 2013-02-20 10:25:15 +00:00
cmd-confirm-before.c Need to set clients in context before changing their reference count. 2013-02-20 10:25:15 +00:00
cmd-copy-mode.c
cmd-delete-buffer.c
cmd-detach-client.c
cmd-display-message.c
cmd-display-panes.c
cmd-find-window.c Allow choose commands to be used outside tmux, so long as at least one client 2013-02-10 17:52:51 +00:00
cmd-has-session.c
cmd-if-shell.c Add functions to allocate and free command contexts rather than doing it all on 2013-02-18 23:20:21 +00:00
cmd-join-pane.c
cmd-kill-pane.c
cmd-kill-server.c No more lint means no more ARGSUSED. 2013-02-17 23:15:38 +00:00
cmd-kill-session.c
cmd-kill-window.c
cmd-link-window.c
cmd-list-buffers.c No more lint means no more ARGSUSED. 2013-02-17 23:15:38 +00:00
cmd-list-clients.c No more lint means no more ARGSUSED. 2013-02-17 23:15:38 +00:00
cmd-list-commands.c No more lint means no more ARGSUSED. 2013-02-17 23:15:38 +00:00
cmd-list-keys.c Add copy-pipe mode command to copy selection and also pipe to a command. 2013-02-19 17:49:53 +00:00
cmd-list-panes.c
cmd-list-sessions.c
cmd-list-windows.c
cmd-list.c Add functions to allocate and free command contexts rather than doing it all on 2013-02-18 23:20:21 +00:00
cmd-load-buffer.c
cmd-lock-server.c No more lint means no more ARGSUSED. 2013-02-17 23:15:38 +00:00
cmd-move-window.c
cmd-new-session.c
cmd-new-window.c
cmd-paste-buffer.c
cmd-pipe-pane.c No more lint means no more ARGSUSED. 2013-02-17 23:15:38 +00:00
cmd-refresh-client.c Add -c to refresh-client to set client size in control mode, based on code from 2013-02-15 01:54:48 +00:00
cmd-rename-session.c
cmd-rename-window.c
cmd-resize-pane.c Add resize-pane -x and -y for absolute pane size. 2013-02-18 17:00:35 +00:00
cmd-respawn-pane.c
cmd-respawn-window.c
cmd-rotate-window.c
cmd-run-shell.c evbuffer_readline returns allocated storage, don't leak it. 2013-02-20 23:15:21 +00:00
cmd-save-buffer.c Fix so capture-pane/save-buffer can work in control clients, from George 2013-02-20 09:32:52 +00:00
cmd-select-layout.c
cmd-select-pane.c
cmd-select-window.c
cmd-send-keys.c
cmd-send-prefix.c
cmd-server-info.c No more lint means no more ARGSUSED. 2013-02-17 23:15:38 +00:00
cmd-set-buffer.c
cmd-set-environment.c
cmd-set-option.c Add user options, prefixed with @. May be set to any arbitrary string. 2013-02-13 09:54:24 +00:00
cmd-show-buffer.c
cmd-show-environment.c
cmd-show-messages.c
cmd-show-options.c Add user options, prefixed with @. May be set to any arbitrary string. 2013-02-13 09:54:24 +00:00
cmd-source-file.c
cmd-split-window.c
cmd-start-server.c No more lint means no more ARGSUSED. 2013-02-17 23:15:38 +00:00
cmd-string.c
cmd-suspend-client.c
cmd-swap-pane.c
cmd-swap-window.c
cmd-switch-client.c
cmd-unbind-key.c
cmd-unlink-window.c
cmd.c Need to set clients in context before changing their reference count. 2013-02-20 10:25:15 +00:00
colour.c
compat.h
configure.ac
control-notify.c
control.c Need to set clients in context before changing their reference count. 2013-02-20 10:25:15 +00:00
environ.c
format.c Add client_session and client_last_session formats. 2013-02-18 14:23:40 +00:00
grid-cell.c
grid-view.c Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, from 2013-02-19 09:55:02 +00:00
grid.c Clear last attributes after reset in string_cells, from George Nachman. 2013-02-20 09:34:21 +00:00
input-keys.c Support the latest theory for mouse input, this is enabled/disabled with SM/RM 2013-02-18 14:52:27 +00:00
input.c Implement DECAWM (SM/RM 7) using existing MODE_WRAP flag. 2013-02-18 15:57:46 +00:00
job.c No more lint means no more ARGSUSED. 2013-02-17 23:15:38 +00:00
key-bindings.c Need to set clients in context before changing their reference count. 2013-02-20 10:25:15 +00:00
key-string.c In terminals with XT, turn on modifyOtherKeys=1 with the escape sequence and 2013-02-17 22:56:12 +00:00
layout-custom.c
layout-set.c
layout.c Add resize-pane -x and -y for absolute pane size. 2013-02-18 17:00:35 +00:00
log.c
mode-key.c Add copy-pipe mode command to copy selection and also pipe to a command. 2013-02-19 17:49:53 +00:00
names.c No more lint means no more ARGSUSED. 2013-02-17 23:15:38 +00:00
notify.c
options-table.c Add -v to set and setw to show only option value. 2013-02-12 20:12:10 +00:00
options.c
osdep-aix.c
osdep-darwin.c Use proc_pidinfo on Darwin for process name too, from OZAKI Kiichi. 2013-02-12 09:40:22 +00:00
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
resize.c Do not include status line in size calculations in control mode. 2013-02-17 10:04:26 +00:00
screen-redraw.c
screen-write.c Unbreak line wrapping. 2013-02-18 23:31:23 +00:00
screen.c Rework reflow code so it does not do so much allocation which should be faster 2013-02-10 18:15:30 +00:00
server-client.c Need to set clients in context before changing their reference count. 2013-02-20 10:25:15 +00:00
server-fn.c Prevent lock on control clients, not on others. 2013-02-19 21:11:32 +00:00
server-window.c Add various checks to turn off bits that can't work in control mode (such as 2013-02-17 10:12:55 +00:00
server.c No more lint means no more ARGSUSED. 2013-02-17 23:15:38 +00:00
session.c
signal.c
status.c evbuffer_readline returns allocated storage, don't leak it. 2013-02-20 23:15:21 +00:00
tmux.1 Add copy-pipe mode command to copy selection and also pipe to a command. 2013-02-19 17:49:53 +00:00
tmux.c
tmux.h Need to set clients in context before changing their reference count. 2013-02-20 10:25:15 +00:00
tty-acs.c
tty-keys.c Support the latest theory for mouse input, this is enabled/disabled with SM/RM 2013-02-18 14:52:27 +00:00
tty-term.c
tty.c Use tty_raw on stop, not tty_puts. 2013-02-18 17:35:53 +00:00
utf8.c
window-choose.c Need to set clients in context before changing their reference count. 2013-02-20 10:25:15 +00:00
window-clock.c No more lint means no more ARGSUSED. 2013-02-17 23:15:38 +00:00
window-copy.c Add copy-pipe mode command to copy selection and also pipe to a command. 2013-02-19 17:49:53 +00:00
window.c No more lint means no more ARGSUSED. 2013-02-17 23:15:38 +00:00
xmalloc.c
xterm-keys.c In terminals with XT, turn on modifyOtherKeys=1 with the escape sequence and 2013-02-17 22:56:12 +00:00

README

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 and OS X and may still
run on Solaris and AIX (although they haven't been tested in a while).

Since the 1.2 release tmux depends on libevent. Download it from:

	http://www.monkey.org/~provos/libevent/

To build tmux from a release tarball, do:

	$ ./configure && make
	$ sudo make install

To get and build the latest from version control:

	$ git clone git://git.code.sf.net/p/tmux/tmux-code tmux
	$ cd tmux
	$ sh autogen.sh
	$ ./configure && make

For more information see https://sourceforge.net/scm/?type=git&group_id=200378
and http://git-scm.com. Patches should be sent by email to the mailing list at
tmux-users@lists.sourceforge.net.

For documentation on using tmux, see the tmux.1 manpage. It can be viewed from
the source tree with:

	$ nroff -mdoc tmux.1|less

Some common questions are answered in the FAQ file and a more extensive (but
slightly out of date) guide is available in the OpenBSD FAQ at
http://www.openbsd.org/faq/faq7.html#tmux. A rough todo list is in the TODO
file and some example configurations and a Vim syntax file are in the examples
directory.

For debugging, running tmux with -v or -vv will generate server and client log
files in the current directory.

tmux mailing lists are available. The visit:

	https://sourceforge.net/mail/?group_id=200378

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

	tmux-users@lists.sourceforge.net

This file and the CHANGES, FAQ and TODO files are licensed under the ISC
license. Files under examples/ remain copyright their authors unless otherwise
stated in the file but permission has been received to distribute them with
tmux. All other files have a license and copyright notice at their start.

-- Nicholas Marriott <nicm@users.sf.net>

$Id$