Name

terminal-answer-link:host_k12 — ordinary primitive

Synopsis

EXTENSIONS
TERMINAL-ANSWER-LINK ( -- sap#* )(); 
 ;

Description

send terminal-output as a data-message to the specified link sap. Unlike TERMINAL-OUTPUT-LINK the data-messages are in line-mode. The flushed characters are buffered until a non-printable character is seen. This is somewhat more useful when treating pfe as a print service and testing machine, but can not provide for interactivity.

 60 TERMINAL-ANSWER-LINK !
 ...
 TERMINAL-ANSWER-LINK OFF