From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id yr/fBP2QAmOZISsAWB0awg (envelope-from ) for ; Sun, 21 Aug 2022 16:09:33 -0400 Received: by simark.ca (Postfix, from userid 112) id 010671E4A7; Sun, 21 Aug 2022 16:09:32 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, NICE_REPLY_A autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 877131E222 for ; Sun, 21 Aug 2022 16:09:32 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C83243858012 for ; Sun, 21 Aug 2022 20:09:30 +0000 (GMT) Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) by sourceware.org (Postfix) with ESMTPS id BEAB93858C20 for ; Sun, 21 Aug 2022 20:09:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BEAB93858C20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=mail.api.win Authentication-Results: sourceware.org; spf=none smtp.mailfrom=api.win Received: by mail-lj1-f176.google.com with SMTP id u24so3360337lji.0 for ; Sun, 21 Aug 2022 13:09:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc; bh=p5myNqdZ+vuYAFE9VgycMKrnym9WD5EFhS/yvgdz58I=; b=r/UepUZFNlWPnCHCFxLlSHOs+AMXGkkmogWw8zRwEk4KCoUdajgHPmJI06GNIZi6r0 Vk+6em6hIVs45xXMXuyoez9FUOqe3wt1s/WB2cWwyLT9jGp7YcjT5DWp5s9qFiaVE5sy CmO2yUM6bDiegvLqGhMox2AZdR7PpCnXyrIlCv+cXktPdLvR/oWldnwrdhwNAw2CiJRh RIMhNWKqPz49BaWlIzcbreuqatp//JM68GCepX7JwE8PjS+HEdZDS2Gqi9Ek6WAlE2ho wEfanoxGH5TiYQu/NCavg/P0moDn/CKwi/WFjDVW+YLsPjrA/e3BS8gZJhnfg2Sg5W0A Kxtg== X-Gm-Message-State: ACgBeo3Q3ZdBErvgimYDLN8IDBnyRQqdiLik1b4c9vJKtxCdOg0nbJ4o ckUpph1oynvrBF94ZvI72E/9Ok/4S169lB4s X-Google-Smtp-Source: AA6agR4gx8qJIbcdjmTJqkcpw+2i57s8bLQwYGPhe/r/LewMKIOQ2uPt+6FVXxMbQM23jVBHUb4T6g== X-Received: by 2002:a2e:92c8:0:b0:25d:6ddf:e71d with SMTP id k8-20020a2e92c8000000b0025d6ddfe71dmr4778051ljh.170.1661112558566; Sun, 21 Aug 2022 13:09:18 -0700 (PDT) Received: from ?IPV6:2a03:1ac0:b0d6:4d64:ff97:eb92:db9c:f225? ([2a03:1ac0:b0d6:4d64:ff97:eb92:db9c:f225]) by smtp.gmail.com with ESMTPSA id n20-20020a05651203f400b0048a85bd4429sm313728lfq.126.2022.08.21.13.09.17 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 21 Aug 2022 13:09:18 -0700 (PDT) Message-ID: <5c28f4cb-3ca6-6a3e-41b3-1fcc5d0afbfc@mail.api.win> Date: Sun, 21 Aug 2022 23:09:16 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v2] Add an option with a color type. Content-Language: en-US To: Eli Zaretskii References: <87zgg2ydhx.fsf@redhat.com> <20220820121917.11438-1-gdb@mail.api.win> <835yindr0c.fsf@gnu.org> From: Andrei Pikas In-Reply-To: <835yindr0c.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > how do we check that TrueColor is > supported by the terminal, and what will happen if they aren't? We don't check that TrueColor is supported by the terminal, because we don't use TrueColor by default. Thus, the user is responsible for setting the colors supported by his terminal.