cl-readline
cl-readline copied to clipboard
Common Lisp bindings to the GNU Readline library
cl-readline has `set-paren-blink-timeout`: > "Set the time interval (in microseconds) that Readline waits when showing a balancing character when 'blink-matching-paren' has been enabled. The function returns previous value of the...
The brew readline prefix is hardcoded into `cl-readline.lisp` as `/usr/local/opt/readline` and if a different prefix is used even `brew link --force readline` will not work. I have a global non-default...
In general, one should link against -ltermcap or -lncurses when using -lreadline, since that contains external references to various functions, which can lead to undefined symbols when linking. E.g., on...