From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from minnie.tuhs.org (minnie.tuhs.org [IPv6:2600:3c01:e000:146::1]) by inbox.vuxu.org (Postfix) with ESMTP id BD8492649C for ; Sat, 25 May 2024 19:24:33 +0200 (CEST) Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 801D743AF9; Sun, 26 May 2024 03:24:28 +1000 (AEST) Received: from mx1.mythic-beasts.com (mx1.mythic-beasts.com [IPv6:2a00:1098:0:86:1000:0:2:1]) by minnie.tuhs.org (Postfix) with ESMTPS id 994A943AF7 for ; Sun, 26 May 2024 03:24:22 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=quintile.net; s=mythic-beasts-k1; h=To:Subject:Date:From; bh=fRuq1d5Zp1bRU1LMS1bdbPNt+Ss8FL+oOQBn0uFcgYk=; b=NXpGETM/ZPd81bp3/HKMt+E7oD c+u7UG9y0nRE2sZPIKLcl8aFCujAGzAu60gdBqAiVaq6MAl11y0mRPTmPHVrZm6xA3UeE8cOTosQ+ c1oSChX23c/rfEOKiNeYkzhxHXjr9olS9uLBntvco0bhm8b2fIcxGSa6UgI7A3WZI9ap0+DwI9SZh oNn5eTe1E1bkz9/eqQ04ASQNPymZhSS+9V+E+EpS7YBxzc/ss8Mpw0tBEz6Es9M0VpyxIomlkmjG9 +W/0zYMEWAVYsn/dAI0Pq/yGI675DSVmNTxXStP9zW4CD/V0Mozg7JO/pnVKsjhVhjXU9PB2l7VVD BpdUvo/Q==; Received: by mailhub-cam-d.mythic-beasts.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sAv80-009IfB-8B for tuhs@tuhs.org; Sat, 25 May 2024 18:24:20 +0100 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Steve Simon Mime-Version: 1.0 (1.0) Date: Sat, 25 May 2024 18:24:07 +0100 Message-Id: To: tuhs@tuhs.org X-Mailer: iPhone Mail (20H343) X-BlackCat-Spam-Score: 14 Message-ID-Hash: M4T2NJ6DXGMH4OOBYSCRAZEOZFQ7RN37 X-Message-ID-Hash: M4T2NJ6DXGMH4OOBYSCRAZEOZFQ7RN37 X-MailFrom: steve@quintile.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Was curses ported to Seventh Edition Unix? List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: with my pedantic head on=E2=80=A6 The =E2=80=9C7th Edition=E2=80=9D was the name of the Perkin Elmer port (nee= Interdata), derived from Richard Miller=E2=80=99s work. This was Unix Version 7 from the labs, with a v6 C compiler, with vi, csh, a= nd curses from 2.4BSD (though we where never 100% sure about this version). You never forget your first Unix :-) -Steve