I have some (very few) users who are experiencing a dialog that states
"sending data to printer" when a BASIC program sends a CHAR(24) to the
terminal. When you dismiss the dialog, the program appears to be hung,
although some keystrokes result in a reappearance of the "sending data to
printer" dialog.

The BASIC program gets the CHAR(24) value thusly:

TERMINF = TERMINFO(0)
CURON = TERMINF<122>;   * CHAR(24) on my system.
CUROFF = TERMINF<124>
PRINT CURON:

Any ideas of what may be happening to cause wIntegrate to slip into "print
stuff" mode?

Barry
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to