epilog(+Options)Open an Epilog console with additional Options.
- title(+String)
- Set the window title.
- rows(+Integer)
- Height of the initial terminal in lines (default 25).
- cols(+Integer)
- Width of the initial terminal in characters (default 80).
- init(:Goal)
- Run Goal as initialization goal. Default calls version/0
for the first and true/0
for subsequent terminals.
- goal(:Goal)
- Run Goal as REPL loop. Default runs prolog/0.
- main(+Bool)
- If
true
, act as application main window. In this case epilog/1
runs the main thread and returns after all windows have been closed.