From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x535.google.com (mail-ed1-x535.google.com [IPv6:2a00:1450:4864:20::535]) by sourceware.org (Postfix) with ESMTPS id 3E6563A53009 for ; Fri, 30 Apr 2021 18:00:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3E6563A53009 Received: by mail-ed1-x535.google.com with SMTP id q6so24346453edr.3 for ; Fri, 30 Apr 2021 11:00:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=YLKMCjV2/hwXuqY2hxKWaQ+rh46TO06StyIiFjeBePs=; b=F0lTgQ2NxtmQecSmD4x41Emt6pixn4gCxsbGi0zf/yW5wggUf0nqqBJ5YT+vsW9fQA bBihxuYBd7oGisJRbPt7IvWrZaMxrgsKrYcW4Y1HI7fBLrg+3g3b+LPQLHHyVXnJU0CN yq307T6NXzeFSwqsyo3RhII7ol4ek2kIM7RGBTF9kdTKbr/OcVjtnOvvTMw/sxP4nR1W BZigmARYyy0QYXlTY9aXJpV3XzVPZwDAC6ySpKxpAA8b+e0R7AiozATFXwNdKJb6a0Y7 HutrG0GtSXQfwzsezxjXBxdROFj9uL0ftahhNTGxQs3b+mgGGN7IWE+xZo5Td1ipiKzB iExw== X-Gm-Message-State: AOAM533HEEMD40N8phY9mSyfFjVt2W1hDeYxpARqVvh76vaaveH6Q+oc IqnL/kE+eQbiqu4jd8g132iZ9aIiAQrUZ5cKzVaUtaoe8xg= X-Google-Smtp-Source: ABdhPJx8W/1o0pCswnD+z9gHJD7hAzNifX4JBupzeZdJ4hZxyOSOq7sSGEP5ouBk1yk3u+OVu/GgNJS9T1GA3/gjDFA= X-Received: by 2002:a50:f296:: with SMTP id f22mr7516182edm.254.1619805604398; Fri, 30 Apr 2021 11:00:04 -0700 (PDT) MIME-Version: 1.0 References: <20210430235358.2ae6daa41e3f0b6cb0daa173@nifty.ne.jp> In-Reply-To: <20210430235358.2ae6daa41e3f0b6cb0daa173@nifty.ne.jp> From: Jack Adrian Zappa Date: Fri, 30 Apr 2021 14:00:01 -0400 Message-ID: Subject: Re: Screen clearing in CMD without "Legacy Console Mode" To: Takashi Yano Cc: cygwin@cygwin.com, Kevin Locke X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2021 18:00:06 -0000 On Fri, Apr 30, 2021 at 1:31 PM Takashi Yano via Cygwin wrote: > Why on earth do you want to set TERM=cygwin? > If you don't set TERM=cygwin, TERM is automatically set to > xterm-256color, in which the issue does not occur. > Might be because for the longest time, if you didn't set it to cygwin, it would mess up the line editing in the shell if your line would exceed a certain length (I think 80 chars)