From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) by sourceware.org (Postfix) with ESMTPS id A30D83858D1E for ; Sun, 27 Aug 2023 16:52:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A30D83858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-x530.google.com with SMTP id 4fb4d7f45d1cf-51e2a6a3768so3333945a12.0 for ; Sun, 27 Aug 2023 09:52:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693155141; x=1693759941; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=xJnMbbUZ81DL54bRqjeNZK25FHfXYgi/axW6Ulnqrys=; b=Od1ycNAhz4qh9/Jr+GUsMYuJcQnRHAyT4wj3Lsi7g5rbsjg5EtjftriVr0oHua8Ev9 h9TuZnHxa85u/E+HhPcPp3BCMQL2VHB5AVBGuy8nk0Di+4QBA4CmebDB6v8akQWLFbdC 0UQycTwG2RNQJ0P+DBjuUcnLD6aySlROIgug+iEuvBTajd2FaDPuE/o3ZfF7sXWUXbog 04gbQXjWz8FO2bwCI36088JbIfgNjf9wqpvdz9qrQZtnpNBYnnXnY77kJfJRHPCPzRQw ZcB9khFBHqYvijsXqPAbpBW0Yk/VPmgZXxwwH5pARQBMdkuFVekwbfsU9KLDNaU4Sjh0 7VGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693155141; x=1693759941; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=xJnMbbUZ81DL54bRqjeNZK25FHfXYgi/axW6Ulnqrys=; b=KbSLbcKeZ6OIlvU27n6ISqJhR4SEgoTwg6yZgM4t+4VnIA8UZXJaWw7en/JdoCPrnf bsusgpZUFUr5fMgN1xGT4Zk7K2zjXH37u0qn6F1a7ZnE89ccc7u0JkHiKk9ggT2+W7If PdRnDr+vMXjcN5Jm8Tnng7L5EIKOJhVKyW+lgoiM04CLMY0n3XVY3F/wwZnmiaZwuP5O zcJmgTKU/PLn0IjAqyGS5M7hT2M6+Pe+PN34yYYaruUemOe3CDicO8sLtm+a5DZU0N2o 2j8hznmq6ciNLvuViwIX4VZ2naZeEIMm0QiDdz55FPu+DaJ1zZxGC3ns4NTXes9H/KDL aLPg== X-Gm-Message-State: AOJu0YwOIAvMtfEVZOlkMnkuAUovlQZEyYvsw7lNdYQeI3KveUF8X5s8 xBIKdi9I9Ls39ZtFPbLCfQehBSB80LQg+Ih/wywto5d/yGo= X-Google-Smtp-Source: AGHT+IFHjj9YmKF1RqWvRYJE7w7ZplUv7ze7+0lmfqXswUVp2T+nPsp5JRJE4RBN+wxkOUaigQDGwDnrrSpcnnRuA1c= X-Received: by 2002:aa7:d688:0:b0:525:691c:cd50 with SMTP id d8-20020aa7d688000000b00525691ccd50mr17701025edr.24.1693155141351; Sun, 27 Aug 2023 09:52:21 -0700 (PDT) MIME-Version: 1.0 From: Andrew Schulman Date: Sun, 27 Aug 2023 12:52:10 -0400 Message-ID: Subject: screen 4.9.1-1 To: cygwin-announce@cygwin.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: screen 4.9.1-1 is now available in Cygwin. This release includes bug fixes and documentation updates. See the release announcement[1] and upstream changelog[2] for more details. 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 the DEC VT100 terminal and, in addition, several control functions from the ANSI X3.64 (ISO 6429) 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 the user to move text regions between windows. When screen is called, it creates a single window with a shell in it (or the specified command) and then gets out of your way so that you can use the program as you normally would. Then, at any time, you can create new (full-screen) windows with other programs in them (including more shells), kill the current window, view a list of the active windows, turn output logging on and off, copy text between windows, view the scrollback history, switch between windows, etc. All windows run their programs completely independent of each other. Programs continue to run when their window is currently not visible and even when the whole screen session is detached from the user's terminal. Andrew E. Schulman [1] https://savannah.gnu.org/news/?id=10500 [2] https://git.savannah.gnu.org/cgit/screen.git/log/?h=v.4.9.1