From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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,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 94c9c00b for ; Fri, 29 Nov 2019 12:22:42 +0000 (UTC) Received: (qmail 212 invoked by alias); 29 Nov 2019 12:22:34 -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: 44949 Received: (qmail 329 invoked by uid 1010); 29 Nov 2019 12:22:34 -0000 X-Qmail-Scanner-Diagnostics: from mx1.cock.li by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.0/25642. spamassassin: 3.4.2. Clear:RC:0(185.10.68.5):SA:0(-1.9/5.0):. Processed in 2.755439 secs); 29 Nov 2019 12:22:34 -0000 X-Envelope-From: zsugabubus@national.shitposting.agency X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at national.shitposting.agency designates 185.10.68.5 as permitted sender) Date: Fri, 29 Nov 2019 13:21:41 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=national.shitposting.agency; s=mail; t=1575030112; bh=2NZyZ2ilWO8HfVGc2rpf65LT+3MGpj67sTetY1itkxk=; h=Date:From:To:Subject:From; b=JI8+w7bkBqudJfjW4QzUCvsp583i+k8BWEO0mgz5Q/uEpClI3Bn7c/nItOPUIOu6i OTnYgeeGRFwB6BDZm38KiunzvAYlptATNTK7xGL+f/Z4g3Xypl5vNnDSmZyD32QE2o inm91FWJzt0yLmrU5PcJ3FpqOS7+Lqv6X+25DoJBO9CoZ0CRj8IeuI1Mf24WnT+g4j 2sUbMntOtv+fP3onc8ieP16Amc7ef0K6hDVGSWn2dTl3g2+7sFg5zYn+gznRO/pczk AgVvWpykVTxhPZUtXouhPkzoghhiiHbPi9ZX8DtF1WTFul7I4bpR2DUUh7C8Zmxggd cyM3brKdc6OXw== From: zsugabubus To: zsh-workers@zsh.org Subject: Funky list-colors Message-ID: <20191129122141.rekf7hcxtacjojo2@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit zstyle ':completion::complete:*' list-colors 'fi=mXXX \e[' Zsh doesn't seem to correctly handle cases when “color” causes something to being printed on the screen: - because completion menu computes widths without colors, it completely loses its grid structure; - because highlighted items in the menu (tab, tab, tab...) no longer get prefixed with colors from `list-colors`, they are becoming shorter, causing additional visual glitches. I'm not completely sure if it's a bug or I am trying to do something illegal with `list-colors`/`LS_COLORS`. -- zsugabubus