From cb27ab2d8d6821db8543ca90bb40512472a22e0d Mon Sep 17 00:00:00 2001
From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com>
Date: Sat, 13 Aug 2022 08:06:34 -0400
Subject: [PATCH] Add screen multiplexer
Screen documentation
---
.../101-live-in-terminal/100-screen-multiplexer.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/100-screen-multiplexer.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/100-screen-multiplexer.md
index fbb690274..9a900dfdb 100644
--- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/100-screen-multiplexer.md
+++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/100-screen-multiplexer.md
@@ -1 +1,8 @@
-# Screen Multiplexer
+# Screen
+
+Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). Each virtual terminal provides the functions of a DEC VT100 terminal and, in addition, several control functions from the ISO 6429 (ECMA 48, ANSI X3.64) and ISO 2022 standards (e.g. insert/delete line and support for multiple character sets). There is a scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows moving text regions between windows.
+
+See `man screen` or `screen -h` for further information
+
+Screen Cheat Sheet
+Screen User's Manual