www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/03/13/14:07:47

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
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:cc;
bh=0dH/sCGAirQOtBigiXgBtz4ufOGxVMLXFdAGTo39gJk=;
b=GKrWtGf7XSsAt7Apw6IxtlEJO6DGuDk47rMtcH/lYtWtA2sLi7qg0D94+CJJS3Qfzt
nyYWVh8qZCeiyrBY8k+e60KQqIThhKA4fV7tzF2xlF4j1aN1UnBi2GG+rMuHBJD0b+zs
jWMHeD5fmrngIDvlV8pnPhp8e+iJBIQ53/epSloO4JLYUdJDbMlHF+7LnejIYI49i84d
u9juQ3+FMBvIlKnUpKivJJYPASKViQz7Rbj+5S+5ZmzSAnE2mvE73TTZa0gXm1HsIwge
tbr+EBVKbrbXjafTwXaH1KXv/mGV5IpVItemhyCvTUT2C5DyiQ1MFWDGHyjgIKEVq4EU
slCg==
X-Gm-Message-State: ANhLgQ0wdYofyYYpc4zHoGOfYW1+s3o0nf3rcz5ofciP5LuSoX/Zdd/i
9T4qZVb07eyHuOk7sCkaFrK62TFZQMQgXHbrnQ0cJUZpa5k=
X-Google-Smtp-Source: ADFU+vv2TKzEBTBirDI5ZEewJN1mmBJzAa/6E9XUtuTAQdGI1FMEU+ghJqQpyp/EJidjrKhYPMZX3oh8iVRsjmJzLqo=
X-Received: by 2002:a02:a581:: with SMTP id b1mr4068173jam.10.1584122821190;
Fri, 13 Mar 2020 11:07:01 -0700 (PDT)
MIME-Version: 1.0
References: <CAKK-TZV+cXwTOepvzBuPWikayKTh_2ve5UfDKnX7EopNVd3PEA AT mail DOT gmail DOT com>
<42537db9-045f-533f-50d1-98ca2e0bc9e1 AT gmail DOT com>
In-Reply-To: <42537db9-045f-533f-50d1-98ca2e0bc9e1@gmail.com>
Date: Fri, 13 Mar 2020 21:06:50 +0300
Message-ID: <CAKK-TZWVXnAJWeTDU7o-NiVuGM1B2qJhAbuYctKNe_3_m-fL4Q@mail.gmail.com>
Subject: Re: rlwrap no longer works with windows console apps
Cc: cygwin AT cygwin DOT com
X-Spam-Status: No, score=2.6 required=5.0 tests=DKIM_SIGNED, DKIM_VALID,
DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, MALFORMED_FREEMAIL,
MISSING_HEADERS, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,
SPF_PASS autolearn=no autolearn_force=no version=3.4.2
X-Spam-Level: **
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: Cygwin mailing list <cygwin.cygwin.com>
List-Archive: <http://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Kostya Altukhov via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Kostya Altukhov <kacygwinlist AT gmail DOT com>
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

 On Fri, Mar 13, 2020 at 8:37 PM Marco Atzeri wrote:

>
> What are you doing ?
> What is the result you are seeing?
> What is the result you were expecting ?
>

Oh, sorry. Here are some cases:

1. Run 'rlwrap cmd'.
Expected result: a prompt with a current directory name and a cursor for
inputting commands should be displayed.
Actual result: an empty screen with the cmd logo in the two topmost lines
and an input cursor somewhere in the middle of an empty third line, the
prompt is not displayed.

2. Type 'dir' and press <Enter>
Expected result: a list of files in the current directory.
Actual result: an empty screen with the word 'dir' moved from whenever it
was typed to the top left corner of the third line (just below the 'cmd'
logo).

3. Press <Up> key.
Expected result: a prompt with a current directory name and a previously
entered command ('dir') should be displayed.
Actual result: an empty screen with the word 'dirdir' in the top left
corner of the third line (just below the 'cmd' logo).

4. Type "exit" and press <Enter>
Expected result: cmd should exit and bash prompt should be displayed again.
Actual result: an empty screen with the word 'exit' in the top left corner
of the third line (just below the 'cmd' logo).

On Fri, Mar 13, 2020 at 8:37 PM Marco Atzeri via Cygwin <cygwin AT cygwin DOT com>
wrote:

> Am 13.03.2020 um 17:34 schrieb Kostya Altukhov via Cygwin:
> > Just try e.g. "rlwrap cmd" from bash and attempt to work in it ->
> > completely broken.
> > Is this related to the recent pty changes?
> > It worked fine earlier.
> > --
> > Problem reports:       http://cygwin.com/problems.html
>
>
> Please define what do you mean as completely broken.
>
> What are you doing ?
> What is the result you are seeing?
> What is the result you were expecting ?
>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019