(SCREEN:MAKE-WINDOW)*TERMINAL-IO* should not be used for input or output during this
time. (Use EXT:WITH-KEYBOARD and EXT:*KEYBOARD-INPUT* instead.)
(SCREEN:WITH-WINDOW .
body)SCREEN:*WINDOW*
to a WINDOW-STREAM and executes body.
The stream is guaranteed to be closed when the body is left.
During its execution, *TERMINAL-IO* should not be used, as above.
(SCREEN:WINDOW-SIZE
window-stream)(SCREEN:WINDOW-CURSOR-POSITION
window-stream)(SCREEN:SET-WINDOW-CURSOR-POSITION
window-stream line column)(SCREEN:CLEAR-WINDOW
window-stream)(SCREEN:CLEAR-WINDOW-TO-EOT
window-stream)(SCREEN:CLEAR-WINDOW-TO-EOL
window-stream)(SCREEN:DELETE-WINDOW-LINE
window-stream)(SCREEN:INSERT-WINDOW-LINE
window-stream)(SCREEN:HIGHLIGHT-ON
window-stream)(SCREEN:HIGHLIGHT-OFF
window-stream)(SCREEN:WINDOW-CURSOR-ON
window-stream)(SCREEN:WINDOW-CURSOR-OFF
window-stream)| These notes document CLISP version 2.45 | Last modified: 2008-05-14 |