From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14471 invoked by alias); 27 Aug 2014 16:55:35 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 14454 invoked by uid 89); 27 Aug 2014 16:55:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-qc0-f177.google.com Received: from mail-qc0-f177.google.com (HELO mail-qc0-f177.google.com) (209.85.216.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 27 Aug 2014 16:55:33 +0000 Received: by mail-qc0-f177.google.com with SMTP id x13so574386qcv.36 for ; Wed, 27 Aug 2014 09:55:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:date:to:cc:subject:in-reply-to:message-id :references:user-agent:mime-version:content-type; bh=VzZAvfZENpQtWK6c+InI9CGITKNpFqkSmwksEtaJSIw=; b=M70IeMim+Z1yu5fIYNOvfnRDtDOJZ6R4otJmSl9RKrSIh+MwnTxeFsdI8nnESfHd5z nx/jROS9uGelpeIs56wQm9F+Y4z5DSeC3wLjc7+Us4l7Oo84BimUt9J7xbD2UrN1sH8S AqPuek3rObnANB7lvD2s7bLkIc8cC+8biG/xcCdeZ9dphvrUwbQdPEaCxkGoqWCRy/O9 bJlN4CGfSxl6tqS2Y7hCOh+emrCKYndvIPk5t7/y/N3zVrShxEUbUFBw0EucpoZ/qVHY WUKEG4Xm3j49k2x2JgfqF0T5uA79ilTncpaqJl7sjpTGSDvngau/k3QlBlV7lLlAQS/2 oaeQ== X-Gm-Message-State: ALoCoQnwNtrni6NGwcfVzbsEYXrH+BvHZr4BWmVZIkRDb2/8n6OilLwaey9S0+pfYAcCv11KVU34 X-Received: by 10.224.95.74 with SMTP id c10mr58321652qan.35.1409158531465; Wed, 27 Aug 2014 09:55:31 -0700 (PDT) Received: from [192.168.1.130] (ool-4353af5c.dyn.optonline.net. [67.83.175.92]) by mx.google.com with ESMTPSA id m45sm1385833qga.36.2014.08.27.09.55.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Aug 2014 09:55:30 -0700 (PDT) From: Patrick Palka X-Google-Original-From: Patrick Palka Date: Wed, 27 Aug 2014 16:55:00 -0000 To: Sergio Durigan Junior cc: Patrick Palka , Pedro Alves , gdb-patches@sourceware.org Subject: Re: [PATCH] Fix terminal state corruption when starting a program from within TUI In-Reply-To: <87wq9t3mhx.fsf@redhat.com> Message-ID: References: <1408990671-6023-1-git-send-email-patrick@parcs.ath.cx> <53FDC401.30509@redhat.com> <878um951oc.fsf@redhat.com> <87wq9t3mhx.fsf@redhat.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00580.txt.bz2 On Wed, 27 Aug 2014, Sergio Durigan Junior wrote: > On Wednesday, August 27 2014, Patrick Palka wrote: > >> I was afraid that that might happen :/ Sorry about that. Patch is >> attached. > > Thanks, pushed: > > Thank you! Though it seems that the ChangeLog entry is missing. > > -- > Sergio > GPG key ID: 0x65FC5E36 > Please send encrypted e-mail if possible > http://sergiodj.net/ >