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=-1.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from minnie.tuhs.org (minnie.tuhs.org [50.116.15.146]) by inbox.vuxu.org (Postfix) with ESMTP id 38EB42508A for ; Sat, 25 May 2024 13:09:40 +0200 (CEST) Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 4A80943A9E; Sat, 25 May 2024 21:09:36 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuhs.org; s=dkim; t=1716635376; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-owner:list-unsubscribe:list-subscribe:list-post; bh=zuGZ065ablyQnkSmWkeUCAu72lYPaMh4yCEYqJMAWGk=; b=IDq5ZR6oA9ShjB+V/8fRBYBDbhqjPihfOjxYzlnuWswNGDc7q6PSppn8QaXCkGeQ8XNV3o c/ywxOb4/+1sBvJKz4LxDJlbXzw3ufu+Jq8rHczfnPJ5R4DR15qldLQSrWKpfdKjmHOTry OQCMOqC2NduTGv8CJ+EjuFjDO1mQJlM= Received: from bagheera.alchemistowl.org (bagheera.alchemistowl.org [IPv6:2001:1620:ad1::21]) by minnie.tuhs.org (Postfix) with ESMTPS id 0532343A9C for ; Sat, 25 May 2024 21:09:29 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alchemistowl.org; h=x-mailer:in-reply-to:references:message-id:date:date:subject :subject:mime-version:from:from:content-transfer-encoding :content-type:content-type; s=a-b; t=1716635352; bh=zuGZ065ablyQ nkSmWkeUCAu72lYPaMh4yCEYqJMAWGk=; b=fB6ZNJcyIBH19DPeYy3qO1JgYo/k +TgDH/sT2l0XykW6QNz06FFA6FY7f0AtvKSGTK4h9Pt3jq/XzgXBxq7iAhgAXxaY BIjSz+zyNIC950jMfh02pemAZPcN+i2t2pDukJ4PHL5qtTLN3J5u0t5ypT9K2uXc 7oVUQ9+/c1JiBe0= X-Virus-Scanned: amavisd-new at bagheera.alchemistowl.org Received: from smtpclient.apple ([178.197.207.30]) (authenticated bits=0) by bagheera.alchemistowl.org (8.18.1/8.18.1/2024/DNSBL) with ESMTPSA id 44PB9BS1016206 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Sat, 25 May 2024 11:09:12 GMT Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Date: Sat, 25 May 2024 13:08:55 +0200 Message-Id: References: In-Reply-To: To: Jonathan Gray X-Mailer: iPhone Mail (21F90) Message-ID-Hash: BT72BJG4SED6FXWJZLH63ZWTGMWH2LS4 X-Message-ID-Hash: BT72BJG4SED6FXWJZLH63ZWTGMWH2LS4 X-MailFrom: arrigo@alchemistowl.org 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 CC: tuhs@tuhs.org 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: From: Arrigo Triulzi via TUHS Reply-To: Arrigo Triulzi X-Spam: Yes On 25 May 2024, at 12:49, Jonathan Gray wrote: > in some v7ish distributions: unisoft, xenix, nu machine, venix? In Xenix 286 I have =E2=80=9Cfond=E2=80=9D memories of some characters being= inverted in curses so you had your windows (if you drew them) looking weird= . I had an #ifdef in my code to flip the characters=E2=80=A6 Arrigo