From owner-freebsd-ports@FreeBSD.ORG Tue Sep 2 20:53:02 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E62D210; Tue, 2 Sep 2014 20:53:02 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9161A1241; Tue, 2 Sep 2014 20:53:01 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id q5so8638478wiv.0 for ; Tue, 02 Sep 2014 13:53:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=2uqFCWSfMViHPgW1whLQ8hLc+Hd0Xvz/QK2vZLoF8j0=; b=o5zDMxTszGaOHjD6a6Fsht1OYdDublw/qMmUlvLSbl9KBR05gtjngmbtWwHisbD4+C f7fjTs1lDvYsyuiH056cLwLKQfMcN5pIevDBlgmGG1fPYZ97UzXlX0Q716WFunEbVT5v FaHiTlBKoAZMy8Q86rr/5oflHU6aM4T+3Eb+J6y/6CqUZ8LIKspRdinXBhlTDHVWnyBe RCSLILbLs7Zo+LfOpiiLCieriUzJfY3kM9uWNIuNz//YM0VyEgkNI68uYV4vtuZ9GziN VuWPMFXI0tWEQy01ISPnYUemmMRmBXVQ1S6pUsCTjSSzukCmWFs1PRD4jcOq4qkE/XLD t1Vg== X-Received: by 10.180.182.67 with SMTP id ec3mr31054196wic.21.1409691179871; Tue, 02 Sep 2014 13:52:59 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.194.90.2 with HTTP; Tue, 2 Sep 2014 13:52:39 -0700 (PDT) In-Reply-To: References: From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Tue, 2 Sep 2014 22:52:39 +0200 X-Google-Sender-Auth: OqZsFjHFM3m3a22r3ooNRq0qoow Message-ID: Subject: Re: tmux backspace patch? To: Patrick Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Ports ML , gahr@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2014 20:53:02 -0000 On Tue, Sep 2, 2014 at 8:43 PM, Patrick wrote: > Hi, there: > > > I was just wondering about the backspace patch for tmux. Since upgrading to > tmux 1.9a (from 1.8) where this patch is unconditionally applied, my > backspace key no longer works in the tmux command prompt (e.g. :). I > had to remove the patch and manually rebuild to get it to work. I'm just > wondering what purpose this patch serves? I don't really understand what > this patch is doing, but I see from Google searching that I'm not the only > one to have the exact same issue with this patch. > > Hi, I've the same regression: I need to use shift + backspace now.