From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17862 invoked by alias); 26 Sep 2015 23:45:50 -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: 20654 Received: (qmail 17003 invoked from network); 26 Sep 2015 23:45:49 -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=-1.9 required=5.0 tests=BAYES_00 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=NtQDZEvSJqHR8mtfwYtFr6G31TNzao493clMuxm9eZs=; b=Rr2lmht8KBgijmBS/9RydHsApO0vUM3/g35jFzbu51L1szuvoRePj1eSwQpIX7HVXK P3HLDU+hk6QXKbKVIYUAz1cSbF+wHRYhNCTrIiMuLT/7U+AZqeH7lSLnuuwCK5fppJxL a9npQQW6RDGoHLGbYYMbX+6gwbN2/zgMty4a62CL45nexTl91+U5zL96kKT3JDA5RAON r9F4LItdl9sDYf//oEfqsRzUmR5vba3ZXIsBH8fl9hH1fVerZg2lIPmG0O9V58yUD7nt KZt7Diw99YGVzDDEe+nU4lunekKBhnzDZKSDrIRvSl4iqPkJ8bcMce0KXdRda9R+OqIm 72DQ== X-Gm-Message-State: ALoCoQmeJxxBHjymR3ds3VmzhvjZVUsH6NAnyaNn6cd5Ablp0f4yGAtWGx64N/himD4xY1zH4CK1 X-Received: by 10.202.48.210 with SMTP id w201mr6600767oiw.115.1443311147268; Sat, 26 Sep 2015 16:45:47 -0700 (PDT) From: Bart Schaefer Message-Id: <150926164544.ZM18002@torch.brasslantern.com> Date: Sat, 26 Sep 2015 16:45:44 -0700 In-Reply-To: Comments: In reply to Sebastian Gniazdowski "One other alternative history search widget" (Sep 26, 4:07pm) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: One other alternative history search widget MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 26, 4:07pm, Sebastian Gniazdowski wrote: } } One problem is that it puts multi line history entries into one line, } introducing '\n' where the newlines should be. Is that a problem with "history -nr" output, or is it a problem with the representation necessary to allow curses-based list selection?