Skip to content

Commit

Permalink
fix vanishing prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
vscosta committed May 14, 2016
1 parent eadfef6 commit 52442e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pl/boot.yap
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ log_event( String, Args ) :-
yap_flag(toplevel_prompt, P),
atomic_concat(LF, PF),
prompt1(PF),
prompt(_,' '),
prompt(_,' | '),
'$ensure_prompting'.

/**
Expand Down

0 comments on commit 52442e0

Please sign in to comment.