From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-return-43711-ml=inbox.vuxu.org@zsh.org X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 7f4f4a64 for ; Thu, 18 Oct 2018 05:11:04 +0000 (UTC) Received: (qmail 336 invoked by alias); 18 Oct 2018 05:10:54 -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: List-Unsubscribe: X-Seq: 43711 Received: (qmail 17026 invoked by uid 1010); 18 Oct 2018 05:10:54 -0000 X-Qmail-Scanner-Diagnostics: from mail-oi1-f182.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.167.182):SA:0(-1.9/5.0):. Processed in 0.882236 secs); 18 Oct 2018 05:10:54 -0000 X-Envelope-From: sgniazdowski@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=dlzUR/qJTYtxlHzmCBl54w9RZqbcbFav9KC2gAsOd9U=; b=oK2J8rkiKwfQZKE/FCLd0OAWHQW1TdW9j956naNTa5buwAH8/YPJ3cgeipxuGdOBLW NFQ6zVwSmLntvaUehp1DM3U36PAPiYAz8OptypbCv7i2Pz06wQvyMwDy0I9Rh1NxpgNw X5+5cZFN6GjQCp7ig9hVE536nTMzuykEfy5n539EWcZcSexuEy+9TtmpwYdzqrRkjz40 QOkgUAwisJJrGV9Y6oin0UJpNVUifjv+Cj4SBYZE7cbIROjzTcyAFtx+sfMpRAYDKdBm X2r+E3NTb3OErgR4tWkSc/hMoEXfRna8CIBftpJbPgddcYfu/qwydJsEcdBK2zajuFZP aY/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=dlzUR/qJTYtxlHzmCBl54w9RZqbcbFav9KC2gAsOd9U=; b=FcOToR2tC3OEOb+U7WqybQ2CildEOMoS+HdQpRlIw+eU+/rIKlJtKo8KV40c8trrtD I1yZgVEAgryuww03J8jWDrjl9zS/KkOHRlSY2MoBjIBMi/tlEgyfhdPKBx7CZrrhguH5 KLo/1NEPGgXKRdibfix/alNE0VH/XPKlV7rt1UOiCBBywNIxK8arnzsXjrGYUyGgN/qw LK/cfd4IUZ+8ykYWHRPlGPZL/G2qZDFyvSIzqpHv67eshpcrOVCD38QszUS9QECVnfc5 2JBw8+bl5S5yAZ8Dq23TbGmhrDYBEpcYSWmXMPA/eIHw+qfsTNiepV4XCYmveo0pXL8F T5GA== X-Gm-Message-State: ABuFfohJHY1z/v/VCaVYpyZiMREl0yzdeHIrtluYTMj/y5ErTvonhA+r /2q9FML+Id4UCprJgP62co86ZYmtQIJOvwp1y0l70Q== X-Google-Smtp-Source: ACcGV62nFxkmIbvNYROBl3zXx8Q5xMnNeqb2ILy5+r6WyLmI8EvpdqZNxA4WZCx7QhYjbAgYKnvTZpRVdR/unoZyvd0= X-Received: by 2002:aca:af91:: with SMTP id y139-v6mr14456712oie.322.1539839450369; Wed, 17 Oct 2018 22:10:50 -0700 (PDT) MIME-Version: 1.0 From: Sebastian Gniazdowski Date: Thu, 18 Oct 2018 07:10:37 +0200 Message-ID: Subject: Extend `zed' with status bar, is it possible? To: Zsh hackers list Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello I'm looking at vared and it seems that there is no way to replace/append-to vared's last line (last POSTDISPLAY line?) with some custom contents, basically a status bar. Does someone know a way? Using zed to add debug-print lines / fine-tune modifications is a nice use-case, if done with syntax highlighting that includes brackets-highlighting. There is a group of developers that edit in-session (not hash-bang) scripts and could benefit from this =E2=80=93 th= eme (prompt) creators. As established earlier, this would be for say `zedex', an extended version of zed (unsure if it will succeed to include in upstream). -- Sebastian Gniazdowski News: https://twitter.com/ZdharmaI IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin Blog: http://zdharma.org