From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw1-x1132.google.com (mail-yw1-x1132.google.com [IPv6:2607:f8b0:4864:20::1132]) by sourceware.org (Postfix) with ESMTPS id 2DE0838582BD for ; Tue, 10 Jan 2023 15:50:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2DE0838582BD Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-yw1-x1132.google.com with SMTP id 00721157ae682-4a2f8ad29d5so159147127b3.8 for ; Tue, 10 Jan 2023 07:50:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=DpepFmccWA7U0O0zXnvpyNG3Wy2Fo8KmE5c4Pa0kJTg=; b=maaYTB5NSm0LC4r9/bYNjDHSK33y6bkMdMogNr1VuQtOsMoNcxeebWKU7nLJdJw053 2KGl0ZVvy9mEaImLcNf6348ETVm9n/dQO5kMJAUWtIy6q3yknW6p5sX1M+8chY2ogSqC o34tDt2xii0V7aB4SiQz7xYvPs7AzYdgvUFZ2IROhXxnqyXyAWIsbTFRlK/8lF51yAWh lR156E1eSi64yXuRaA5d4f76E3U7bpMaJkR/S1GVlqdpCFFow1BEIoCWvBFrQ/sAu7yS xn/tuhGZwVi23eKIMF0Dh+2utHe+OLqS3ZlCOaWVvhviaKiqdCvJibWp6bZpclJDcwrl ukWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=DpepFmccWA7U0O0zXnvpyNG3Wy2Fo8KmE5c4Pa0kJTg=; b=dQS/1mfsweO2gCrHhv4pFscyFO1rpOJiIvwx09yhepdLBw5vZDJT5ygauExf+03LgP d9xvPet+J19Munt7szurhMeSQNNFmGZEnAFIi8e8221NpE0/F1lRweMv6mYzl3JKALZi YArOhZaLofEe093SyhJOaVYIS4FbUtEPT8WlJ6eyRZjUMkiOgs4xFtY+Zfc8jqNiMTqj KymoWim9ag6vxLpX11cXrKhRheByidTU4CPwXbUGenLeB+WApKaH2L8oR5JrfukIK1yF rGcAYp6iZj9UKmMaN3iQ2CLGGYprBe3zf26/NvmhAhI7bP4gJ9GCfINdwQTmy05KlprU wI/Q== X-Gm-Message-State: AFqh2krd4KubBc0OTvQCQHTEOXLzs0rOvTn5HgitI+hkjy6m4lUJr2CT 4mECcSurXkbPMGO/D7QWHqRODhLdIQJDLsdw4id4Kwl5LpYy7Q== X-Google-Smtp-Source: AMrXdXtmyciFRPJsWBXoREZwXbgN7fLKO9KgMB3jcyBC27irpmGhm6qI/rDjLZUBpJsk9gZwQrxEtz8COElyXARtMH0= X-Received: by 2002:a81:7109:0:b0:4a6:537d:157f with SMTP id m9-20020a817109000000b004a6537d157fmr3569884ywc.153.1673365837413; Tue, 10 Jan 2023 07:50:37 -0800 (PST) MIME-Version: 1.0 From: Francesco Pretto Date: Tue, 10 Jan 2023 16:50:26 +0100 Message-ID: Subject: Maximizing windows during "git log" locks mintty both in "Git for Windows" and cygwin 3.4.3 To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=0.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hello, I want to report a bug in mintty that is mostly suffered by "Git for Windows" users, which in version 2.39.0.2 they are using mintty 3.6.1. The bug has been reported in this "Git for Windows" issue[1]. Basically maximizing the mintty window during a "git log" session locks the tty session and the window must be quit/killed. I can reproduce within a vanilla cygwin mintty 3.6.3 session, which is present in the latest cygwin 3.4.3, using the same "Git for Windows" git binary. To reproduce; - Open a cygwin mintty window, keep it **default** size, don't maximize here; - Go to a git repository directory; - Enter "git log" (I'm using the git binary from "Git for Windows", location "/cygdrive/c/Program Files/Git/cmd/git"; - Maximize the window; - Try to exit "git log" by pressing "q" -> lock! There was some debate of who was supposed to report the issue to this ML. Please, ask for more details "Git for Windows" maintainers, if you need, either by contacting them here/privately or writing to their Github issue. Regards, Francesco Pretto [1] https://github.com/git-for-windows/git/issues/4060