[plt-scheme] redirecting keyboard events

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Jan 27 13:25:21 EST 2006

At Fri, 27 Jan 2006 12:17:24 -0600, Robby Findler wrote:
> Out of curiosity, what does this do that the z flags don't do?

Windows executables come in two flavors: console or windows. The
difference is in how they are launched, and only the former can use
stdin and stdout.

If you run "mred -z" at a Windows command line, you get a new window
(which is MrEd's substitute for a console).

Matthew



Posted on the users mailing list.