console: force disable readline bracketed paste
GNU Readline starting from version 8.1 has bracketed paste[0] enabled by default which complicates handling pasted multiline text and is not supported for now. This patch disables the feature even if it is enabled in inputrc, by user or by default. [0] https://cirw.in/blog/bracketed-paste Needed for #4317 NO_TEST=readline config NO_DOC=readline config NO_CHANGELOG=readline config
Please register or sign in to comment