From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21501 invoked by alias); 24 Feb 2015 03:49:49 -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: 19912 Received: (qmail 18594 invoked from network); 24 Feb 2015 03:49:48 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=94fHzTj7fRCD2mey4FbITfVJElLsvmRsldca3D94118=; b=Oo9UuGoJ44kb49Zcm4mAR/1Yb9sNgFvixaVPcbKtQoasm48GIjsyk4S6RCHoL9kZUv A9E+LpivF31+Y2GpAiP1FDoAIKxHshfA9wc1+i8RCKbBfYKUOV1AdbP93Mocj+FycM0/ A57IcOhRudFrn5O0Iy08F8Pwdp9JB5X8aNqqg8QeCRTpuF1fQLn2Cy3C1UFvL+H+v3mu cssgyVRsAcxjJ43+2Gd17c9AvLq6o9XfTV9AzHgaUzQkjhgU6Hgw44AoopWR2BawsO+J d7rFRRhvzVTjpc/sIr5zbNAWujbEvmKguqa/uVzc1iJTO1ztxFYB1+QqwYajyy0YU1zT RWmw== X-Received: by 10.107.15.156 with SMTP id 28mr18462139iop.57.1424749786167; Mon, 23 Feb 2015 19:49:46 -0800 (PST) Date: Mon, 23 Feb 2015 22:49:43 -0500 From: junkcommander0@gmail.com To: zsh-users@zsh.org Subject: Re: ANSI bg colour outside of prompt area Message-ID: <20150224034943.GA5480@miranda> References: <54EA6200.1040007@eastlink.ca> <4348921424650217@web10g.yandex.ru> <150222171418.ZM19031@torch.brasslantern.com> <54EAA154.1080602@eastlink.ca> <20150223094626.GA28360@xvii.vinc17.org> <150223083637.ZM20263@torch.brasslantern.com> <54EB5AA7.8070502@eastlink.ca> <150223185315.ZM21001@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <150223185315.ZM21001@torch.brasslantern.com> User-Agent: Mutt/1.5.23 (2014-03-12) I'm still pretty green when it comes to all of this, but I'm not sure if anyone would be too disoriented by this not working in zsh like it did in bash. I'm actually not entirely sure where I originally came across it to begin with, I found a little perl script that ran in urxvt and changed background colours, and then I started reading up on ANSI escape sequences to see what it was really doing. I can understand not wanting to unecessarily complicate things too much, fresh out of the 450pg zsh manual haha :). Sorry for all of the fuss, I'm just poking around and trying to understand how things work.