bug-bash
[Top][All Lists]
Advanced

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

Re: Bash-5.1-beta available


From: Chet Ramey
Subject: Re: Bash-5.1-beta available
Date: Wed, 7 Oct 2020 15:12:49 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.3.1

On 10/7/20 12:42 PM, Andreas Schwab wrote:
> On Sep 10 2020, Chet Ramey wrote:
> 
>> h. Bracketed paste mode is enabled by default (for now).
> 
> Shouldn't that be disabled on a dumb terminal?  This wrecks havoc on the
> gdb testsuite.  It sets TERM=dumb to tell readline not to do any fancy
> output, but this no longer works.

Does gdb have access to set readline variables from its test suite? (Other
than specifying an INPUTRC file, of course.)

If so, it can run

rl_variable_bind ("enable-bracketed-paste", "off");


-- 
``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]