commit | 63a474788a3f53f8edb62cf895aeb90508435c1d | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Jul 24 12:22:24 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Jul 24 12:22:24 2014 +0200 |
tree | f7c7d0756ac06b355b059c77d3c3727d7946131f | |
parent | 909d61f7dddb95170f85ffd9aa2381116b9197fd [diff] |
Issue #19884: readline: Disable the meta modifier key if stdout is not a terminal to not write the ANSI sequence "\033[1034h" into stdout. This sequence is used on some terminal (ex: TERM=xterm-256color") to enable support of 8 bit characters.