Apply conceal/hidden (SGR 8) to text.
8
text
The input wrapped with \u001b[8m … \u001b[28m.
\u001b[8m
\u001b[28m
Conceal is not universally supported; many terminals ignore it. Disable with SGR 28. Avoid relying on conceal for security—output is still present in the stream.
28
hidden("token"); // May render as invisible depending on the terminal Copy
hidden("token"); // May render as invisible depending on the terminal
Apply conceal/hidden (SGR
8) totext.