Insert an item in the Epilog console menu. PopupName is the popup in
which to insert the item. Item is the name for the new item. If Item is
--
, a separator is inserted. Before is the name of
the item before which to insert the new item. If this is
,
the item is appended.
-
Goal is injected into the current terminal of the Epilog window. This implies that we assume that the console is waiting for the user. Eventually, we probably want a more flexible solution.
This predicate raises existence_error(epilog, Thread)
if
the (calling) thread has no attached Epilog window. Threads are started
in an Epilog window have the Prolog flag console_menu
set to true
.