4.35.4 Controlling the swipl-win (Epilog) console window
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
      • Built-in Predicates
        • Operating System Interaction
          • Controlling the swipl-win (Epilog) console window
            • epilog/0
            • epilog/1
            • set_epilog/1
    • Packages
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.