?TERMINAL ?STOP ?XY
?TERMINAL ( -- flag )  
<FORTH-83>
if a character is available from the keyboard, return true. The KEY word will retrieve the actual character.

reference: p4_key_question in ../src/facility.c:0060, export CO ?TERMINAL