From 07c0970f541f88d5969d967d03f8f7371d69b0f7 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 22 May 2018 08:02:06 +0100 Subject: Sync tmux description with manual. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 2503ba82..010111b6 100644 --- a/README +++ b/README @@ -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. -- cgit