From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18247 invoked by alias); 18 Jul 2015 18:09:05 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 35819 Received: (qmail 29477 invoked from network); 18 Jul 2015 18:09:04 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 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:content-type; bh=z0xpf3Z5DL1qjrh0lnTo8wnKKd6EVqMy3uH9uSsfItw=; b=Wv+BKWM7uKweQVYglT288B67ByZQZ8JTe4ohFgLiUTpxEEcvBgSHdwf0zRZ0jzQjdW pYKJcO/AFg0yYOCz9aD4yCISB0wFAh0Ho4dclS6tSbC/wS+2tZaSd+D8GWI0ZWPBl1rI 4gFpzYElRdBSfw27pVzlcouh1d075Y1DHzkfpJuVCP8Ytg0IUdzJl5yfTGePfk5RVBdZ gzdFwzTkc6/vqnrOvjpEIU8MXOGYN+jNuxlqiyze6aOY2BsEu7ii2RBvgb2YEdzryWIn M4h72gfKnRW40lGQMEJ0OULd/USlrz7jYedubWutIuRB0v9y74i+FDSlkYOc84kALFuw pMsw== X-Gm-Message-State: ALoCoQkdIzXXgCEyslofHHuSSwQfME0GtvkXV1rpEl+xNRX7MBeICCRjjRx3j5yqhAmwMMc+OON9 X-Received: by 10.182.58.81 with SMTP id o17mr18665222obq.13.1437242943078; Sat, 18 Jul 2015 11:09:03 -0700 (PDT) From: Bart Schaefer Message-Id: <150718110859.ZM4405@torch.brasslantern.com> Date: Sat, 18 Jul 2015 11:08:59 -0700 In-Reply-To: Comments: In reply to "Yuri D'Elia" "Re: bracketed paste" (Jul 18, 2:05pm) References: <7277.1437023995@thecus.kiddle.eu> <150716131504.ZM18155@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: bracketed paste MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jul 18, 2:05pm, Yuri D'Elia wrote: } Subject: Re: bracketed paste } } On 16/07/15 22:15, Bart Schaefer wrote: } > There are a couple of features that might be useful if we could come up } > with a way to do them. One would be an indication of whether bracketed } > paste is supported at all, so that no one is taken by surprise when the } > shell starts executing what they pasted. Another is some indication of } > what text was pasted (maybe highlight-color it differently?). } } Is there a setting to highlight yanked text? Could be done in a custom wrapper widget with region_highlight, I think. Otherwise, by default, no, but perhaps we could add one. } What makes you think that the command was sent is that the terminal } scrolls upward and the cursor is on the last line, which looks empty. Oliver's POSTEDIT suggestion is helpful here, but for commands that produce only a small amount of output (not enough to cover up the "Please wait..." text) it's suboptimal.