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    c...@case.edu    http://tiswww.cwru.edu/~chet/

Reply via email to