A.2 library(ansi_term): Print decorated text to ANSI consoles
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(ansi_term): Print decorated text to ANSI consoles
ansi_format/3
console_color/2
message_line_element/2
ansi_hyperlink/2
ansi_hyperlink/3
hyperlink/2
ansi_get_color/2
Packages
Availability:
:- use_module(
library(ansi_term)
).
[semidet,multifile]
hyperlink
(
+Stream, +Spec
)
Multifile hook that may be used to redefine
ansi_hyperlink/2
,3. If this predicate succeeds the system assumes the link has been written to
Stream
.
Spec
is either
url(Location)
or
url(URL, Label)
. See
ansi_hyperlink/2
,3 for details.