[cl-ncurses-devel] Problems with getyx macros

Brad Beveridge brad.beveridge at gmail.com
Mon Oct 3 04:09:40 UTC 2005


Hi all, I am trying to use the getyx macro, and get the error
; Warning: This function is undefined:
;   WRAP-GETYX
; Error in KERNEL:%COERCE-TO-FUNCTION:  the function WRAP-GETYX is undefined.

My program does basically ...
(asdf:operate 'asdf:load-op 'cl-ncurses)
(in-package :cl-ncurses)
    (let (x y)
          (getyx stdscr y x)
          (mvaddstr 20 0 (format nil "~a ~a" x y)))

I am new to Lisp in general, so I don't really know how to go about
fixing this...
Any help is much appreciated.

Thanks
Brad



More information about the cl-ncurses-devel mailing list