Skip to content

Instantly share code, notes, and snippets.

@captainsafia
Created January 25, 2014 22:37
Show Gist options
  • Save captainsafia/8624734 to your computer and use it in GitHub Desktop.
Save captainsafia/8624734 to your computer and use it in GitHub Desktop.
(if (member "--no-linedit" sb-ext:*posix-argv* :test 'equal)
(setf sb-ext:*posix-argv*
(remove "--no-linedit" sb-ext:*posix-argv* :test 'equal))
(when (interactive-stream-p *terminal-io*)
(require :sb-aclrepl)
(require :linedit)
(funcall (intern "INSTALL-REPL" :linedit) :wrap-current t)))
(sb-alien:alien-funcall
(sb-alien:extern-alien "disable_lossage_handler" (function sb-alien:void)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment