Go to file
Nicholas Marriott 6ddb06d372 Extend jobs to support writing and use that for copy-pipe instead of popen,
from Chris Johnsen.
2013-03-21 14:24:33 +00:00
compat Return error for --foo when using compat/getopt.c. 2013-02-12 20:36:22 +00:00
examples Zoom script is no longer needed. 2013-03-09 21:32:47 +00:00
tools Expand the Id keyword. 2011-07-09 09:42:33 +00:00
www www Project Page -> SourceForge Page 2013-02-23 14:51:56 +00:00
.gitignore Minor update to .gitignore 2013-02-09 10:26:57 +00:00
.mailmap Sanitise additional .mailmap entries 2012-11-08 21:39:35 +00:00
CHANGES Update NOTES, CHANGES, configure.ac for 1.7 release 2012-10-13 11:56:14 +01:00
FAQ Remove a couple of FAQ bits that are out of date and not frequent. 2013-02-22 14:53:00 +00:00
Makefile.am Add a wait-for command which blocks a client on a named channel until it is 2013-03-06 09:57:26 +00:00
README The visit -> Visit 2013-02-23 15:15:20 +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 Tidy TODO and nuke stuff that is done in some form or not going to happen. 2013-02-23 15:52:56 +00:00
arguments.c Sync OpenBSD patchset 1150: 2012-07-11 19:34:16 +00:00
array.h Sync OpenBSD patchset 1150: 2012-07-11 19:34:16 +00:00
attributes.c Sync OpenBSD patchset 1067: 2012-03-18 02:17:20 +00:00
autogen.sh Only set AUTO{MAKE,CONF}_VERSION on OpenBSD 2013-01-31 00:14:59 +00:00
cfg.c Add some additional debug logging. 2013-03-05 17:17:59 +00:00
client.c Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code 2013-03-11 21:31:46 +00:00
clock.c Expand the Id keyword. 2011-07-09 09:42:33 +00:00
cmd-attach-session.c Add -A flag to new-session to make it behave like attach-session if the session 2013-02-24 00:43:28 +00:00
cmd-bind-key.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-break-pane.c Add resize-pane -Z to temporary zoom the active pane to occupy the full window 2013-02-24 00:25:03 +00:00
cmd-capture-pane.c Handle empty pending output (not a failure) and add \n. From George Nachman. 2013-03-19 09:34:00 +00:00
cmd-choose-buffer.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-choose-client.c tty.path can be NULL, don't dereference it. From George Nachman. 2013-03-04 09:02:32 +00:00
cmd-choose-list.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-choose-tree.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-clear-history.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-clock-mode.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-command-prompt.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-confirm-before.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-copy-mode.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-delete-buffer.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-detach-client.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-display-message.c Handle no client better in display-message. 2013-03-14 16:02:33 +00:00
cmd-display-panes.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-find-window.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-has-session.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-if-shell.c Extend jobs to support writing and use that for copy-pipe instead of popen, 2013-03-21 14:24:33 +00:00
cmd-join-pane.c Add resize-pane -Z to temporary zoom the active pane to occupy the full window 2013-02-24 00:25:03 +00:00
cmd-kill-pane.c Add resize-pane -Z to temporary zoom the active pane to occupy the full window 2013-02-24 00:25:03 +00:00
cmd-kill-server.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-kill-session.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-kill-window.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-link-window.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-list-buffers.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-list-clients.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-list-commands.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-list-keys.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-list-panes.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-list-sessions.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-list-windows.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-list.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-load-buffer.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-lock-server.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-move-window.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-new-session.c Add -A flag to new-session to make it behave like attach-session if the session 2013-02-24 00:43:28 +00:00
cmd-new-window.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-paste-buffer.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-pipe-pane.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-queue.c Only send end guard if begin was sent, from George Nachman. 2013-03-13 07:31:36 +00:00
cmd-refresh-client.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-rename-session.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-rename-window.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-resize-pane.c Add resize-pane -Z to temporary zoom the active pane to occupy the full window 2013-02-24 00:25:03 +00:00
cmd-respawn-pane.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-respawn-window.c Add resize-pane -Z to temporary zoom the active pane to occupy the full window 2013-02-24 00:25:03 +00:00
cmd-rotate-window.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-run-shell.c Extend jobs to support writing and use that for copy-pipe instead of popen, 2013-03-21 14:24:33 +00:00
cmd-save-buffer.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-select-layout.c Add resize-pane -Z to temporary zoom the active pane to occupy the full window 2013-02-24 00:25:03 +00:00
cmd-select-pane.c Unzoom on last-pane and fix a typo, from Romain Francoise. 2013-03-05 18:00:14 +00:00
cmd-select-window.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-send-keys.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-server-info.c Rename session idx to session id throughout and add $ prefix to targets to use 2013-03-07 10:07:22 +00:00
cmd-set-buffer.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-set-environment.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-set-option.c Add a -o option to set-option to prevent setting an option already set, from 2013-02-23 23:22:03 +00:00
cmd-show-environment.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-show-messages.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-show-options.c Add -q flags to shut up errors to capture-pane and show-options, from George 2013-03-04 09:00:24 +00:00
cmd-source-file.c Continue the parent cmdq after sourcing a file. 2013-03-05 17:14:19 +00:00
cmd-split-window.c Add resize-pane -Z to temporary zoom the active pane to occupy the full window 2013-02-24 00:25:03 +00:00
cmd-start-server.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-string.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-suspend-client.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-swap-pane.c Add resize-pane -Z to temporary zoom the active pane to occupy the full window 2013-02-24 00:25:03 +00:00
cmd-swap-window.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-switch-client.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-unbind-key.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-unlink-window.c Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
cmd-wait-for.c Add wait-for -L and -U for lock and unlock, from Thiago Padilha. 2013-03-06 11:00:55 +00:00
cmd.c Rename session idx to session id throughout and add $ prefix to targets to use 2013-03-07 10:07:22 +00:00
colour.c Sync OpenBSD patchset 1006: 2012-01-21 19:33:45 +00:00
compat.h Typo. 2011-07-22 15:10:24 +00:00
configure.ac Fix --disable-static, reported by Shea Levy. 2013-03-06 14:58:48 +00:00
control-notify.c Include prefix on ids, from George Nachman. 2013-03-13 07:28:12 +00:00
control.c Add time and a command count to control mode guards, based on code from George 2013-03-11 09:35:44 +00:00
environ.c Sync OpenBSD patchset 1150: 2012-07-11 19:34:16 +00:00
format.c Include prefix on ids, from George Nachman. 2013-03-13 07:28:12 +00:00
grid-cell.c Rather than having two grids for each pane, one for ASCII and one for 2013-01-18 02:16:21 +00:00
grid-view.c Preserve trailing spaces with capture-pane -J, from George Nachman. 2013-03-04 11:03:03 +00:00
grid.c Allow lastgc to be NULL in grid_string_cells so find-window doesn't crash, 2013-03-06 09:56:31 +00:00
input-keys.c Add resize-pane -Z to temporary zoom the active pane to occupy the full window 2013-02-24 00:25:03 +00:00
input.c Add support for focus notifications when tmux pane changes, based on work by 2013-02-22 07:23:11 +00:00
job.c Extend jobs to support writing and use that for copy-pipe instead of popen, 2013-03-21 14:24:33 +00:00
key-bindings.c Add resize-pane -Z to temporary zoom the active pane to occupy the full window 2013-02-24 00:25:03 +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 Fix handling of short (< 4 character) checksums and a bug with parsing 2013-03-10 23:41:59 +00:00
layout-set.c Sync OpenBSD patchset 978: 2011-11-10 21:41:37 +00:00
layout.c Add resize-pane -Z to temporary zoom the active pane to occupy the full window 2013-02-24 00:25:03 +00:00
log.c Do not use stderr for log file and don't call log_close when not needed. 2012-05-30 15:01:57 +00:00
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 Add option command-prefix which is automatically prepended to any command 2013-02-22 14:31:38 +00:00
notify.c Merge branch 'obsd-master' 2012-09-25 17:05:36 +01:00
options-table.c Add option command-prefix which is automatically prepended to any command 2013-02-22 14:31:38 +00:00
options.c Sync OpenBSD patchset 1150: 2012-07-11 19:34:16 +00:00
osdep-aix.c Use pgrp of pty fd not pid of immediate child when recovering current working 2012-09-24 14:05:38 +01:00
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 Use pgrp of pty fd not pid of immediate child when recovering current working 2012-09-24 14:05:38 +01:00
osdep-freebsd.c Use pgrp of pty fd not pid of immediate child when recovering current working 2012-09-24 14:05:38 +01:00
osdep-hpux.c Use pgrp of pty fd not pid of immediate child when recovering current working 2012-09-24 14:05:38 +01:00
osdep-linux.c Use pgrp of pty fd not pid of immediate child when recovering current working 2012-09-24 14:05:38 +01:00
osdep-netbsd.c Use pgrp of pty fd not pid of immediate child when recovering current working 2012-09-24 14:05:38 +01:00
osdep-openbsd.c Merge branch 'obsd-master' 2012-12-31 18:50:37 +00:00
osdep-sunos.c Use pgrp of pty fd not pid of immediate child when recovering current working 2012-09-24 14:05:38 +01:00
osdep-unknown.c Use pgrp of pty fd not pid of immediate child when recovering current working 2012-09-24 14:05:38 +01:00
paste.c Merge branch 'obsd-master' 2012-11-27 22:24:00 +00:00
resize.c Add resize-pane -Z to temporary zoom the active pane to occupy the full window 2013-02-24 00:25:03 +00:00
screen-redraw.c When only two panes in a window, only draw half the separating line as active. 2013-03-14 12:08:26 +00:00
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 Use single stdout and stderr for control clients. 2013-03-11 09:46:18 +00:00
server-fn.c Use single stdout and stderr for control clients. 2013-03-11 09:46:18 +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 Add a command queue to standardize and simplify commands that call other 2013-02-23 22:25:58 +00:00
session.c Rename session idx to session id throughout and add $ prefix to targets to use 2013-03-07 10:07:22 +00:00
signal.c Expand the Id keyword. 2011-07-09 09:42:33 +00:00
status.c Extend jobs to support writing and use that for copy-pipe instead of popen, 2013-03-21 14:24:33 +00:00
tmux.1 Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code 2013-03-17 23:45:19 +00:00
tmux.c Rename session idx to session id throughout and add $ prefix to targets to use 2013-03-07 10:07:22 +00:00
tmux.h Extend jobs to support writing and use that for copy-pipe instead of popen, 2013-03-21 14:24:33 +00:00
tty-acs.c Expand the Id keyword. 2011-07-09 09:42:33 +00:00
tty-keys.c Add a home and end as modified by xterm in keypad mode, from Chris Johnsen. 2013-03-11 09:37:52 +00:00
tty-term.c Merge branch 'obsd-master' 2013-01-17 01:38:21 +00:00
tty.c Handle focus events from the terminal, from Aaron Jensen. 2013-02-23 10:01:34 +00:00
utf8.c Fix some UTF-8 Japanese issue on OS X, SF bug 3566884. 2012-09-24 13:56:32 +01:00
window-choose.c Rename session idx to session id throughout and add $ prefix to targets to use 2013-03-07 10:07:22 +00:00
window-clock.c No more lint means no more ARGSUSED. 2013-02-17 23:15:38 +00:00
window-copy.c Extend jobs to support writing and use that for copy-pipe instead of popen, 2013-03-21 14:24:33 +00:00
window.c Don't zoom windows with one pane, from Romain Francoise. 2013-03-12 12:18:52 +00:00
xmalloc.c Sync OpenBSD patchset 1150: 2012-07-11 19:34:16 +00:00
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. 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$