From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x22a.google.com (mail-lj1-x22a.google.com [IPv6:2a00:1450:4864:20::22a]) by sourceware.org (Postfix) with ESMTPS id 63BD0385DC35 for ; Wed, 13 May 2020 08:51:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 63BD0385DC35 Received: by mail-lj1-x22a.google.com with SMTP id g4so16866064ljl.2 for ; Wed, 13 May 2020 01:51:02 -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; bh=DHk2VG5FM30BYTD9IxuHsjBjyRdtAM1AEljr+ZqYHvE=; b=fkHM9PFMczQ/TN8Y0CVHSWAF3Fdn6o4ZOib7QcEsKrbfGdH9gsAhRjcAIWk4IuLJ/x 5cay34Kkb0HaULBVxuNTSBTOVlZf1rUxMx6OnXvdAfJLw8Iky2GFj2b6LMyyyjrqmAkZ bAnho0E2u8nuUh2C3EFbNGjX/aKTD9zrrCjH6nKCsu+vRPVJVDOdR93VUmZ60adEuQG4 qLHfSjlHeIFaZ0BqNZKXhOaQizRBM9epW5VWIXP8mDybPxLL0H6Sj3csKLEE9Zm80bAJ rHWnLpu9zGykflwR55CHKfdjdmbnYaMgTbl9qLKKqVkY9znrpv1XUJNj9Emvo8Iyf+36 IyTA== X-Gm-Message-State: AOAM530DyOQZOwILW6T2mzp/UBXqzMq5W9BmUaMRZKplMZIhS7BGDHIn LiZ/uQInQVA3Cp74749flCJGprUsnLuXiLrC0BXmsENT X-Google-Smtp-Source: ABdhPJznFmgWYZZBMzY3vV1pDfBztDnPgWc0P27/0woLsazVaJc9A9/fNb9swk5zmFQfYJUkHFCWJYH2A806o/Xn6U0= X-Received: by 2002:a05:651c:105c:: with SMTP id x28mr4518138ljm.65.1589359860873; Wed, 13 May 2020 01:51:00 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Eric Lilja Date: Wed, 13 May 2020 10:50:50 +0200 Message-ID: Subject: Re: Console doesn't work correctly under anything else than cmd or mintty To: cygwin@cygwin.com X-Spam-Status: No, score=-2.8 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: Wed, 13 May 2020 08:51:04 -0000 I had a similar experience when I tried to use the CLI that comes with MongoDB. Switched to use TakeCommand instead when I needed to use the MongoDB CLI. Too bad! - Eric L On Tue, May 12, 2020 at 11:05 PM Kacper Michajlow via Cygwin < cygwin@cygwin.com> wrote: > Hi, > > I was testing latest master (e637d53) and console is clunky in anything > that isn't cmd.exe or mintty. I tested Microsoft Terminal and ConEmu. > > For example navigating with arrows doesn't work in vim. In zsh searching > history with up arrow when there is beginning of the command doesn't work. > And so on, sometimes Home button doesn't work to jump to beginning of the > line or Backspace to clear input. > > It used to work better. I have tried CYGWIN=disable_pcon but didn't help > really. > > Is it known problem? Is there a workaround? Should this be fixed in Cygwin > or somewhere else? > > Thanks, > Kacper > -- > 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 >