bug-readline
[Top][All Lists]
Advanced

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

[Bug-readline] readline sends meta_on escape sequence without regard for


From: Scott Bertilson
Subject: [Bug-readline] readline sends meta_on escape sequence without regard for meta_flag passed to rl_prep_terminal
Date: Fri, 20 Jun 2014 18:12:08 -0500

Seems to me that the terminal mode adjustment applied when meta_flag is non-zero ought to also determine whether the escape sequence is sent.

Wondering if it makes sense for readline not to send out the meta_on escape sequence if rl_prep_terminal is called with a meta_flag of 0 since that disables the terminal mode adjustments for 8 bit input.

Currently using 6.3-release patch 6 on a Gentoo 64 bit Linux 3.10.
config.h attached
trivial test program attached...I usually ran it: script -c './readline-test | od -c' readline-test.log
then examined the log.

Attachment: config.h
Description: Text Data

Attachment: readline-test.c
Description: Text Data


reply via email to

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