From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.86.59.13 with SMTP id h13cs293697fga; Sat, 27 Feb 2010 00:23:48 -0800 (PST) Received: by 10.224.44.11 with SMTP id y11mr889901qae.40.1267259027477; Sat, 27 Feb 2010 00:23:47 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 8si3113475qwj.35.2010.02.27.00.23.47; Sat, 27 Feb 2010 00:23:47 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 0B3C418582D6; Sat, 27 Feb 2010 03:23:47 -0500 (EST) Received: from pion.club.cc.cmu.edu (PION.CLUB.CC.cmu.edu [128.237.157.88]) by rubyforge.org (Postfix) with ESMTP id 6FDFB1858249 for ; Sat, 27 Feb 2010 03:23:40 -0500 (EST) Received: from rlane by pion.club.cc.cmu.edu with local (Exim 4.69) (envelope-from ) id 1NlHxb-0006CO-Tf; Sat, 27 Feb 2010 03:23:39 -0500 From: Rich Lane To: Michael Stapelberg In-reply-to: <1266549876-sup-2041@midna.zekjur.net> References: <1266549876-sup-2041@midna.zekjur.net> Date: Sat, 27 Feb 2010 03:23:39 -0500 Message-Id: <1267258772-sup-9178@zyrg.net> User-Agent: Sup/git Cc: sup-devel Subject: Re: [sup-devel] [PATCH] Bugfix: Don\xe2\x80\x99t call Ncurses.getch when in shell\x96out mode X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Excerpts from Michael Stapelberg's message of 2010-02-18 22:26:37 -0500: > Hi, > > (at least for me) the attached patch finally fixes the pinentry-ncurses > problems we were still having (as soon as you press a key, the screen is > garbage). > > To quote the commit message: > > Previously, when using threads, Ncurses.getch was called while > the gpg pinentry was running (as an example of using the shell_out > method). Now, the Ncurses mutex will be used to wait until shell_out > mode is finished. > > Please have a look if this patch is working for you and merge it for the next > release. > > Best regards, > Michael What's the reason for passing the BufferManager singleton as an argument? What does "drop the input" mean? _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel