From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x82c.google.com (mail-qt1-x82c.google.com [IPv6:2607:f8b0:4864:20::82c]) by sourceware.org (Postfix) with ESMTPS id 7B4E53851C13 for ; Tue, 16 Jun 2020 03:38:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7B4E53851C13 Received: by mail-qt1-x82c.google.com with SMTP id i16so14462312qtr.7 for ; Mon, 15 Jun 2020 20:38:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bQEFaf8jpYwjItMp48v0DjUHuWV23EN48UAxEnCHHaA=; b=uStyiPE5QDuTji0Mh2t/ev+H5OYuAknU0NBpDoWpP1gjXAXJ1syNkhH5MQC7FaTqsu khV+mqX2B2R00wjffJ5ABP1VonqLmownydCcE9bmtI3I2I4X5KNndb73Zsv3ZHj+DicM 3/T9sKU7qIQLxYWrwVtp9AAtz9b4BmPhp0OUFhEQX64ULtPX6P4hpjxfb6EIk4MgPbf9 v0Pjnb8ndQMMhxrxNyY+C5Pc6SgSsE0GxP3n5OZMOIrq6YKBdi1tUrIZgu0PzAknMk5u gAJnCOno2yRJXWrYkHa6JMag4MYJkvsHdDYifD6OKVA93GTTJZ7mdDpPo4g+1RTZDGqn Qx3A== X-Gm-Message-State: AOAM530H6R+S+JLWTFWVcucnC6Rg1fPR1sGtEgVroeqLx/xp66+sRlUz nxRUncxoW09wSoHo/l0sJ20FZg6RCX+mVMfsCgY= X-Google-Smtp-Source: ABdhPJxvvQSVZpZEhjuu9/ytSuhOSz7lscmeXFYIQbXsC4S6OOMpIHNeiBMYmBlU3Y07GNwbPsc5wT3RbsiooMbx/jU= X-Received: by 2002:ac8:6a11:: with SMTP id t17mr19807232qtr.272.1592278717206; Mon, 15 Jun 2020 20:38:37 -0700 (PDT) MIME-Version: 1.0 References: <38b5d874-cdf2-50e7-dc76-aed3fee20334@redhat.com> <3011c306-2c6c-228f-07eb-95d3ff560942@redhat.com> <314644177.1902979.1592236099059@mail.yahoo.com> <07772538-b41f-49e2-43c9-c6cb8831050b@redhat.com> <87366whyvk.fsf@tromey.com> <00ed105b-6fe6-f554-f1d8-7f361695687e@redhat.com> In-Reply-To: <00ed105b-6fe6-f554-f1d8-7f361695687e@redhat.com> From: Phi Debian Date: Tue, 16 Jun 2020 05:38:26 +0200 Message-ID: Subject: Re: TUI enhancement suggestion. To: Pedro Alves Cc: Tom Tromey , Pedro Alves via Gdb-patches X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: , X-List-Received-Date: Tue, 16 Jun 2020 03:38:38 -0000 Hi Pedro, I like the "set tui current-line-highlight reverse-mono" of your patch, it remove the underline need, the current line is well readable. Cheers, Phi