diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-05-22 08:02:06 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-05-22 08:02:43 +0100 |
commit | 07c0970f541f88d5969d967d03f8f7371d69b0f7 (patch) | |
tree | 3aa5fd2d5f6f82b9e866e8397b96cf67c5f56b6c | |
parent | 546123f950bf4a2d229c02275899d8f7fed4778d (diff) | |
download | rtmux-07c0970f541f88d5969d967d03f8f7371d69b0f7.tar.gz rtmux-07c0970f541f88d5969d967d03f8f7371d69b0f7.tar.bz2 rtmux-07c0970f541f88d5969d967d03f8f7371d69b0f7.zip |
Sync tmux description with manual.
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ 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. +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. |