From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 347F415808B for ; Wed, 9 Feb 2022 11:13:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 443AAE08A0; Wed, 9 Feb 2022 11:13:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4F52E08A0 for ; Wed, 9 Feb 2022 11:13:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B2BD342BD0 for ; Wed, 9 Feb 2022 11:13:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9D7A2A0 for ; Wed, 9 Feb 2022 11:13:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1644405221.02582b22f05e5506e50907dba4f9ffbc128121f7.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/ X-VCS-Repository: proj/portage X-VCS-Files: lib/portage/output.py X-VCS-Directories: lib/portage/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 02582b22f05e5506e50907dba4f9ffbc128121f7 X-VCS-Branch: master Date: Wed, 9 Feb 2022 11:13:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2deb5d99-6be6-472a-9106-129fddb302bf X-Archives-Hash: 9accec0d7d10045bc29da187da26529b commit: 02582b22f05e5506e50907dba4f9ffbc128121f7 Author: Stanislav Ochotnický redhat com> AuthorDate: Fri Sep 24 08:00:00 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 9 11:13:41 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=02582b22 xtermTitle: support foot terminal Foot supports title updates so let's dynamically update the title when using it. Closes: https://github.com/gentoo/portage/pull/753 Signed-off-by: Sam James gentoo.org> lib/portage/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/output.py b/lib/portage/output.py index 77375b012..33c477012 100644 --- a/lib/portage/output.py +++ b/lib/portage/output.py @@ -270,7 +270,7 @@ def nc_len(mystr): _legal_terms_re = re.compile( - r"^(xterm|xterm-color|Eterm|aterm|rxvt|screen|kterm|rxvt-unicode|gnome|interix|tmux|st-256color|alacritty|konsole)" + r"^(xterm|xterm-color|Eterm|aterm|rxvt|screen|kterm|rxvt-unicode|gnome|interix|tmux|st-256color|alacritty|konsole|foot)" ) _disable_xtermTitle = None _max_xtermTitle_len = 253