Skip to content

Instantly share code, notes, and snippets.

@snmsts
Created April 22, 2014 15:00
Show Gist options
  • Save snmsts/11182580 to your computer and use it in GitHub Desktop.
Save snmsts/11182580 to your computer and use it in GitHub Desktop.
(ql:quickload '(:cffi :cl-ppcre))
(with-output-to-string (*standard-output*)
(handler-bind
((cffi:load-foreign-library-error
#'(lambda (c)
(declare (ignore c))
(invoke-restart 'cffi::use-value "libncursesw.so.5"))))
(ql:quickload :cl-charms)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment