X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7FDE3386545E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1607863420; bh=O1aBy+BeVlooZvJlbOLJ/UwnG7AKsExaDu/GxFDsmZI=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=YEWWV4HDZrt0HzIcGmDRfVf4qz7HT6/nyPv2Km36jXNGBAYup+YtN7xK81uJlAdVj 1zNx+9ROiYte8rawSSnoN7/1kDwbe1uXg0cbl3ehgAWpw30fFhV7SL8dc0l5WNRXbM CDyaXvBWrJdPFfriuoyYFCGZFv7jsKWuM7b1KF+k= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D553A385801D DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com 0BDChHrr016108 X-Nifty-SrcIP: [122.249.67.108] Date: Sun, 13 Dec 2020 21:43:20 +0900 To: cygwin AT cygwin DOT com Subject: Re: BUG Report: rlwrap + cygwin (dll) + Windows 10 Message-Id: <20201213214320.8df94d4c4504700d15bb6e30@nifty.ne.jp> In-Reply-To: <1482584461.28600.1607803505447@mail.yahoo.com> References: <1482584461 DOT 28600 DOT 1607803505447 DOT ref AT mail DOT yahoo DOT com> <1482584461 DOT 28600 DOT 1607803505447 AT mail DOT yahoo DOT com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT 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: , From: Takashi Yano via Cygwin Reply-To: Takashi Yano Cc: Alberto Moral Beneitez Content-Type: text/plain; charset="utf-8" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 0BDCi8xT015385 On Sat, 12 Dec 2020 20:05:05 +0000 (UTC) Alberto Moral Beneitez via Cygwin wrote: > Hi, everybody > First of all, this is my first bug report, so I don't know if I am doing correctly... I don't know if one must be registered to summit this type of repport. And be patient with my English. > > The problem is that rlwrap has stopped working in combination with: > - Windows 10 (I use version 2004, compilation 19041.685, Spanish). It still works in Windows 8.1 and previous > > - rlwrap 0.37-1 > - cygwin 3.1.7-1 (Unix emulation engine). The last version that works in WIndows 10 is 3.0.7-1. > > - any DOS/Windows command line application (as Oracle sqlplus, Dimensions dmcli, or even Windows cmd) > > For example, you can try with DOS/Windows cmd: > >     rlwrap cmd > It clears the screen and does not work. > As I've said, it works with: > - previous versions of Windows (8.1, 7) > > - versions 3.0.7-1 or previous of the cygwin package. > - of course, with cygwin interactive commands (the problem only appears with DOS/Windows command line apps) > > Thanks in advance for your great job (I use cygwin for a long time and is an essential part in the Windows computers I use). Please try: env CYGWIN=disable_pcon rlwrap cmd Also, you can use alias like: alias rlwrap="env CYGWIN=disable_pcon rlwrap" -- Takashi Yano -- 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