xieite ::term ::blink_code ()
Defined in header <xieite/io/term.hpp>
Returns a
std ::string
which enables or disables text blinking when printed.Declaration
[[nodiscard ]]static constexpr std ::string blink_code (bool x )noexcept ;
Example
Possible output:int main () {std ::println (" ,{} Hello, world!"xieite ::term ::blink_code (true )); }
Hello, world!