Function
display-message displays a message on the current CAPI screen. display-message format-string &rest format-args
display-message creates a message from the arguments usingformat, and then displays it on the current CAPI screen.
(capi:display-message "Current screen = ~S"
(capi:convert-to-screen))