Skip to content

mgrant0/tmux

This branch is up to date with tmux/tmux:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9a37748 · Feb 13, 2025
Jan 20, 2025
Nov 27, 2024
Sep 6, 2024
Sep 10, 2021
Jun 4, 2015
Oct 1, 2024
Aug 22, 2023
Nov 9, 2020
Jul 19, 2016
May 19, 2020
Sep 27, 2024
Mar 26, 2019
Oct 31, 2024
Oct 4, 2024
Nov 11, 2021
Aug 14, 2021
Feb 10, 2025
May 13, 2024
Apr 23, 2020
Mar 22, 2017
Sep 15, 2023
Aug 28, 2024
Jul 6, 2022
Aug 27, 2021
Jan 17, 2023
Sep 1, 2023
Oct 4, 2024
Apr 15, 2024
Nov 26, 2024
Nov 12, 2024
Aug 21, 2021
Jan 27, 2025
Feb 10, 2025
Mar 21, 2024
Dec 27, 2023
Jul 10, 2023
Feb 10, 2025
Jan 17, 2023
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Feb 6, 2023
Feb 10, 2025
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Jun 9, 2022
Aug 21, 2021
Aug 21, 2021
Jul 6, 2022
Sep 1, 2023
Jan 13, 2025
Feb 13, 2024
Feb 13, 2024
Feb 10, 2025
Jun 24, 2024
Aug 21, 2021
Aug 21, 2021
Mar 21, 2024
Jun 30, 2023
Aug 27, 2021
Aug 27, 2021
Aug 21, 2021
Feb 10, 2025
Nov 22, 2024
Apr 6, 2022
Jul 10, 2023
Aug 21, 2021
Oct 1, 2024
May 31, 2022
Jun 9, 2022
Aug 21, 2021
Aug 25, 2021
Aug 21, 2021
Aug 21, 2021
Feb 14, 2022
Aug 21, 2021
Dec 16, 2024
Jan 27, 2025
Jul 10, 2023
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Aug 21, 2021
Jan 27, 2025
Sep 29, 2024
Nov 27, 2024
Feb 13, 2025
Oct 28, 2022
Aug 24, 2022
Aug 4, 2024
Aug 4, 2024
Apr 27, 2023
Aug 17, 2023
Nov 25, 2024
Nov 20, 2024
Sep 28, 2022
Nov 20, 2024
Aug 28, 2024
Oct 14, 2024
Aug 22, 2023
Jan 2, 2025
Nov 11, 2024
Sep 30, 2024
Nov 12, 2024
Aug 23, 2024
Apr 15, 2024
Aug 23, 2024
Dec 17, 2024
Apr 6, 2022
Apr 16, 2013
Oct 17, 2024
Feb 10, 2025
Aug 20, 2021
Jun 30, 2023
Jan 1, 2025
Jan 1, 2025
Jan 19, 2016
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Jan 17, 2021
Mar 7, 2022
Feb 28, 2022
May 10, 2021
Jan 17, 2021
Oct 12, 2024
Jan 12, 2025
Nov 27, 2024
Jun 30, 2023
Nov 27, 2024
Nov 15, 2024
Nov 16, 2024
Nov 15, 2024
Apr 6, 2022
Jan 17, 2025
Nov 15, 2024
Jan 1, 2025
Nov 25, 2024
Jul 10, 2023
Feb 10, 2025
Nov 15, 2024
Jan 6, 2023
Feb 13, 2025
Oct 2, 2024
Feb 10, 2025
Aug 8, 2023
Nov 28, 2024
Jan 2, 2025
Aug 28, 2024
Jan 12, 2025
Jan 1, 2025
Jan 1, 2025
Aug 4, 2024
Aug 8, 2023
May 1, 2020
Nov 26, 2024
Feb 10, 2025
Oct 4, 2024
Dec 6, 2024
Nov 28, 2019
Aug 25, 2021

Repository files navigation

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 this page.

It also depends on ncurses, available from this page.

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

Installation

Binary packages

Some platforms provide binary packages for tmux, although these are sometimes out of date. Examples are listed on this page.

From release tarball

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.

For more detailed instructions on building and installing tmux, see this page.

From version control

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. Please read this document before opening an issue.

There is a list of suggestions for contributions. Please feel free to ask on the mailing list if you're thinking of working on something or need further information.

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.

And a bash(1) completion file at:

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

For debugging, run tmux with -v or -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

About

tmux source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.4%
  • Roff 7.1%
  • Shell 2.6%
  • Yacc 1.4%
  • M4 0.9%
  • Awk 0.3%
  • Other 0.3%