qlyoung's wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
disable_bracketed_paste_in_gnu_readline [2023/09/09 00:07] – created qlyoungdisable_bracketed_paste_in_gnu_readline [2024/01/06 05:25] (current) qlyoung
Line 1: Line 1:
 +====== disable bracketed paste in gnu readline ======
 In early 2021 GNU Readline, the venerated line editing library used in everything from bash to [[http://docs.frrouting.org/projects/dev-guide/en/latest/vtysh.html|vtysh]], enabled bracketed paste mode by default. This is a significant behavior change, and while it's [[https://lwn.net/Articles/839213/|noted]] that there is a compile time option to change this default, generally you can't tell users to recompile some system library to get a feature back. In early 2021 GNU Readline, the venerated line editing library used in everything from bash to [[http://docs.frrouting.org/projects/dev-guide/en/latest/vtysh.html|vtysh]], enabled bracketed paste mode by default. This is a significant behavior change, and while it's [[https://lwn.net/Articles/839213/|noted]] that there is a compile time option to change this default, generally you can't tell users to recompile some system library to get a feature back.
  
Line 8: Line 9:
 free(disable_bracketed_paste); free(disable_bracketed_paste);
 </code> </code>
 +
 +{{tag>from_blog technology programming}}
Panorama theme by desbest
disable_bracketed_paste_in_gnu_readline.1694218074.txt.gz · Last modified: 2023/09/09 00:07 by qlyoung
CC Attribution-Noncommercial-Share Alike 4.0 International Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International