From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23372 invoked from network); 5 Jan 2022 17:35:14 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 5 Jan 2022 17:35:14 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 28FC69C719; Thu, 6 Jan 2022 03:35:12 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 957919C6E5; Thu, 6 Jan 2022 03:34:57 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 886399C6E5; Thu, 6 Jan 2022 03:34:55 +1000 (AEST) Received: from mail.ultimate.com (mail.ultimate.com [104.225.1.121]) by minnie.tuhs.org (Postfix) with ESMTPS id 11D7194A6B for ; Thu, 6 Jan 2022 03:34:53 +1000 (AEST) Received: from ultimate.com (localhost [127.0.0.1]) by mail.ultimate.com (8.16.1/8.16.1) with ESMTPS id 205HYqpd042818 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 5 Jan 2022 12:34:52 -0500 (EST) (envelope-from phil@ultimate.com) Received: (from phil@localhost) by ultimate.com (8.16.1/8.16.1/Submit) id 205HYqeq042817; Wed, 5 Jan 2022 12:34:52 -0500 (EST) (envelope-from phil) From: Phil Budne Message-Id: <202201051734.205HYqeq042817@ultimate.com> Date: Wed, 05 Jan 2022 12:34:52 -0500 To: will.senn@gmail.com References: <102db625-b2a0-935b-7424-a183ae64fb65@gmail.com> In-Reply-To: <102db625-b2a0-935b-7424-a183ae64fb65@gmail.com> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [TUHS] vi on v7 X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tuhs@minnie.tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Will Senn wrote: > so then I tryed vt50 and vt52 modes... xterm should have VT52 emulation, at least the man page on my system says: > o VT52 emulation is complete. But looking at CTRL+{LEFT,MIDDLE,RIGHT}_CLICK menus didn't show a toggle. The VT100 sequence to enter VT52 mode seems to be [?2l you should be able to send it with echo. Then HJ should clear the screen. NOTE! The ANSI command prefix [ will put a real VT52 into "hold screen" mode where you need to press some (scroll?) button to allow new lines to be added at the bottom of the screen. Ask me how I know! phil