bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some Readline variables are not available in "bind -v"


From: Chet Ramey
Subject: Re: Some Readline variables are not available in "bind -v"
Date: Mon, 17 Jul 2023 16:23:24 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 7/16/23 9:25 AM, Sebastian Carlos wrote:
Hello,

I noticed that the following variables are not visible in "bind -v":
- active-region-start-color
- active-region-end-color

Thanks for the report. These two variables aren't reported by `bind -v'
if they have a value, so that needs to be fixed. However:

These variables don't have a default value and won't be reported until you
set them to something. The display code uses whatever the terminfo entry
reports for the terminal's so/se capabilities if they aren't set.

- isearch-terminators

Similarly, this variable doesn't have a default value and isn't reported
until you set it to something. The isearch code uses a default value if
it's not set.

Chet

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]