X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8FCBB3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1693155207; bh=vR14TvH4SBfsOOLnePsuxPpR2/oA3otY0aeYa+0cHJo=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=txQ5PTGogJ6suUIbSh321oYTvaFzqLClJbgtlpUJVyecH1viRVhSDsgfDhzJRTMAZ Om17OSpm/NHjXDFq3yERFJuBZWs1OYAlfzqku2Nmz2M/n2ktS69RW4F+dWBRUbC59u KB/inu9d9rHUtx1Vgz0q/hcWGfqO9MnJyrTUfoe8= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 82CFA3858C52 DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 43E8F3858C36 DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A30D83858D1E 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 Date: Sun, 27 Aug 2023 12:52:10 -0400 Message-Id: Subject: [ANNOUNCEMENT] screen 4.9.1-1 To: cygwin AT cygwin DOT com 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 X-BeenThere: cygwin-announce AT cygwin DOT com X-Mailman-Version: 2.1.29 X-Mailer: Perl5 Mail::Internet v2.20 X-BeenThere: cygwin AT cygwin DOT com List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Andrew Schulman via Cygwin-announce via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Andrew Schulman via Cygwin-announce Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" 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 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple