From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17910 invoked by alias); 24 Mar 2016 17:26:01 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 21405 Received: (qmail 19315 invoked from network); 24 Mar 2016 17:26:00 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=YkEKyayMHoz3Dcw/u+W3cy7ivimtz8fj9uaw838WnZQ=; b=kgQYlErnlkAbx5u/6ho4w3kE3V/tEVUesTbDOKEpy+WKtgFsyrQ34IpKKI+uOzZN6r luP0Vw/wdJXDECq37vYOIOpGyEFCbTqY66ExHuWWxEeNDXPUy+uKn2nm7mBZ6CDES2/b 8BCE8ANz7xqy+VNFfgpPKrs7ikycIGx8ALDvqcN4KuCah8MWv+LJbusA8sGrDcrb2za3 +csG/TrLtom13A3yc03k0kdK2zR4tWjX3XwxhVi/4F2AZsZdCS4dCOGh/h3wFozk5f75 7bBoAjbS9C9vupcGcjquJtVb0msgkQ2Ej+N+r0fi/gZFIY6ODfuoXFSTn4wIpAzIRXSH pqRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version; bh=YkEKyayMHoz3Dcw/u+W3cy7ivimtz8fj9uaw838WnZQ=; b=ZiyHbyBuOhYGV5WCimUByTHmhlotVFFjDrTxQCEN0mLlELXOP8F2NAVkra3vTAnKT5 HmJ6AVHYtVEkprSz0MOiuzRXe0pHKMQasV3ZCWHtRsGyKylCkSJSDV9V643kLCUCSSxY T67/9pyjrW2/h1iyx4LhEwiW0/11wks00k7WmrbG8UTvc4lC87FMs/iEIhZrwLkkFwo2 CR65OP0NuXvLzvQz61JDiP3Std478inPJ4nd3cz6aVITbqhjYruiRKE+ge5AVT7dlX02 h2KaNJ8vDKVQa17ManjUORVwPXAgQCr4YpeNwGbKGq2zgxRy6fR5jkZJAUBHjCBjltht 5/aA== X-Gm-Message-State: AD7BkJKkE2cp6qoFhZWUoMBtiZhBOozuN+SY3ijuunTKDPHGzlcnjVoge9sKPa9s3Swiqw== X-Received: by 10.98.71.149 with SMTP id p21mr14509490pfi.133.1458840356614; Thu, 24 Mar 2016 10:25:56 -0700 (PDT) From: Bart Schaefer Message-Id: <160324102633.ZM5277@torch.brasslantern.com> Date: Thu, 24 Mar 2016 10:26:33 -0700 In-Reply-To: <20160324145351.GA16328@lorien.comfychair.org> Comments: In reply to Danek Duvall "Re: End boldface also ends background color" (Mar 24, 7:53am) References: <160323185356.ZM2458@torch.brasslantern.com> <20160324103837.678f2f36@pwslap01u.europe.root.pri> <20160324145351.GA16328@lorien.comfychair.org> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Zsh Users Subject: Re: End boldface also ends background color MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Mar 24, 7:53am, Danek Duvall wrote: } } Worth at least pinging Thomas Dickey to add the capability to xterm This would have to be a new termcap/terminfo library entry (or whatever stands in for them, maybe it's ncurses); it's not something missing from xterm. } Once you build zsh against the new version of } both, it would work, and you'd get historical behavior until then. We'd still have to reprogram zle_refresh.c to know about and do the run-time test for the new capability, which would take years to make it into everyone's terminfo databases, etc. I think we already have enough information to reprogram %b to first turn everything off, and then turn back on the stuff that shouldn't have been turned off. That'll potentially emit a bunch more escape codes at the point of %b but would solve the problem without having to wait for hundreds of OS distributions to update terminfo.