initialize-console in drscheme:rep:text%
(-> voidsenda-drscheme:rep:textinitialize-console)This inserts the ``Welcome to DrScheme'' message into the interactions buffer, calls
reset-console,insert-prompt, andclear-undos.Once the console is initialized, this method calls
first-opened. Accordingly, this method should not be called to initialize a REPL when the user's evaluation is imminent. That is, this method should be called when new tabs or new windows are created, but not when the Run button is clicked.